Searched refs:tvsub (Results 1 – 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.time.c | 26 void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0); 230 tvsub(&td, t1, t0); in pdeltat() 251 tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0) in tvsub() function
|
H A D | sh.proc.c | 771 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.h | 159 extern void tvsub(struct timeval *, struct timeval *);
|
H A D | ping_aux6.c | 501 (void) tvsub(&tv, tp); in check_reply6() 791 (void) tvsub(&tv, tp); in check_reply6()
|
H A D | ping_aux.c | 465 (void) tvsub(&tv, tp); in check_reply() 661 (void) tvsub(&tv, tp); in check_reply()
|
H A D | ping.c | 2479 tvsub(struct timeval *out, struct timeval *in) in tvsub() function
|