OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leapsec
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
ntp_timer.c
81
u_long
leapsec
; /* seconds to next leap (proximity class) */
variable
403
if (
leapsec
> LSPROX_NOWARN || 0 == (current_time & 7))
408
if (
leapsec
>= LSPROX_ANNOUNCE && leapdif) {
684
leapsec
= LSPROX_NOWARN;
703
if ( (
leapsec
> 0 || lsprox < LSPROX_ALERT)
704
&&
leapsec
< lsprox) {
705
if (
leapsec
< LSPROX_SCHEDULE
712
leapsec
= lsprox;
714
if (
leapsec
> lsprox) {
715
if (
leapsec
>= LSPROX_SCHEDUL
[
all
...]
ntp_proto.c
3049
if (
leapsec
== LSPROX_NOWARN) {
/src/external/bsd/ntp/dist/include/
ntpd.h
250
extern u_long
leapsec
; /* seconds to next leap (proximity class) */
/src/lib/libc/time/
zic.c
344
static char const *
leapsec
;
variable
701
for
leapsec
and COMMAND_LINE_FILENUM stands for the command line. */
711
char const *fname = i == LEAPSEC_FILENUM ?
leapsec
: main_argv[i];
1351
if (
leapsec
)
1353
leapsec
= optarg;
1402
if (optind < argc &&
leapsec
!= NULL) {
1403
infile(LEAPSEC_FILENUM,
leapsec
);
Completed in 22 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026