Searched refs:gettimeofday (Results 126 - 150 of 301) sorted by relevance

1234567891011>>

/freebsd-10.1-release/sbin/ping/
H A Dping.c803 (void)gettimeofday(&last, NULL);
824 (void)gettimeofday(&now, NULL);
864 (void)gettimeofday(&now, NULL);
898 (void)gettimeofday(&last, NULL);
959 (void)gettimeofday(&now, NULL);
/freebsd-10.1-release/contrib/libstdc++/
H A Dconfigure8852 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9039 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9232 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9419 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9612 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9799 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9988 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10171 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10360 For example, HP-UX 11i <limits.h> declares gettimeofday. */
10543 For example, HP-UX 11i <limits.h> declares gettimeofday
[all...]
/freebsd-10.1-release/contrib/ofed/libibverbs/examples/
H A Drc_pingpong.c714 if (gettimeofday(&start, NULL)) {
715 perror("gettimeofday");
802 if (gettimeofday(&end, NULL)) {
803 perror("gettimeofday");
H A Duc_pingpong.c697 if (gettimeofday(&start, NULL)) {
698 perror("gettimeofday");
784 if (gettimeofday(&end, NULL)) {
785 perror("gettimeofday");
H A Dud_pingpong.c691 if (gettimeofday(&start, NULL)) {
692 perror("gettimeofday");
778 if (gettimeofday(&end, NULL)) {
779 perror("gettimeofday");
/freebsd-10.1-release/contrib/pf/authpf/
H A Dauthpf.c821 gettimeofday(&Tstart, NULL);
826 gettimeofday(&Tend, NULL);
/freebsd-10.1-release/contrib/pf/libevent/
H A Devent.c162 gettimeofday(tp, NULL);
584 gettimeofday(&now, NULL);
/freebsd-10.1-release/contrib/tcsh/
H A Dsh.time.c74 (void) gettimeofday(&time0, NULL);
114 (void) gettimeofday(&timedol, NULL);
/freebsd-10.1-release/libexec/tftpd/
H A Dtftpd.c810 gettimeofday(&now1, NULL);
820 gettimeofday(&now2, NULL);
/freebsd-10.1-release/sbin/routed/
H A Dmain.c126 gettimeofday(&clk, 0);
366 gettimeofday(&clk, 0);
370 * On systems that do not guarantee that gettimeofday()
/freebsd-10.1-release/sbin/routed/rtquery/
H A Drtquery.c490 if (gettimeofday(&now, 0) < 0) {
491 perror("gettimeofday(now)");
511 if (gettimeofday(&sent, 0) < 0) {
512 perror("gettimeofday(sent)");
/freebsd-10.1-release/sys/net/
H A Dnetmap_user.h153 gettimeofday(&_t0, NULL); \
164 gettimeofday(&__xxts, NULL); \
/freebsd-10.1-release/sys/netpfil/ipfw/test/
H A Dmain.c509 gettimeofday(&c.time, NULL);
511 gettimeofday(&end, NULL);
/freebsd-10.1-release/tools/tools/crypto/
H A Dcryptotest.c316 gettimeofday(&start, NULL);
372 gettimeofday(&stop, NULL);
/freebsd-10.1-release/tools/tools/net80211/w00t/redir/
H A Dredir.c251 if (gettimeofday(&p->last, NULL) == -1)
252 err(1, "gettimeofday()");
582 if (gettimeofday(&tv, NULL) == -1)
583 err(1, "gettimeofday()");
/freebsd-10.1-release/usr.sbin/inetd/
H A Dbuiltins.c466 gettimeofday(&to, NULL);
478 gettimeofday(&tv, NULL);
685 * number of seconds since midnight, Jan 1, 1900. Since gettimeofday
/freebsd-10.1-release/usr.sbin/keyserv/
H A Dkeyserv.c235 (void)gettimeofday(&tv, NULL);
578 (void)gettimeofday(&time, NULL);
/freebsd-10.1-release/usr.sbin/rpc.yppasswdd/
H A Dyppasswdd_server.c482 gettimeofday(&t_test, NULL);
493 gettimeofday(&t_saved, NULL);
/freebsd-10.1-release/contrib/ntp/clockstuff/
H A Dchutest.c149 (void) gettimeofday(&lasttv, (struct timezone *)0);
249 (void) gettimeofday(&tv, (struct timezone *)0);
/freebsd-10.1-release/contrib/libpcap/
H A Dpcap-canusb-linux.c404 gettimeofday(&firstpacket, NULL);
/freebsd-10.1-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h327 /// int gettimeofday(struct timeval *tp, void *tzp);
328 gettimeofday, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.1-release/contrib/ncurses/ncurses/tty/
H A Dlib_twait.c80 gettimeofday(&t1, (struct timezone *) 0);
/freebsd-10.1-release/contrib/ofed/management/opensm/opensm/
H A Dosm_perfmgr.c533 gettimeofday(&(mad_context.perfmgr_context.query_start), NULL);
789 gettimeofday(&before, NULL);
816 gettimeofday(&after, NULL);
1198 gettimeofday(&proc_time, NULL);
/freebsd-10.1-release/contrib/openbsm/bin/auditd/
H A Dauditd.c498 if (gettimeofday(&ts, &tzp) == 0) {
/freebsd-10.1-release/contrib/unbound/util/
H A Dmini_event.c78 if(gettimeofday(base->time_tv, NULL) < 0) {

Completed in 189 milliseconds

1234567891011>>