Searched refs:__month_lengths (Results 1 – 6 of 6) sorted by relevance
12 const uint8_t __month_lengths[2][MONSPERYEAR] = { variable
35 extern const uint8_t __month_lengths[2][MONSPERYEAR];
49 const uint8_t *const ip = __month_lengths[yleap]; in __tzcalc_limits()
47 ip = __month_lengths[isleap(year)]; in localtime_r()
84 #define _DAYS_IN_MONTH(x) ((x == 1) ? days_in_feb : __month_lengths[0][x])
1536 * 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 array1561 _mktm_r(), add declaration of __month_lengths[]