/src/lib/libc/compat/sys/ |
compat_gettimeofday.c | 44 __warn_references(gettimeofday, 45 "warning: reference to compatibility gettimeofday(); include <sys/time.h> to generate correct reference") 47 __strong_alias(gettimeofday, __compat_gettimeofday) 50 * libc12 compatible gettimeofday routine.
|
/src/tests/lib/libc/sys/ |
t_gettimeofday.c | 43 atf_tc_set_md_var(tc, "descr", "Test errors from gettimeofday(2)"); 51 ATF_REQUIRE_ERRNO(EFAULT, gettimeofday((void *)-1, NULL) != 0); 57 atf_tc_set_md_var(tc, "descr", "Test monotonicity of gettimeofday(2)"); 71 ATF_REQUIRE(gettimeofday(&tv1, NULL) == 0); 72 ATF_REQUIRE(gettimeofday(&tv2, NULL) == 0);
|
/src/lib/libc/compat/gen/ |
compat_time.c | 28 #define gettimeofday __compat_gettimeofday macro
|
compat_times.c | 29 #define gettimeofday __compat_gettimeofday macro
|
/src/lib/libc/gen/ |
time.c | 52 if (gettimeofday(&tt, NULL) == -1)
|
times.c | 89 if (gettimeofday(&t, (struct timezone *)0))
|
/src/usr.sbin/bootp/common/ |
tzone.c | 46 if (gettimeofday(&tp, &tzp) < 0) { 48 report(LOG_ERR, "gettimeofday: %s", get_errmsg());
|
/src/lib/libcompat/4.1/ |
ftime.c | 58 if (gettimeofday(&t, &tz) < 0)
|
/src/games/tetris/ |
input.c | 83 (void) gettimeofday(&starttv, NILTZ); 110 (void) gettimeofday(&endtv, NILTZ);
|
/src/usr.sbin/altq/altqstat/ |
qdisc_blue.c | 60 gettimeofday(&last_time, NULL); 68 gettimeofday(&cur_time, NULL);
|
qdisc_fifoq.c | 61 gettimeofday(&last_time, NULL); 69 gettimeofday(&cur_time, NULL);
|
qdisc_red.c | 63 gettimeofday(&last_time, NULL); 71 gettimeofday(&cur_time, NULL);
|
/src/lib/libutil/compat/ |
compat_logoutx.c | 69 (void)gettimeofday(&utp->ut_tv, NULL);
|
/src/lib/libutil/ |
logoutx.c | 69 (void)gettimeofday(&utp->ut_tv, NULL);
|
logwtmpx.c | 74 (void)gettimeofday(&ut.ut_tv, NULL);
|
/src/usr.sbin/timed/timed/ |
candidate.c | 84 (void)gettimeofday(&then, 0); 87 (void)gettimeofday(&wait, 0);
|
master.c | 93 (void)gettimeofday(&ntime, 0); 104 (void)gettimeofday(&ntime, 0); 111 (void)gettimeofday(&ntime, 0); 178 (void)gettimeofday(&ntime, 0); 207 (void)gettimeofday(&ntime, 0); 289 (void)gettimeofday(&ntime, (struct timezone *)0); 358 (void)gettimeofday(&otime, 0); 391 (void)gettimeofday(&check, 0); 419 (void)gettimeofday(&stop, 0); 432 (void)gettimeofday(&check, 0) [all...] |
slave.c | 86 (void)gettimeofday(&ntime, 0); 106 (void)gettimeofday(&ntime, (struct timezone *)0); 135 (void)gettimeofday(&ntime, 0); 152 (void)gettimeofday(&ntime, 0); 224 (void)gettimeofday(&otime, 0); 233 (void)gettimeofday(&ntime, 0); 247 (void)gettimeofday(&otime, 0); 281 (void)gettimeofday(&ntime, 0); 319 (void)gettimeofday(&ntime, 0); 328 (void)gettimeofday(&ntime, 0) [all...] |
/src/libexec/talkd/ |
table.c | 90 gettimeofday(&tp, NULL); 123 gettimeofday(&tp, NULL); 160 gettimeofday(&tp, NULL);
|
/src/libexec/rpc.sprayd/ |
sprayd.c | 130 (void)gettimeofday(&clear, 0); 142 (void)gettimeofday(&get, 0);
|
/src/regress/sys/kern/kqueue/vnode/ |
vnode.c | 95 if (gettimeofday(&then, NULL) == -1) 96 err(1, "gettimeofday then"); 98 if (gettimeofday(&now, NULL) == -1) 99 err(1, "gettimeofday now");
|
/src/common/lib/libc/gen/ |
radixtree.c | 1511 gettimeofday(&stv, NULL); 1516 gettimeofday(&etv, NULL); 1522 gettimeofday(&stv, NULL); 1537 gettimeofday(&etv, NULL); 1542 gettimeofday(&stv, NULL); 1547 gettimeofday(&etv, NULL); 1550 gettimeofday(&stv, NULL); 1555 gettimeofday(&etv, NULL); 1562 gettimeofday(&stv, NULL); 1570 gettimeofday(&etv, NULL) [all...] |
/src/sys/arch/i386/stand/lib/test/ |
stand_user.c | 74 gettimeofday(&t, 0);
|
/src/sys/external/isc/libsodium/dist/test/default/ |
cmptest.h | 50 if (gettimeofday(&tp, NULL) != 0) {
|
/src/lib/libcurses/ |
ctrace.c | 96 gettimeofday(&tv, NULL);
|