Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dparse.c418 if ( clock_time->year < YEAR_BREAK ) /* expand to full four-digits */ in parse_to_unixtime()
/freebsd/contrib/ntp/include/
H A Dntp.h23 #define YEAR_BREAK 500 /* years < this are tm_year values: macro
/freebsd/contrib/ntp/parseutil/
H A Ddcfd.c782 if ( clock_time->year < YEAR_BREAK ) /* (failsafe if) */ in dcf_to_unixtime()