Home
last modified time | relevance | path

Searched refs:starttime (Results 1 – 13 of 13) sorted by relevance

/openbsd/usr.bin/make/
H A Dtimestamp.h42 #define Init_Timestamp() clock_gettime(CLOCK_REALTIME, &starttime)
63 extern struct timespec starttime; /* The time at the start
H A Dtimestamp.c35 struct timespec starttime; variable
H A Dengine.c373 (!is_strictly_before(child->mtime, starttime) && in Make_DoAllVar()
/openbsd/lib/libcrypto/
H A Dformat-pem.pl81 my $starttime = str2time($startdate);
84 if ($starttime > time) {
/openbsd/lib/libcurses/tty/
H A Dlib_twait.c206 long starttime, returntime; in _nc_timed_wait() local
230 starttime = _nc_gettime(&t0, TRUE); in _nc_timed_wait()
441 milliseconds -= (int) (returntime - starttime); in _nc_timed_wait()
450 long diff = (returntime - starttime); in _nc_timed_wait()
/openbsd/games/boggle/boggle/
H A Dmach.c243 starttime(); in get_line()
260 starttime(); in get_line()
325 starttime(void) in starttime() function
650 starttime(); in cont_catcher()
H A Dextern.h65 void starttime(void);
/openbsd/usr.sbin/zic/
H A Dzic.c1914 zic_t starttime = 0, untiltime = 0; in outzone() local
2019 addtt(starttime, type); in outzone()
2089 if (usestart && ktime == starttime) in outzone()
2092 if (ktime < starttime) { in outzone()
2134 addtt(starttime, in outzone()
2145 starttime = zp->z_untiltime; in outzone()
2147 starttime = tadd(starttime, -stdoff); in outzone()
2149 starttime = tadd(starttime, -gmtoff); in outzone()
2159 addtt(const zic_t starttime, int type) in addtt() argument
2163 if (starttime <= min_time || in addtt()
[all …]
/openbsd/usr.sbin/unbound/testcode/
H A Dlock_verify.c429 time_t starttime = time(NULL); in main() local
456 (int)all_locks->count, (int)(time(NULL)-starttime), in main()
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dp700.C2144 time_t starttime; in Proc0() local
2150 times(&Tms); starttime = Tms.tms_utime; in Proc0()
2153 nulltime = Tms.tms_utime - starttime; in Proc0()
2172 times(&Tms); starttime = Tms.tms_utime; in Proc0()
2214 benchtime = Tms.tms_utime - starttime - nulltime; in Proc0()
/openbsd/gnu/usr.bin/perl/Porting/
H A Dbench.pl1224 my $starttime = time();
1248 my $duration = ($now - $starttime) / $donefrac;
1249 my $remaining = ($starttime + $duration) - $now;
/openbsd/lib/libc/time/
H A Dlocaltime.c942 time_t starttime; in tzparse() local
974 starttime = transtime(janfirst, year, &start, in tzparse()
978 if (starttime > endtime) { in tzparse()
981 *atp++ = starttime; in tzparse()
984 *atp++ = starttime; in tzparse()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-19953213 * ser-mac.c (mac_readchar): Rename starttime to start_time,