Searched refs:unixtime (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c61 riscos_date(time_t unixtime) argument
66 return (((u_int64_t)unixtime) + base)*100;
/freebsd-13-stable/contrib/ntp/ntpd/
H A Drefclock_chronolog.c233 time_t unixtime; local
253 unixtime = mktime (&local);
254 if ((gmtp = gmtime (&unixtime)) == NULL)
H A Drefclock_arc.c1291 time_t unixtime; local
1356 unixtime = mktime (&local);
1357 if ((gmtp = gmtime (&unixtime)) == NULL)

Completed in 64 milliseconds