Home
last modified time | relevance | path

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

/Zephyr-latest/lib/libc/common/source/time/
Dasctime.c14 #define DATE_WDAY_STRING_SZ 7U macro
20 static const char wday_str[DATE_WDAY_STRING_SZ][3] = { in asctime_impl()
27 if ((buf == NULL) || (tp == NULL) || ((unsigned int)tp->tm_wday >= DATE_WDAY_STRING_SZ) || in asctime_impl()