Searched refs:_DAYS_BEFORE_MONTH (Results 1 – 3 of 3) sorted by relevance
48 static const int _DAYS_BEFORE_MONTH[12] = variable465 timeptr->tm_yday = _DAYS_BEFORE_MONTH[timeptr->tm_mon] in strptime_l()480 if (timeptr->tm_yday < _DAYS_BEFORE_MONTH[1]) in strptime_l()486 if (timeptr->tm_yday < _DAYS_BEFORE_MONTH[i] + leap) in strptime_l()496 - _DAYS_BEFORE_MONTH[timeptr->tm_mon]; in strptime_l()
86 static const int16_t _DAYS_BEFORE_MONTH[12] = variable200 days += _DAYS_BEFORE_MONTH[tim_p->tm_mon]; in mktime_utc()
27485 _DAYS_BEFORE_MONTH), libc/time/strftime.c (dname_len, dname,