OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:YEAR_PIVOT
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/ntpd/
refclock_hopfser.c
276
if(pp->year <
YEAR_PIVOT
) { pp->year += 100; } /* < 98 */
check_y2k.c
445
if ( year >=
YEAR_PIVOT
+1900 )
refclock_arc.c
1224
if(pp->year <
YEAR_PIVOT
) { pp->year += 100; } /* Y2KFixes */
1231
if(pp->year >=
YEAR_PIVOT
+2000-2 ) { /* Y2KFixes */
/src/external/bsd/ntp/dist/parseutil/
dcfd.c
65
#include "ntpd.h" /* indirectly include ntp.h to get
YEAR_PIVOT
Y2KFixes */
781
if ( clock_time->year <
YEAR_PIVOT
) /* in case of Y2KFixes [ */
790
if (clock_time->year < (
YEAR_PIVOT
+ 1900) ) /* Y2KFixes */
1298
year = 1900+
YEAR_PIVOT
;
/src/external/bsd/ntp/dist/include/
ntp.h
29
#define
YEAR_PIVOT
98 /* 97/98: years < this are year 2000+
65
* if (year <
YEAR_PIVOT
)
70
* if (year <
YEAR_PIVOT
)
/src/external/bsd/ntp/dist/libparse/
parse.c
418
if ( clock_time->year <
YEAR_PIVOT
) /* Y2KFixes [ */
Completed in 27 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026