OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:taiof
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_leapsec.c
36
int16_t
taiof
; /* TAI offset on and after the transition */
member in struct:leap_info
171
long
taiof
;
local
206
taiof
= strtol(cp, &endp, 10);
208
||
taiof
> INT16_MAX ||
taiof
< INT16_MIN)
212
taiof
, FALSE))
215
pt->head.base_tai = (int16_t)
taiof
;
218
pt->lsig.
taiof
= (int16_t)
taiof
;
259
pt->info[idx].
taiof
);
[
all
...]
ntp_leapsec.h
72
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
ntp_util.c
546
lsig.
taiof
,
/src/external/bsd/ntp/dist/tests/ntpd/
leapsec.c
931
TEST_ASSERT_EQUAL(0, era.
taiof
);
933
TEST_ASSERT_EQUAL(1, era.
taiof
);
942
TEST_ASSERT_EQUAL(35, era.
taiof
);
944
TEST_ASSERT_EQUAL(36, era.
taiof
);
Completed in 21 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026