Home
last modified time | relevance | path

Searched refs:GETTIMEOFDAY (Results 1 – 25 of 175) sorted by relevance

1234567

/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tests/syscalls/
H A Dtimefuncs_test.cc42 #define GETTIMEOFDAY(TV, TZ) ((void) (TZ), NACL_SYSCALL(gettimeofday)(TV)) macro
46 #define GETTIMEOFDAY(TV, TZ) gettimeofday(TV, TZ) macro
80 EXPECT(0 != GETTIMEOFDAY(NULL, NULL)); in TestTimeFuncs()
88 EXPECT(0 == GETTIMEOFDAY(&tv1, NULL)); in TestTimeFuncs()
97 EXPECT(0 == GETTIMEOFDAY(&tv2, NULL)); // Get time of day again in TestTimeFuncs()
112 EXPECT(0 == GETTIMEOFDAY(&tv3, &tz)); // Get time of day again in TestTimeFuncs()
151 EXPECT(-1 != GETTIMEOFDAY(&t_start, NULL)); in TestNanoSleep()
158 EXPECT(-1 != GETTIMEOFDAY(&t_end, NULL)); in TestNanoSleep()
/dports/net/ntp/ntp-4.2.8p15/include/
H A Dntp_unixtime.h12 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) macro
21 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
25 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) macro
29 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
32 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
/dports/www/webstone/WebStone2.5/src/
H A Dget.c109 if(GETTIMEOFDAY(&timer->entertime, &timer->entertimezone) != 0) in get()
116 if(GETTIMEOFDAY(&timer->beforeconnect, &timer->beforeconnectzone) != 0) in get()
144 if(GETTIMEOFDAY(&timer->afterconnect, &timer->afterconnectzone) != 0) in get()
147 GETTIMEOFDAY(&timer->exittime, &timer->exittimezone); in get()
169 if(GETTIMEOFDAY(&timer->beforeheader, &timer->beforeheaderzone) != 0) in get()
245 if(GETTIMEOFDAY(&timer->afterheader, &timer->afterheaderzone) != 0) in get()
300 if(GETTIMEOFDAY(&timer->afterbody, &timer->afterbodyzone) != 0) in get()
313 if(GETTIMEOFDAY(&timer->exittime, &timer->exittimezone) != 0) in get()
342 GETTIMEOFDAY(&timer->exittime, &timer->exittimezone); in get()
H A Dsysdep.h68 #define GETTIMEOFDAY(timeval, tz) gettimeofday(timeval) macro
98 #define GETTIMEOFDAY(timeval,tz) gettimeofday(timeval, NULL) macro
100 #define GETTIMEOFDAY(timeval,tz) gettimeofday(timeval, tz) macro
/dports/mail/postfix-current/postfix-3.7-20211107/src/util/
H A Dsys_defs.h65 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
238 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
309 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
350 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
396 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
440 #define GETTIMEOFDAY(t) gettimeofday(t) macro
517 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
547 #define GETTIMEOFDAY(t) gettimeofday(t,NULL) macro
728 #define GETTIMEOFDAY(t) gettimeofday(t) macro
1186 #define GETTIMEOFDAY(t) gettimeofday(t) macro
[all …]
/dports/www/webstone-ssl/WebStone2.5/src/
H A Dget.c141 if(GETTIMEOFDAY(&timer->entertime, &timer->entertimezone) != 0) in get()
148 if(GETTIMEOFDAY(&timer->beforeconnect, &timer->beforeconnectzone) != 0) in get()
274 if(GETTIMEOFDAY(&timer->afterconnect, &timer->afterconnectzone) != 0) in get()
282 GETTIMEOFDAY(&timer->exittime, &timer->exittimezone); in get()
311 if(GETTIMEOFDAY(&timer->beforeheader, &timer->beforeheaderzone) != 0) in get()
395 if(GETTIMEOFDAY(&timer->afterheader, &timer->afterheaderzone) != 0) in get()
461 if(GETTIMEOFDAY(&timer->afterbody, &timer->afterbodyzone) != 0) in get()
480 if(GETTIMEOFDAY(&timer->exittime, &timer->exittimezone) != 0) in get()
515 GETTIMEOFDAY(&timer->exittime, &timer->exittimezone); in get()
H A Dsysdep.h68 #define GETTIMEOFDAY(timeval, tz) gettimeofday(timeval) macro
98 #define GETTIMEOFDAY(timeval,tz) gettimeofday(timeval, NULL) macro
100 #define GETTIMEOFDAY(timeval,tz) gettimeofday(timeval, tz) macro
/dports/lang/snobol4/snobol4-2.2.2/modules/time/
H A Dfuncs.sno18 **=item B<GETTIMEOFDAY()>
26 DEFINE("GETTIMEOFDAY()TIMEVAL") :(E.GETTIMEOFDAY)
27 GETTIMEOFDAY
28 GETTIMEOFDAY = TIMEVAL()
29 GETTIMEOFDAY_(GETTIMEOFDAY) :S(RETURN)F(FRETURN)
30 E.GETTIMEOFDAY
/dports/x11/xlockmore/xlockmore-5.67/xlock/
H A Derase.h16 GETTIMEOFDAY(&tp);
29 GETTIMEOFDAY(&tp);
H A Derase_debug.h16 GETTIMEOFDAY(&tp);
H A Dxlock.h593 #define GETTIMEOFDAY(t) (void)gettimeofday(t,(struct timezone *) NULL); macro
595 #define GETTIMEOFDAY(t) (void)gettimeofday(t,NULL); macro
598 #define GETTIMEOFDAY(t) (void)gettimeofday(t); macro
H A Derase_init.h22 GETTIMEOFDAY(&tp);
/dports/mail/postfix-current/postfix-3.7-20211107/src/tls/
H A Dtls_bio_ops.c187 GETTIMEOFDAY(&time_deadline); in tls_bio()
247 GETTIMEOFDAY(&time_now); in tls_bio()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postscreen/
H A Dpostscreen_dict.c83 GETTIMEOFDAY(&_before);
104 GETTIMEOFDAY(&_after); \
/dports/net/ntp/ntp-4.2.8p15/util/
H A Dprecision.c138 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
147 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/archivers/lha/
H A Dheader.c199 #ifdef GETTIMEOFDAY
200 #undef GETTIMEOFDAY
203 #ifndef GETTIMEOFDAY
204 #define GETTIMEOFDAY /* use gettimeofday() */ macro
235 #if (defined(FTIME) || defined(GETTIMEOFDAY) || defined(TZSET)) && !defined(__SWITCH__)
/dports/mail/postfix-current/postfix-3.7-20211107/src/fsstone/
H A Dfsstone.c211 GETTIMEOFDAY(&start); in main()
227 GETTIMEOFDAY(&end); in main()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/beos/
H A Dbeos.c82 GETTIMEOFDAY(&tv); in PR_Now()
97 (void)GETTIMEOFDAY(&time); /* fallicy of course */ in _PR_UNIX_GetInterval()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/beos/
H A Dbeos.c82 GETTIMEOFDAY(&tv); in PR_Now()
97 (void)GETTIMEOFDAY(&time); /* fallicy of course */ in _PR_UNIX_GetInterval()
/dports/x11-wm/amiwm/amiwm0.21pl2/
H A Djoke_fs.c28 #define GETTIMEOFDAY(tp) gettimeofday(tp, NULL) macro
30 #define GETTIMEOFDAY(tp) gettimeofday(tp) macro
337 GETTIMEOFDAY(&nextt); in main()
356 GETTIMEOFDAY(&t); in main()
/dports/x11/xlockmore/xlockmore-5.67/xscreensaver/
H A Dxlockmore.h280 #define GETTIMEOFDAY(t) (void)gettimeofday(t,(struct timezone *) NULL); macro
282 #define GETTIMEOFDAY(t) (void)gettimeofday(t,NULL);
285 #define GETTIMEOFDAY(t) (void)gettimeofday(t);
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_hotshot.c23 #define GETTIMEOFDAY(P_HS_TIME) \ macro
103 #define GETTIMEOFDAY(ptv) gettimeofday((ptv)) macro
105 #define GETTIMEOFDAY(ptv) gettimeofday((ptv), (struct timezone *)NULL) macro
835 GETTIMEOFDAY(&tv); in get_tdelta()
841 GETTIMEOFDAY(&tv); in get_tdelta()
910 GETTIMEOFDAY(&tv1); in calibrate()
912 GETTIMEOFDAY(&tv2); in calibrate()
966 GETTIMEOFDAY(&self->prev_timeofday); in do_start()
/dports/security/p5-Net-SAML/zxid-1.42/
H A Dplatform.h22 #define GETTIMEOFDAY(tv, tz) ((tv) ? (((tv)->tv_sec = time(0)) && ((tv)->tv_usec = 0)) : -1) macro
141 #define GETTIMEOFDAY gettimeofday macro
/dports/net/rdist6/rdist-6.1.5/config/
H A Dos-dgux.h105 #define GETTIME_TYPE GETTIMEOFDAY
/dports/archivers/lha/lha-114i/src/
H A Dheader.c216 #ifdef GETTIMEOFDAY
217 #undef GETTIMEOFDAY
220 #ifndef GETTIMEOFDAY
221 #define GETTIMEOFDAY /* use gettimeofday() */ macro
243 #if defined(FTIME) || defined(GETTIMEOFDAY) || defined(TZSET)

1234567