HomeSort by: relevance | last modified time | path
    Searched defs:year0 (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/ofisa/
mcclock_ofisa.c 54 int year0; member in struct:mcclock_ofisa_platform_data
64 .year0 = 1900,
165 sc->sc_year0 = pd->year0;
  /src/external/bsd/ntp/dist/ntpd/
check_y2k.c 128 static int year0 = 1900; /* sarting year for NTP time */ variable
166 yearend = year0 + year;
172 if ( year0 >= yearend )
174 fprintf( stdout, "year0=%d NOT LESS THAN yearend=%d (span=%d)\n",
175 (int)year0, (int)yearend, (int)year );
495 year = year0; /* calculate the basic year */
496 printf( " starting year %04d\n", (int)year0 );
500 ntp_time = julian0( year0 ); /* NTP starts in 1900-01-01 */
509 (int)year0,
518 ntp_time = Days( year ) - Days( year0 ); /* days into NTP time *
    [all...]
  /src/external/bsd/ntp/dist/parseutil/
dcfd.c 1266 int year0 = 1900; /* sarting year for NTP time */ local
1296 yearend = year0 + year;

Completed in 27 milliseconds