Searched refs:SECSPERDAY (Results 26 - 36 of 36) sorted by relevance

12

/freebsd-12-stable/contrib/ntp/libparse/
H A Ddata_mbg.c287 tgpsp->wn, (long) tgpsp->sec / SECSPERDAY,
288 (long) tgpsp->sec % SECSPERDAY, (long) tgpsp->tick);
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_timer.c199 leapf_timer = SECSPERDAY;
459 leapf_timer += SECSPERDAY;
H A Dntp_leapsec.c361 if (!betweenu32(due32 - SECSPERDAY, ts32, due32))
H A Drefclock_nmea.c1720 && (secs < 7*SECSPERDAY);
H A Drefclock_gpsdjson.c2099 ts.tv_sec = (ntpcal_tm_to_rd(&gd) - DAY_NTP_STARTS) * SECSPERDAY
H A Drefclock_parse.c4266 + (time_t) dn * SECSPERDAY
/freebsd-12-stable/contrib/tnftp/
H A Dtnftp.h469 #define SECSPERDAY 86400 macro
/freebsd-12-stable/contrib/tzcode/zic/
H A Dzic.c1164 if (dayoff < min_time / SECSPERDAY) {
1168 if (dayoff > max_time / SECSPERDAY) {
1172 t = (zic_t) dayoff * SECSPERDAY;
2600 if (dayoff < min_time / SECSPERDAY)
2602 if (dayoff > max_time / SECSPERDAY)
2604 t = (zic_t) dayoff * SECSPERDAY;
/freebsd-12-stable/usr.bin/calendar/
H A Dparsedata.c1036 i = f * SECSPERDAY;
1060 i = f * SECSPERDAY;
/freebsd-12-stable/contrib/ntp/clockstuff/
H A Dchutest.c683 date_ui += calyearstart(yearstart + (400 * SECSPERDAY),
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c1986 X509_time_adj(X509_getm_notAfter(cert), lifetime * SECSPERDAY, &epoch); local

Completed in 220 milliseconds

12