Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_filegen.c158 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
178 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
180 gen->id_hi = ntpcal_date_to_ntp(&cal); in filegen_open()
189 gen->id_lo = ntpcal_date_to_ntp(&cal); in filegen_open()
191 gen->id_hi = ntpcal_date_to_ntp(&cal); in filegen_open()
/freebsd/contrib/ntp/util/
H A Dlsf-times.c160 printf("%u ", ntpcal_date_to_ntp(&cal)); in main()
/freebsd/contrib/ntp/include/
H A Dntp_calendar.h351 ntpcal_date_to_ntp(const struct calendar * /* jd */);
/freebsd/contrib/ntp/libntp/
H A Dntp_calendar.c1651 ntpcal_date_to_ntp( in ntpcal_date_to_ntp() function