Home
last modified time | relevance | path

Searched refs:MONSPERYEAR (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/tzcode/
Dtzfile.h125 #define MONSPERYEAR 12 macro
Dasctime.c93 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) in asctime_r()
Dstrftime.c57 const char * mon[MONSPERYEAR];
58 const char * month[MONSPERYEAR];
218 t->tm_mon >= MONSPERYEAR) ? in _fmt()
225 t->tm_mon >= MONSPERYEAR) ? in _fmt()
Dlocaltime.c725 static const int mon_lengths[2][MONSPERYEAR] = {
887 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
1864 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
1889 if (++yourtm.tm_mon >= MONSPERYEAR) { in time2sub()
/bionic/libc/upstream-openbsd/lib/libc/time/
Dwcsftime.c42 const wchar_t * mon[MONSPERYEAR];
43 const wchar_t * month[MONSPERYEAR];
167 t->tm_mon >= MONSPERYEAR) ? in _fmt()
174 t->tm_mon >= MONSPERYEAR) ? in _fmt()