Searched refs:DATE_WDAY_STRING_SZ (Results 1 – 1 of 1) sorted by relevance
14 #define DATE_WDAY_STRING_SZ 7U macro20 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()