Home
last modified time | relevance | path

Searched refs:DATE_STRING_BUF_SZ (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/lib/libc/common/source/time/
Dasctime.c13 #define DATE_STRING_BUF_SZ 26U macro
33 buf, DATE_STRING_BUF_SZ, "%.3s %.3s%3d %.2d:%.2d:%.2d %d\n", wday_str[tp->tm_wday], in asctime_impl()
37 if (n >= DATE_STRING_BUF_SZ) { in asctime_impl()
46 static char buf[DATE_STRING_BUF_SZ]; in asctime()