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

/freebsd-11.0-release/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c58 riscos_date(time_t unixtime) argument
63 return (((u_int64_t)unixtime) + base)*100;
/freebsd-11.0-release/gnu/usr.bin/rcs/lib/
H A Drcstime.c44 time2date(unixtime,date)
45 time_t unixtime;
48 register struct tm const *tm = time2tm(unixtime, RCSversion<VERSION(5));
H A Dmaketime.c88 time2tm(unixtime, localzone)
89 time_t unixtime;
98 if (localzone || !(tm = gmtime(&unixtime)))
99 tm = localtime(&unixtime);
/freebsd-11.0-release/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 106 milliseconds