Searched refs:gettimeofday (Results 26 - 50 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/usr.sbin/timed/timed/
H A Dslave.c86 (void)gettimeofday(&ntime, NULL);
106 (void)gettimeofday(&ntime, NULL);
135 (void)gettimeofday(&ntime, NULL);
156 (void)gettimeofday(&ntime, NULL);
228 (void)gettimeofday(&otime, NULL);
237 (void)gettimeofday(&ntime, NULL);
251 (void)gettimeofday(&otime, NULL);
281 gettimeofday(&utx.ut_tv, NULL);
285 gettimeofday(&utx.ut_tv, NULL);
293 (void)gettimeofday(
[all...]
H A Dcandidate.c87 (void)gettimeofday(&then, 0);
90 (void)gettimeofday(&wait, 0);
H A Dcorrect.c72 (void)gettimeofday(&tmptv,0);
165 (void) gettimeofday(&now, 0);
/freebsd-11-stable/contrib/xz/src/xz/
H A Dmytime.c44 gettimeofday(&tv, NULL);
/freebsd-11-stable/sys/amd64/linux/
H A Dlinux_locore.s53 .weak gettimeofday
54 .set gettimeofday, __vdso_gettimeofday
H A Dlinux_vdso.lds.s59 gettimeofday;
/freebsd-11-stable/contrib/opie/libopie/
H A Dlogin.c15 Autoconf-discovered values. Fixed gettimeofday() call
94 gettimeofday(&u.ut_tv);
96 gettimeofday(&u.ut_tv, NULL);
H A Dlogwtmp.c24 Modified by cmetz for OPIE 2.22. Call gettimeofday() properly.
187 gettimeofday(&utx.ut_tv);
189 gettimeofday(&utx.ut_tv, NULL);
/freebsd-11-stable/contrib/ntp/util/
H A Dhist.c5 * gettimeofday() and, finally, writes out the time values for later
48 gettimeofday(&ts, &tzp);
52 gettimeofday(&tr, &tzp);
H A Dprecision.c47 * chance of MINSTEP-1 other processes getting in and calling gettimeofday
50 * to actually call gettimeofday.
73 gettimeofday(&tp, &tzp);
76 gettimeofday(&tp, &tzp);
107 * gettimeofday(). If a difference is less than zero, the us field
/freebsd-11-stable/usr.bin/resizewin/
H A Dresizewin.c111 gettimeofday(&then, NULL);
118 gettimeofday(&now, NULL);
/freebsd-11-stable/tools/regression/p1003_1b/
H A Dfifo.c163 gettimeofday(ranat, 0);
167 gettimeofday(ranat + i, 0);
/freebsd-11-stable/tools/tools/net80211/wesside/udps/
H A Dudps.c81 if (gettimeofday(&start, NULL) == -1) {
82 perror("gettimeofday()");
115 if (gettimeofday(&end, NULL) == -1) {
116 perror("gettimeofday()");
/freebsd-11-stable/contrib/netbsd-tests/kernel/kqueue/
H A Dt_sig.c119 RL(gettimeofday(&then, NULL));
121 RL(gettimeofday(&now, NULL));
/freebsd-11-stable/libexec/rpc.sprayd/
H A Dsprayd.c141 (void)gettimeofday(&clear, 0);
153 (void)gettimeofday(&get, 0);
/freebsd-11-stable/contrib/ntp/include/
H A Dl_stdlib.h196 extern int gettimeofday (struct timeval *);
200 extern int gettimeofday (struct timeval *, struct timezone *);
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dmkstemps.c102 gettimeofday (&tv, NULL);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dmkstemps.c102 gettimeofday (&tv, NULL);
/freebsd-11-stable/lib/libulog/
H A Dulog_login.c52 gettimeofday(&utx->ut_tv, NULL);
/freebsd-11-stable/libexec/ftpd/
H A Dlogwtmp.c72 gettimeofday(&ut.ut_tv, NULL);
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dclock.c110 (void) gettimeofday(&now, NULL);
338 gettimeofday(&now, NULL);
384 gettimeofday(&now, NULL);
457 gettimeofday(&now, NULL);
559 (void) gettimeofday(&now, NULL);
579 (void) gettimeofday(&now, NULL);
H A Drefill.c78 if (gettimeofday(&sm_io_to_before, NULL) < 0) \
99 if (gettimeofday(&sm_io_to_after, NULL) < 0) \
H A Ddebug.c148 gettimeofday(&tv, NULL);
164 gettimeofday(&tv, NULL);
/freebsd-11-stable/lib/libpam/modules/pam_lastlog/
H A Dpam_lastlog.c142 gettimeofday(&utl.ut_tv, NULL);
169 gettimeofday(&utl.ut_tv, NULL);
/freebsd-11-stable/tools/regression/aio/aiop/
H A Daiop.c197 gettimeofday(&st, NULL);
214 gettimeofday(&et, NULL);

Completed in 128 milliseconds

1234567891011>>