Home
last modified time | relevance | path

Searched refs:leap (Results 1 – 4 of 4) sorted by relevance

/picolibc-latest/newlib/libc/time/
Dstrptime.c483 int leap = is_leap_year (timeptr->tm_year + tm_year_base); in strptime_l() local
486 if (timeptr->tm_yday < _DAYS_BEFORE_MONTH[i] + leap) in strptime_l()
Dtime.tex37 Seconds, between 0 and 60 inclusive (60 allows for leap seconds).
Dstrftime.c359 int leap = isleap (tim_p->tm_year + (YEAR_BASE in iso_year_adjust() local
365 switch (PACK (tim_p->tm_yday, tim_p->tm_wday, leap)) in iso_year_adjust()
/picolibc-latest/newlib/
DChangeLog-201525221 * libc/time/localtime.c (localtime): Fix problem with leap year