Home
last modified time | relevance | path

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

/lib/libc/
Dtime.c13 static const char *dayOfWeek[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; variable
56 dayOfWeek[tm->tm_wday], months[tm->tm_mon], in asctime_r()
/sys/kern/
Dktime.c19 static const char *dayOfWeek[7] = { "Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat" }; variable
221 dayOfWeek[tm.wday], months[tm.month], in Debug_Date()