Home
last modified time | relevance | path

Searched refs:__month_lengths (Results 1 – 6 of 6) sorted by relevance

/picolibc-3.5.0-3.4.0/newlib/libc/time/
Dmonth_lengths.c12 const uint8_t __month_lengths[2][MONSPERYEAR] = { variable
Dlocal.h35 extern const uint8_t __month_lengths[2][MONSPERYEAR];
Dtzcalc_limits.c49 const uint8_t *const ip = __month_lengths[yleap]; in __tzcalc_limits()
Dlcltime_r.c47 ip = __month_lengths[isleap(year)]; in localtime_r()
Dmktime.c84 #define _DAYS_IN_MONTH(x) ((x == 1) ? days_in_feb : __month_lengths[0][x])
/picolibc-3.5.0-3.4.0/newlib/
DChangeLog-20151536 * libc/time/month_lengths.c: Fix to define __month_lengths.
1540 * libc/time/tzcalc_limits.c: Fix __month_lengths reference.
1549 * libc/time/month_lengths.c: New file with __month_lengths array
1561 _mktm_r(), add declaration of __month_lengths[]