Home
last modified time | relevance | path

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

/lib/libc/
Dtime.c14 static const char *months[12] = { variable
56 dayOfWeek[tm->tm_wday], months[tm->tm_mon], in asctime_r()
/sys/kern/
Dktime.c20 static const char *months[12] = { variable
221 dayOfWeek[tm.wday], months[tm.month], in Debug_Date()