Searched refs:r1ntp (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/external/bsd/ntp/dist/tests/libntp/
H A Dcalendar.c966 TNtpDatum e1ntp, r1ntp; local
980 r1ntp = gpsntp_from_gpscal(&e1gps);
981 TEST_ASSERT_EQUAL_MESSAGE(e1ntp.days, r1ntp.days, "gps -> ntp / days");
982 TEST_ASSERT_EQUAL_MESSAGE(e1ntp.secs, r1ntp.secs, "gps -> ntp / secs");
983 TEST_ASSERT_EQUAL_MESSAGE(e1ntp.frac, r1ntp.frac, "gps -> ntp / frac");

Completed in 149 milliseconds