Searched refs:gettimeofday (Results 51 - 75 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/crypto/heimdal/appl/login/
H A Dutmpx_login.c47 gettimeofday (&tmp, 0);
/freebsd-11-stable/lib/libc/sys/
H A Dfutimens.c91 if (gettimeofday(&now, NULL) == -1)
H A Dutimensat.c95 if (gettimeofday(&now, NULL) == -1)
/freebsd-11-stable/contrib/ntp/util/
H A Djitter.c116 gettimeofday(&tv, NULL);
/freebsd-11-stable/tools/build/
H A Dfutimens.c87 if (gettimeofday(&now, NULL) == -1)
H A Dutimensat.c91 if (gettimeofday(&now, NULL) == -1)
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_time.c89 atf_tc_set_md_var(tc, "descr", "Test time(3) vs. gettimeofday(2)");
98 ATF_REQUIRE(gettimeofday(&tv, NULL) == 0);
105 atf_tc_fail("time(3) and gettimeofday(2) differ");
/freebsd-11-stable/contrib/openpam/lib/libpam/
H A Dopenpam_ttyconv.c129 (void)gettimeofday(&now, NULL);
149 gettimeofday(&now, NULL);
229 (void)gettimeofday(&now, NULL);
247 gettimeofday(&now, NULL);
/freebsd-11-stable/contrib/tcsh/
H A Ddotlock.c57 (void)gettimeofday(&tv, NULL);
/freebsd-11-stable/contrib/ntp/lib/isc/pthreads/
H A Dmutex.c149 gettimeofday(&prelock_t, NULL);
154 gettimeofday(&postlock_t, NULL);
193 gettimeofday(&unlock_t, NULL);
/freebsd-11-stable/usr.bin/time/
H A Dtime.c121 (void)gettimeofday(&before_tv, NULL);
140 (void)gettimeofday(&after, NULL);
145 (void)gettimeofday(&after, NULL);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmeasure.c129 (void)gettimeofday(&tdone, NULL);
137 (void)gettimeofday(&tcur, NULL);
174 (void)gettimeofday(&tcur, NULL);
H A Dreadmsg.c167 (void)gettimeofday(&rtout, NULL);
171 (void)gettimeofday(&rtime, NULL);
218 (void)gettimeofday(&from_when, NULL);
/freebsd-11-stable/contrib/ofed/opensm/complib/
H A Dcl_timer.c306 gettimeofday(&curtime, NULL);
422 gettimeofday(&tv, NULL);
434 gettimeofday(&tv, NULL);
H A Dcl_event.c149 if (gettimeofday(&curtime, NULL) == 0) {
/freebsd-11-stable/libexec/tftpd/
H A Dtftp-transfer.c144 gettimeofday(&(ts->tstop), NULL);
190 gettimeofday(&(ts->tstop), NULL);
304 gettimeofday(&(ts->tstop), NULL);
/freebsd-11-stable/usr.sbin/bluetooth/btpand/
H A Devent.c98 gettimeofday(&now, NULL);
154 gettimeofday(&now, NULL);
228 gettimeofday(&ev->expire, NULL);
/freebsd-11-stable/contrib/tnftp/src/
H A Dprogressbar.c168 (void)gettimeofday(&start, NULL);
173 (void)gettimeofday(&now, NULL);
325 (void)gettimeofday(&now, NULL);
/freebsd-11-stable/contrib/apr-util/crypto/
H A Dgetuuid.c46 #include <sys/time.h> /* for gettimeofday */
88 gettimeofday(&r.t, (struct timezone *)0);
/freebsd-11-stable/contrib/jemalloc/src/
H A Dnstime.c133 gettimeofday(&tv, NULL);
/freebsd-11-stable/tools/tools/usbtest/
H A Dusb_control_ep_test.c270 gettimeofday(&ref_tv, 0);
276 gettimeofday(&sub_tv, 0);
425 gettimeofday(&ref_tv, 0);
435 gettimeofday(&sub_tv, 0);
H A Dusb_modem_test.c191 gettimeofday(&ref_tv, 0);
199 gettimeofday(&sub_tv, 0);
290 gettimeofday(&ref_tv, 0);
315 gettimeofday(&sub_tv, 0);
/freebsd-11-stable/tools/tools/netmap/
H A Dctrs.h111 gettimeofday(cur, NULL);
/freebsd-11-stable/bin/date/
H A Ddate.c302 (void)gettimeofday(&utx.ut_tv, NULL);
309 (void)gettimeofday(&utx.ut_tv, NULL);
/freebsd-11-stable/sys/kern/
H A Dcapabilities.conf312 gettimeofday

Completed in 336 milliseconds

1234567891011>>