Home
last modified time | relevance | path

Searched refs:tvsub (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/csh/
H A Dsh.time.c25 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 Dsh.proc.c765 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping_aux6.c80 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 Dping_aux.c93 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 Dping.c227 void tvsub(struct timeval *, struct timeval *);
2335 tvsub(struct timeval *out, struct timeval *in) in tvsub() function