Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/csh/
H A Dsh.time.c26 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 Dsh.proc.c771 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.h159 extern void tvsub(struct timeval *, struct timeval *);
H A Dping_aux6.c501 (void) tvsub(&tv, tp); in check_reply6()
791 (void) tvsub(&tv, tp); in check_reply6()
H A Dping_aux.c465 (void) tvsub(&tv, tp); in check_reply()
661 (void) tvsub(&tv, tp); in check_reply()
H A Dping.c2479 tvsub(struct timeval *out, struct timeval *in) in tvsub() function