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

  /src/external/bsd/ntp/dist/ntpd/
refclock_chronolog.c 235 time_t unixtime; local
255 unixtime = mktime (&local);
256 if ((gmtp = gmtime (&unixtime)) == NULL)
refclock_chronolog.c 235 time_t unixtime; local
255 unixtime = mktime (&local);
256 if ((gmtp = gmtime (&unixtime)) == NULL)
refclock_arc.c 1296 time_t unixtime; local
1361 unixtime = mktime (&local);
1362 if ((gmtp = gmtime (&unixtime)) == NULL)
refclock_arc.c 1296 time_t unixtime; local
1361 unixtime = mktime (&local);
1362 if ((gmtp = gmtime (&unixtime)) == NULL)

Completed in 32 milliseconds