Searched refs:starttime (Results 1 – 13 of 13) sorted by relevance
/openbsd/usr.bin/make/ |
H A D | timestamp.h | 42 #define Init_Timestamp() clock_gettime(CLOCK_REALTIME, &starttime) 63 extern struct timespec starttime; /* The time at the start
|
H A D | timestamp.c | 35 struct timespec starttime; variable
|
H A D | engine.c | 373 (!is_strictly_before(child->mtime, starttime) && in Make_DoAllVar()
|
/openbsd/lib/libcrypto/ |
H A D | format-pem.pl | 81 my $starttime = str2time($startdate); 84 if ($starttime > time) {
|
/openbsd/lib/libcurses/tty/ |
H A D | lib_twait.c | 206 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 D | mach.c | 243 starttime(); in get_line() 260 starttime(); in get_line() 325 starttime(void) in starttime() function 650 starttime(); in cont_catcher()
|
H A D | extern.h | 65 void starttime(void);
|
/openbsd/usr.sbin/zic/ |
H A D | zic.c | 1914 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 D | lock_verify.c | 429 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 D | p700.C | 2144 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 D | bench.pl | 1224 my $starttime = time(); 1248 my $duration = ($now - $starttime) / $donefrac; 1249 my $remaining = ($starttime + $duration) - $now;
|
/openbsd/lib/libc/time/ |
H A D | localtime.c | 942 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 D | ChangeLog-1995 | 3213 * ser-mac.c (mac_readchar): Rename starttime to start_time,
|