Home | History | Annotate | Download | only in ntpd

Lines Matching defs:Time

30      "#include ntp.h".  I have not taken the time to reduce the clutter. */
128 static int year0 = 1900; /* sarting year for NTP time */
129 static int yearend; /* ending year we test for NTP time.
131 **year in which NTP time overflows.
135 **max time, by which time the earth
137 static time_t Time;
150 Time = time( (time_t *)NULL )
155 LocalTime = *localtime( &Time );
369 * over a period of time, including for year 2000. True, it
371 * enough for critical time distribution software.
435 { /* time difference */
455 { /* time difference */
473 { /* time difference */
493 u_long ntp_time; /* NTP time */
518 ntp_time = Days( year ) - Days( year0 ); /* days into NTP time */
575 u_long ntp_time; /* NTP time */
592 ntp_time = Days( year ) - Days( year0 ); /* days into NTP time */