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

/netbsd-current/external/bsd/ntp/dist/ntpd/
H A Dntp_leapsec.c58 int16_t taiof; /* TAI offset on and after the transition */ member in struct:leap_info
190 long taiof; local
225 taiof = strtol(cp, &ep, 10);
227 || taiof > SHRT_MAX || taiof < SHRT_MIN)
231 taiof, FALSE))
234 pt->head.base_tai = (int16_t)taiof;
237 pt->lsig.taiof = (int16_t)taiof;
278 pt->info[idx].taiof);
1001 leapsec_raw( leap_table_t * pt, const vint64 * ttime, int taiof, int dynls) argument
[all...]
H A Dntp_leapsec.h72 int16_t taiof; /* offset to TAI in this era */ member in struct:leap_era
120 int16_t taiof; /* total offset to TAI */ member in struct:leap_signature
H A Dntp_util.c503 lsig.taiof,
/netbsd-current/external/bsd/ntp/dist/tests/ntpd/
H A Dleapsec.c932 TEST_ASSERT_EQUAL(0, era.taiof);
934 TEST_ASSERT_EQUAL(1, era.taiof);
943 TEST_ASSERT_EQUAL(35, era.taiof);
945 TEST_ASSERT_EQUAL(36, era.taiof);

Completed in 499 milliseconds