Home
last modified time | relevance | path

Searched refs:ntpcal_date_to_rd (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/bsd/ntp/dist/tests/libntp/
Dcalendar.c285 rdn = ntpcal_date_to_rd(&jdn); in test_Constants()
291 rdn = ntpcal_date_to_rd(&jdn); in test_Constants()
457 ntpcal_rd_to_date(&dateOut, ntpcal_date_to_rd(&dateIn)); in test_LeapYears1()
476 ntpcal_rd_to_date(&dateOut, ntpcal_date_to_rd(&dateIn)); in test_LeapYears2()
509 int32 truRdn, expRdn = ntpcal_date_to_rd(&expDate); in test_RoundTripDate()
524 truRdn = ntpcal_date_to_rd(&expDate); in test_RoundTripDate()
/netbsd/src/external/bsd/ntp/dist/libntp/
Dcaltontp.c68 eraday = ntpcal_date_to_rd(jt); in caltontp()
Dntp_calendar.c1490 ntpcal_date_to_rd( in ntpcal_date_to_rd() function
1591 days = ntpcal_date_to_rd(jd) - DAY_UNIX_STARTS; in ntpcal_date_to_time()
1647 return ntpcal_dayjoin(ntpcal_date_to_rd(jd) - DAY_NTP_STARTS, in ntpcal_date_to_ntp64()
2014 ed = ntpcal_date_to_rd(&jd) - DAY_NTP_STARTS; in basedate_eval_buildstamp()
Dntp_calgps.c425 days = ntpcal_date_to_rd(&cal); in gpscal_from_calendar_ex()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp_calendar.h242 ntpcal_date_to_rd(const struct calendar * /* jt */);
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_palisade.c500 s_baseday = ntpcal_date_to_rd(&jd); in decode_date()
507 rd = ntpcal_date_to_rd(&jd); in decode_date()