Searched refs:gettimeofday (Results 1 - 25 of 341) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dgettimeofday.c12 @deftypefn Supplemental int gettimeofday (struct timeval *@var{tp}, void *@var{tz})
22 gettimeofday (struct timeval *tp, void *tz) function
/freebsd-11-stable/contrib/libpcap/lbl/
H A Dos-ultrix4.h31 int gettimeofday(struct timeval *, struct timezone *);
/freebsd-11-stable/contrib/tcpdump/lbl/
H A Dos-ultrix4.h32 int gettimeofday(struct timeval *, struct timezone *);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_gettimeofday.c43 atf_tc_set_md_var(tc, "descr", "Test errors from gettimeofday(2)");
52 ATF_REQUIRE_ERRNO(EFAULT, gettimeofday((void *)-1, NULL) != 0);
59 atf_tc_set_md_var(tc, "descr", "Test monotonicity of gettimeofday(2)");
73 ATF_REQUIRE(gettimeofday(&tv1, NULL) == 0);
74 ATF_REQUIRE(gettimeofday(&tv2, NULL) == 0);
/freebsd-11-stable/contrib/ncurses/include/
H A Dnc_mingw.h51 #undef gettimeofday macro
52 #define gettimeofday(tv,tz) _nc_gettimeofday(tv,tz) macro
/freebsd-11-stable/contrib/sendmail/libsm/
H A Db-strl.c113 if (gettimeofday(&t1, NULL) < 0)
114 fatal("gettimeofday");
119 if (gettimeofday(&t2, NULL) < 0)
120 fatal("gettimeofday");
124 if (gettimeofday(&t1, NULL) < 0)
125 fatal("gettimeofday");
130 if (gettimeofday(&t2, NULL) < 0)
131 fatal("gettimeofday");
154 if (gettimeofday(&t1, NULL) < 0)
155 fatal("gettimeofday");
[all...]
H A Db-strcmp.c105 if (gettimeofday(&t1, NULL) < 0)
106 fatal("gettimeofday");
109 if (gettimeofday(&t2, NULL) < 0)
110 fatal("gettimeofday");
116 if (gettimeofday(&t1, NULL) < 0)
117 fatal("gettimeofday");
120 if (gettimeofday(&t2, NULL) < 0)
121 fatal("gettimeofday");
/freebsd-11-stable/contrib/ntp/include/
H A Dntp_unixtime.h17 /* gettimeofday() takes two args in BSD and only one in SYSV */
21 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
25 # define GETTIMEOFDAY(a, b) (gettimeofday(a))
29 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
32 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b))
/freebsd-11-stable/contrib/blacklist/port/
H A Dclock_gettime.c12 if (gettimeofday(&tv, NULL) == -1)
/freebsd-11-stable/contrib/openbsm/compat/
H A Dclock_gettime.h32 * access to gettimeofday().
47 if (gettimeofday(&tv, NULL) < 0)
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgettimeofday.c41 gettimeofday (struct timeval *tp, void *ignore) function
64 * Simple gettimeofday that only returns seconds.
67 gettimeofday (struct timeval *tp, void *ignore) function
/freebsd-11-stable/contrib/ncurses/ncurses/win32con/
H A Dgettimeofday.c35 MODULE_ID("$Id: gettimeofday.c,v 1.2 2010/01/16 15:18:51 tom Exp $")
40 gettimeofday(struct timeval *tv, void *tz GCC_UNUSED) function
/freebsd-11-stable/lib/libc/sys/
H A Dgettimeofday.c37 __weak_reference(__gettimeofday, gettimeofday);
/freebsd-11-stable/lib/libcompat/4.1/
H A Dftime.c45 if (gettimeofday(&t, &tz) < 0)
/freebsd-11-stable/tools/regression/priv/
H A Dpriv_settimeofday.c53 if (gettimeofday(&now, NULL) < 0) {
54 warn("priv_settimeofday_setup: gettimeofday");
/freebsd-11-stable/usr.bin/systat/
H A Dkeyboard.c61 gettimeofday(&last, NULL);
69 (void)gettimeofday(&now, NULL);
83 gettimeofday(&last, NULL);
115 gettimeofday(&last, NULL);
/freebsd-11-stable/contrib/groff/src/libs/libgroff/
H A Dtmpname.cpp46 int gettimeofday(struct timeval *, void *);
82 gettimeofday(&tv, NULL);
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dtime.c57 gettimeofday(&tv, NULL);
91 * like gettimeofday but with time correction to the KDC
101 gettimeofday (&tv, NULL);
H A Dtest_crypto.c67 gettimeofday(&tv1, NULL);
76 gettimeofday(&tv2, NULL);
111 gettimeofday(&tv1, NULL);
121 gettimeofday(&tv2, NULL);
H A Dtest_time.c47 gettimeofday(&tv, NULL);
/freebsd-11-stable/usr.sbin/utx/
H A Dutx.c60 (void)gettimeofday(&utx.ut_tv, NULL);
88 (void)gettimeofday(&utx.ut_tv, NULL);
/freebsd-11-stable/contrib/ntp/lib/isc/unix/
H A Dstdtime.c61 (void)syslog(LOG_ERR, "gettimeofday returned bad tv_usec: corrected");
76 RUNTIME_CHECK(gettimeofday(&tv, NULL) != -1);
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Dtime.c60 gettimeofday (&tv, NULL);
/freebsd-11-stable/contrib/bmake/
H A Dtrace.c97 gettimeofday(&rightnow, NULL);
/freebsd-11-stable/usr.sbin/timed/timed/
H A Dmaster.c88 (void)gettimeofday(&ntime, NULL);
99 (void)gettimeofday(&ntime, NULL);
106 (void)gettimeofday(&ntime, NULL);
179 (void)gettimeofday(&ntime, NULL);
208 (void)gettimeofday(&ntime, NULL);
289 (void)gettimeofday(&ntime, NULL);
358 (void)gettimeofday(&otime, NULL);
372 (void)gettimeofday(&utx.ut_tv, NULL);
376 (void)gettimeofday(&utx.ut_tv, NULL);
399 (void)gettimeofday(
[all...]

Completed in 154 milliseconds

1234567891011>>