Home
last modified time | relevance | path

Searched refs:GETTIMEOFDAY (Results 1 – 25 of 31) sorted by relevance

12

/netbsd-src/external/bsd/ntp/dist/include/
H A Dntp_unixtime.h14 # define GETTIMEOFDAY(a, b) (node_gettime(&ntp_node, a)) macro
23 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
27 # define GETTIMEOFDAY(a, b) (gettimeofday(a)) macro
31 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
34 # define GETTIMEOFDAY(a, b) (gettimeofday(a, b)) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h68 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
242 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
313 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
354 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
400 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
444 #define GETTIMEOFDAY(t) gettimeofday(t) macro
521 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
551 #define GETTIMEOFDAY(t) gettimeofday(t,NULL) macro
593 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
646 #define GETTIMEOFDAY(t) gettimeofday(t,(struct timezone *) 0) macro
[all …]
H A Dldseed.c124 if (GETTIMEOFDAY(&tv) != 0) in ldseed()
H A Dvstream.c807 GETTIMEOFDAY(&before); in vstream_fflush_some()
821 GETTIMEOFDAY(&stream->iotime); in vstream_fflush_some()
982 GETTIMEOFDAY(&before); in vstream_buf_get_ready()
998 GETTIMEOFDAY(&stream->iotime); in vstream_buf_get_ready()
1651 GETTIMEOFDAY(&stream->iotime); in vstream_control()
H A Ddict_cache.c857 GETTIMEOFDAY(&start); in run_requests()
867 GETTIMEOFDAY(&finish); in run_requests()
/netbsd-src/external/ibm-public/postfix/dist/src/tls/
H A Dtls_bio_ops.c189 GETTIMEOFDAY(&time_deadline); in tls_bio()
249 GETTIMEOFDAY(&time_now); in tls_bio()
H A Dtls_seed.c72 GETTIMEOFDAY(&randseed.tv); in tls_int_seed()
/netbsd-src/external/ibm-public/postfix/dist/src/postscreen/
H A Dpostscreen_dict.c85 GETTIMEOFDAY(&_before);
106 GETTIMEOFDAY(&_after); \
H A Dpostscreen_misc.c82 GETTIMEOFDAY(&now); in psc_format_delta_time()
H A Dpostscreen.h507 GETTIMEOFDAY(&(state)->start_time); \
/netbsd-src/external/bsd/ntp/dist/util/
H A Dprecision.c140 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
149 GETTIMEOFDAY(&tp, &tzp); in default_get_precision()
/netbsd-src/external/ibm-public/postfix/dist/src/fsstone/
H A Dfsstone.c213 GETTIMEOFDAY(&start); in main()
229 GETTIMEOFDAY(&end); in main()
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dmail_queue.c361 GETTIMEOFDAY(tp); in mail_queue_enter()
394 GETTIMEOFDAY(tp); in mail_queue_enter()
H A Dlog_adhoc.c169 GETTIMEOFDAY(&now); in log_adhoc()
H A Dpost_mail.c232 GETTIMEOFDAY(&now); in post_mail_init()
H A Ddeliver_request.c287 GETTIMEOFDAY(&request->msg_stats.agent_handoff); in deliver_request_get()
/netbsd-src/external/ibm-public/postfix/dist/src/smtp/
H A Dsmtp_trouble.c260 GETTIMEOFDAY(&request->msg_stats.conn_setup_done); in smtp_bulk_fail()
264 GETTIMEOFDAY(&request->msg_stats.deliver_done); in smtp_bulk_fail()
H A Dsmtp_proto.c1664 GETTIMEOFDAY(&request->msg_stats.conn_setup_done); in smtp_loop()
2136 GETTIMEOFDAY(&request->msg_stats.deliver_done); in smtp_loop()
/netbsd-src/external/ibm-public/postfix/dist/src/qmqpd/
H A Dqmqpd_state.c69 GETTIMEOFDAY(&state->arrival_time); in qmqpd_state_alloc()
/netbsd-src/external/ibm-public/postfix/dist/src/virtual/
H A Dmaildir.c92 GETTIMEOFDAY(&starttime); in deliver_maildir()
/netbsd-src/external/ibm-public/postfix/dist/src/local/
H A Dmaildir.c97 GETTIMEOFDAY(&starttime); in deliver_maildir()
H A Dforward.c160 GETTIMEOFDAY(&info->posting_time); in forward_open()
/netbsd-src/external/ibm-public/postfix/dist/src/tlsmgr/
H A Dtlsmgr.c526 GETTIMEOFDAY(&tv); in tlsmgr_loop()
853 GETTIMEOFDAY(&tv); in tlsmgr_pre_init()
/netbsd-src/external/ibm-public/postfix/dist/src/postdrop/
H A Dpostdrop.c463 GETTIMEOFDAY(&start); in main()
/netbsd-src/share/man/tools/
H A Dsp.ignore914 GETTIMEOFDAY

12