Home
last modified time | relevance | path

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

/lib/libc/
Dtime.c56 dayOfWeek[tm->tm_wday], months[tm->tm_mon], in asctime_r()
131 tm->tm_wday = (days + 3) % 7; in gmtime_r()
/include/
Dtime.h14 int tm_wday; member