Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/compat/
H A Dgmtime_r.c40 static const int year_lengths[2] = { variable
80 while (days < 0 || days >= (long) year_lengths[yleap = isleap(y)]) {
/freebsd/contrib/ntp/libntp/
H A Dmktime.c96 static int year_lengths[2] = { variable
205 year_lengths[isleap(yourtm.tm_year + TM_YEAR_BASE)]; in time2()
/freebsd/contrib/tzcode/
H A Dlocaltime.c800 static const int year_lengths[2] = { in tzloadbody()
1192 = year_lengths[isleap(yearbeg - 1)] * SECSPERDAY; in tzparse()
1205 = year_lengths[isleap(yearbeg)] * SECSPERDAY; in tzparse()
1224 yearsecs = (year_lengths[isleap(year)] in tzparse()
1900 while (year_lengths[isleap(y)] <= idays) { in leaps_thru_end_of()
2137 yourtm.tm_mday += year_lengths[isleap(li)]; in mktmcpy()
2141 yourtm.tm_mday -= year_lengths[isleap(li)]; in mktmcpy()
856 static const int year_lengths[2] = { global() variable
/freebsd/sys/dev/ips/
H A Dips_commands.c411 int year_lengths[2] = { IPS_DAYSPERNYEAR, IPS_DAYSPERLYEAR }; in ips_ffdc_settime() local
427 while (days < 0 || days >= (long) year_lengths[yleap = ips_isleap(y)]) { in ips_ffdc_settime()