Home
last modified time | relevance | path

Searched refs:DAY_UNIX_STARTS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_calendar.h448 #define DAY_UNIX_STARTS 719163 macro
458 #define NTP_TO_UNIX_DAYS (DAY_UNIX_STARTS - DAY_NTP_STARTS)
/freebsd/contrib/ntp/libntp/
H A Dsystime.c607 ntpcal_daysplit_to_date(&jd, &dds, DAY_UNIX_STARTS); in tv_fmt_libbuf()
H A Dntp_calendar.c1160 ds.hi += DAY_UNIX_STARTS; in ntpcal_time_to_date()
1589 days = ntpcal_date_to_rd(jd) - DAY_UNIX_STARTS; in ntpcal_date_to_time()