Home
last modified time | relevance | path

Searched defs:wday (Results 1 – 2 of 2) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrftime.c1228 int wday = (tim_p->tm_wday) ? tim_p->tm_wday - 1 : 6; in __strftime() local
1299 int wday = (tim_p->tm_wday) ? tim_p->tm_wday - 1 : 6; in __strftime() local
/picolibc-latest/newlib/libc/locale/
Dsetlocale.h114 const char *wday[7]; member