Searched refs:MONSPERYEAR (Results 1 – 6 of 6) sorted by relevance
135 #define MONSPERYEAR 12 macro
85 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) in asctime_r()
62 const char * mon[MONSPERYEAR];63 const char * month[MONSPERYEAR];244 t->tm_mon >= MONSPERYEAR) ? in _fmt()251 t->tm_mon >= MONSPERYEAR) ? in _fmt()
81 static const int mon_lengths[2][MONSPERYEAR] = {590 while (tm->tm_mon < MONSPERYEAR && days >= mon_lens[tm->tm_mon]) in _strptime()
849 static const int mon_lengths[2][MONSPERYEAR] = {1020 strp = getnum(strp, &rulep->r_mon, 1, MONSPERYEAR); in getrule()2060 if (normalize_overflow32(&y, &yourtm.tm_mon, MONSPERYEAR)) in time2sub()2085 if (++yourtm.tm_mon >= MONSPERYEAR) { in time2sub()
948 MONSPERYEAR = 12, enumerator