Searched refs:tvsub (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.time.c | 25 void tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0); 229 tvsub(&td, t1, t0); in pdeltat() 250 tvsub(struct timeval *tdiff, struct timeval *t1, struct timeval *t0) in tvsub() function
|
H A D | sh.proc.c | 765 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping_aux6.c | 80 extern void tvsub(struct timeval *, struct timeval *); 517 (void) tvsub(&tv, tp); in check_reply6() 819 (void) tvsub(&tv, tp); in check_reply6()
|
H A D | ping_aux.c | 93 extern void tvsub(struct timeval *, struct timeval *); 477 (void) tvsub(&tv, tp); in check_reply() 677 (void) tvsub(&tv, tp); in check_reply()
|
H A D | ping.c | 227 void tvsub(struct timeval *, struct timeval *); 2335 tvsub(struct timeval *out, struct timeval *in) in tvsub() function
|