Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/time/
Dasctime.c15 #define DATE_MON_STRING_SZ 12U macro
23 static const char mon_str[DATE_MON_STRING_SZ][3] = { in asctime_impl()
28 ((unsigned int)tp->tm_mon >= DATE_MON_STRING_SZ)) { in asctime_impl()