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

/freebsd-9.3-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-9.3-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-9.3-release/release/
H A Dfixit.services95 utime 519/tcp unixtime
96 utime 519/udp unixtime
/freebsd-9.3-release/contrib/cvs/src/
H A Dmain.c1069 time_t unixtime; local
1071 unixtime = get_date (rawdate, (struct timeb *) NULL);
1072 if (unixtime == (time_t) - 1)
1074 return date_from_time_t (unixtime);
1087 date_from_time_t (unixtime)
1088 time_t unixtime;
1094 ftm = gmtime (&unixtime);
1100 ftm = localtime (&unixtime);
/freebsd-9.3-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)
/freebsd-9.3-release/etc/
H A Dservices935 utime 519/tcp unixtime
936 utime 519/udp unixtime

Completed in 171 milliseconds