Searched refs:MONSPERYEAR (Results 1 – 5 of 5) sorted by relevance
125 #define MONSPERYEAR 12 macro
93 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) in asctime_r()
57 const char * mon[MONSPERYEAR];58 const char * month[MONSPERYEAR];218 t->tm_mon >= MONSPERYEAR) ? in _fmt()225 t->tm_mon >= MONSPERYEAR) ? in _fmt()
725 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()
42 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()