Searched refs:mon_lengths (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/unbound/compat/
H A Dgmtime_r.c35 static const int mon_lengths[2][MONSPERYEAR] = { variable
93 ip = mon_lengths[yleap];
/freebsd-11-stable/contrib/ntp/libntp/
H A Dmktime.c91 static int mon_lengths[2][MONSPERYEAR] = { variable
208 i = mon_lengths[isleap(yourtm.tm_year +
/freebsd-11-stable/contrib/ldns/
H A Dutil.c251 const int *mon_lengths = is_leap_year(result->tm_year) ? local
255 while (idays >= mon_lengths[result->tm_mon]) {
256 idays -= mon_lengths[result->tm_mon++];
/freebsd-11-stable/contrib/unbound/sldns/
H A Dparseutil.c123 const int *mon_lengths = is_leap_year(result->tm_year) ? local
127 while (idays >= mon_lengths[result->tm_mon]) {
128 idays -= mon_lengths[result->tm_mon++];
/freebsd-11-stable/sys/dev/ips/
H A Dips_commands.c412 int mon_lengths[2][IPS_MONSPERYEAR] = { local
440 ip = mon_lengths[yleap];
/freebsd-11-stable/contrib/tzcode/stdtime/
H A Dlocaltime.c676 static const int mon_lengths[2][MONSPERYEAR] = { variable
929 value += mon_lengths[leapyear][i] * SECSPERDAY;
954 mon_lengths[leapyear][rulep->r_mon - 1])
1720 ip = mon_lengths[isleap(y)];
1884 i = mon_lengths[isleap(y)][yourtm.tm_mon];

Completed in 82 milliseconds