Home
last modified time | relevance | path

Searched refs:gettimeofday (Results 26 – 50 of 186) sorted by relevance

12345678

/dragonfly/contrib/cvs-1.12/lib/
H A Dgettime.c43 gettimeofday (&tv, NULL); in gettime()
/dragonfly/sbin/adjkerntz/
H A Dadjkerntz.c156 if (gettimeofday(&tv, &tz)) { in main()
309 if (gettimeofday(&tv, NULL)) { in main()
/dragonfly/lib/libutil/
H A Dlogoutx.c61 (void)gettimeofday(&utp->ut_tv, NULL); in logoutx()
H A Dlogwtmpx.c66 (void)gettimeofday(&ut.ut_tv, NULL); in logwtmpx()
/dragonfly/tools/tools/net80211/wesside/wesside/
H A Dwesside.c294 if (gettimeofday(&now, NULL) == -1) { in check_key()
567 if (gettimeofday(&txstate.tsent, NULL) == -1) { in send_frame()
1222 if (gettimeofday(&tv, NULL) == -1) in log_wep()
1944 if (gettimeofday(&now, NULL) == -1) { in flood_inet()
1959 if (gettimeofday(&last_ip, NULL) == -1) { in flood_inet()
2053 if (gettimeofday(&arpsend, NULL) == -1) in can_write()
2159 if (gettimeofday(&crack_start, NULL) == -1) in try_crack()
2480 if (gettimeofday(&lasthop, NULL) == -1) {
2489 if (gettimeofday(&now, NULL) == -1) {
2686 gettimeofday(&tv, NULL);
[all …]
/dragonfly/contrib/gcc-4.7/libgomp/config/posix/
H A Dtime.c57 gettimeofday (&tv, NULL); in omp_get_wtime()
/dragonfly/contrib/gcc-8.0/libgomp/config/posix/
H A Dtime.c58 gettimeofday (&tv, NULL); in omp_get_wtime()
/dragonfly/libexec/ftpd/
H A Dlogwtmpx.c68 gettimeofday(&ut.ut_tv, NULL); in ftpd_logwtmpx()
/dragonfly/contrib/xz/src/xz/
H A Dmytime.c44 gettimeofday(&tv, NULL); in mytime_now()
/dragonfly/tools/tools/net80211/stumbler/
H A Dstumbler.c269 if (gettimeofday(&chaninfo.last_hop, NULL) == -1) in set_chan()
516 if (gettimeofday(&node->seen, NULL) == -1) in update_node()
886 if (gettimeofday(tv, NULL) == -1) in chanhop()
927 if (gettimeofday(&now, NULL) == -1) in check_seen()
/dragonfly/usr.bin/top/
H A Dutils.c649 gettimeofday(tv, NULL); in time_get()
671 gettimeofday(tv, NULL); in time_mark()
/dragonfly/lib/libc/upmap/
H A Dukp_gettimeofday.c107 __weak_reference(__gettimeofday, gettimeofday);
/dragonfly/contrib/gcc-4.7/libstdc++-v3/src/c++11/
H A Dchrono.cc56 gettimeofday(&tv, 0); in now()
/dragonfly/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dcompatibility-chrono.cc76 gettimeofday(&tv, 0); in now()
H A Dfutex.cc62 gettimeofday (&tv, NULL); in _M_futex_wait_until()
H A Dchrono.cc69 gettimeofday(&tv, 0); in now()
/dragonfly/contrib/bmake/
H A Dtrace.c91 gettimeofday(&rightnow, NULL); in Trace_Log()
/dragonfly/lib/libssh/openbsd-compat/
H A Dbsd-misc.c250 (void) gettimeofday(&tstart, NULL); in nanosleep()
254 (void) gettimeofday (&tstop, NULL); in nanosleep()
/dragonfly/contrib/lvm2/dist/lib/misc/
H A Dtimestamp.c97 if (gettimeofday(&ts->t, NULL)) { in get_timestamp()
/dragonfly/usr.sbin/traceroute/
H A Dtraceroute.c612 gettimeofday(&t1, NULL); in main()
615 gettimeofday(&t2, NULL); in main()
747 gettimeofday(&now, NULL); in wait_for_reply()
947 gettimeofday(&tv, NULL); in send_probe()
/dragonfly/lib/libc/rpc/
H A Dauth_unix.c126 gettimeofday(&now, NULL); in authunix_create()
280 gettimeofday(&now, NULL); in authunix_refresh()
/dragonfly/crypto/libressl/ssl/
H A Dd1_lib.c267 gettimeofday(&(s->d1->next_timeout), NULL); in dtls1_start_timer()
286 gettimeofday(&timenow, NULL); in dtls1_get_timeout()
/dragonfly/lib/libc/stdlib/
H A Drand.c129 gettimeofday(&tv, NULL); in sranddev()
/dragonfly/usr.sbin/inetd/
H A Dbuiltins.c451 gettimeofday(&to, NULL); in ident_stream()
463 gettimeofday(&tv, NULL); in ident_stream()
681 if (gettimeofday(&tv, NULL) < 0) { in machtime()
/dragonfly/usr.bin/tip/
H A Dtod.c102 gettimeofday (tp, NULL); in tod_gettime()

12345678