Home
last modified time | relevance | path

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

/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()
/bionic/libc/tzcode/
Dtzfile.h131 #define MONSPERYEAR 12 macro
Dstrftime.c62 const char * mon[MONSPERYEAR];
63 const char * month[MONSPERYEAR];
242 t->tm_mon >= MONSPERYEAR) ? in _fmt()
249 t->tm_mon >= MONSPERYEAR) ? in _fmt()
Dasctime.c91 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) in asctime_r()
Dstrptime.c80 static const int mon_lengths[2][MONSPERYEAR] = {
589 while (tm->tm_mon < MONSPERYEAR && days >= mon_lens[tm->tm_mon]) in _strptime()
Dlocaltime.c844 static const int mon_lengths[2][MONSPERYEAR] = {
1015 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()
2025 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()
2050 if (++yourtm.tm_mon >= MONSPERYEAR) { in time2sub()
Dprivate.h742 #define MONSPERYEAR 12 macro