Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/ntpd/
H A Dntp_leapsec.c34 int16_t taiof; /* TAI offset on and after the transition */
169 long taiof; in leapsec_clear()
204 taiof = strtol(cp, &endp, 10); in leapsec_load()
206 || taiof > INT16_MAX || taiof < INT16_MIN) in leapsec_load()
210 taiof, FALSE)) in leapsec_load()
213 pt->head.base_tai = (int16_t)taiof; in leapsec_load()
216 pt->lsig.taiof = (int16_t)taiof; in leapsec_load()
257 pt->info[idx].taiof); in leapsec_dump()
56 int16_t taiof; /* TAI offset on and after the transition */ global() member
189 long taiof; leapsec_load() local
1003 leapsec_raw(leap_table_t * pt,const vint64 * ttime,int taiof,int dynls) leapsec_raw() argument
[all...]
H A Dntp_leapsec.h70 int16_t taiof; /* offset to TAI in this era */ member
118 int16_t taiof; /* total offset to TAI */ member
H A Dntp_util.c544 lsig.taiof, in stats_config()