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.c46 const char * mon[MONSPERYEAR];
47 const char * month[MONSPERYEAR];
211 t->tm_mon >= MONSPERYEAR) ? in _fmt()
218 t->tm_mon >= MONSPERYEAR) ? in _fmt()
Dlocaltime.c646 static const int mon_lengths[2][MONSPERYEAR] = {
808 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
1742 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
1767 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()