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

/netbsd-6-1-5-RELEASE/usr.sbin/makefs/cd9660/
H A Dcd9660_archimedes.c64 riscos_date(time_t unixtime) argument
69 return (((u_int64_t)unixtime) + base)*100;
/netbsd-6-1-5-RELEASE/gnu/usr.bin/rcs/lib/
H A Drcstime.c46 time2date(unixtime,date)
47 time_t unixtime;
50 register struct tm const *tm = time2tm(unixtime, RCSversion<VERSION(5));
H A Dmaketime.c90 time2tm(unixtime, localzone)
91 time_t unixtime;
100 if (localzone || !(tm = gmtime(&unixtime)))
101 tm = localtime(&unixtime);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/nsupdate/
H A Dclean.sh25 rm -f ns1/example.db ns1/unixtime.db ns1/update.db ns1/other.db ns1/ddns.key
H A Dsetup.sh33 sed 's/example.nil/unixtime.nil/g' ns1/example1.db > ns1/unixtime.db
H A Dtests.sh221 echo "I:check that unixtime serial number is correctly generated ($n)"
222 oldserial=`$DIG +short unixtime.nil. soa @10.53.0.1 -p 5300 | awk '{print $3}'` || ret=1
226 update add new.unixtime.nil in a 1.2.3.4
231 serial=`$DIG +short unixtime.nil. soa @10.53.0.1 -p 5300 | awk '{print $3}'` || ret=1
/netbsd-6-1-5-RELEASE/sys/fs/hfs/
H A Dhfs_subr.c347 hfs_time_to_timespec(uint32_t hfstime, struct timespec *unixtime) argument
357 unixtime->tv_sec = 0; /* dates before 1970 are bs anyway, so use epoch*/
359 unixtime->tv_sec = hfstime - 2082844800;
361 unixtime->tv_nsec = 0; /* we don't have nanosecond resolution */
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Drefclock_chronolog.c235 time_t unixtime; local
255 unixtime = mktime (&local);
256 if ((gmtp = gmtime (&unixtime)) == NULL)
H A Drefclock_arc.c1288 time_t unixtime; local
1353 unixtime = mktime (&local);
1354 if ((gmtp = gmtime (&unixtime)) == NULL)
/netbsd-6-1-5-RELEASE/external/gpl2/xcvs/dist/src/
H A Dmain.c1287 date_from_time_t (time_t unixtime) argument
1293 ftm = gmtime (&unixtime);
1299 ftm = localtime (&unixtime);
1413 format_time_t (time_t unixtime) argument
1417 struct tm ltm = *(localtime (&unixtime));
1430 gmformat_time_t (time_t unixtime) argument
1434 struct tm ltm = *(gmtime (&unixtime));
H A Dvers_ts.c374 entries_time (time_t unixtime) argument
386 tm_p = gmtime (&unixtime);
387 cp = tm_p ? asctime (tm_p) : ctime (&unixtime);
H A Dcvs.h478 char *gmformat_time_t (time_t unixtime);
485 char *entries_time (time_t unixtime);
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/tests/system/nsupdate/ns1/
H A Dnamed.conf84 zone "unixtime.nil" {
86 file "unixtime.db";
90 serial-update-method unixtime;

Completed in 211 milliseconds