Searched refs:MONSPERYEAR (Results 1 – 7 of 7) sorted by relevance
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()
131 #define MONSPERYEAR 12 macro
62 const char * mon[MONSPERYEAR];63 const char * month[MONSPERYEAR];242 t->tm_mon >= MONSPERYEAR) ? in _fmt()249 t->tm_mon >= MONSPERYEAR) ? in _fmt()
91 if (timeptr->tm_mon < 0 || timeptr->tm_mon >= MONSPERYEAR) in asctime_r()
80 static const int mon_lengths[2][MONSPERYEAR] = {589 while (tm->tm_mon < MONSPERYEAR && days >= mon_lens[tm->tm_mon]) in _strptime()
844 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()
742 #define MONSPERYEAR 12 macro