Searched refs:tvsub (Results 1 – 6 of 6) sorted by relevance
/freebsd/tools/regression/p1003_1b/ |
H A D | fifo.c | 72 tvsub(const struct timeval *a, const struct timeval *b) in tvsub() function 180 tvsub(ranat + j, ranat + j - 1)); in fifo()
|
/freebsd/crypto/heimdal/appl/ftp/ftp/ |
H A D | extern.h | 151 void tvsub (struct timeval *, struct timeval *, struct timeval *);
|
/freebsd/contrib/tcsh/ |
H A D | sh.time.c | 690 tvsub(&td, t1, t0); in pdeltat() 705 tvsub(timeval_t *tdiff, timeval_t *t1, timeval_t *t0) in tvsub() function
|
H A D | sh.decls.h | 436 extern void tvsub (struct timeval *,
|
H A D | sh.proc.c | 1245 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint() 1261 tvsub(&diff, &pp->p_etime, &pp->p_btime); in ptprint()
|
/freebsd/usr.sbin/traceroute/ |
H A D | traceroute.c | 371 void tvsub(struct timeval *, struct timeval *); 1233 tvsub(&wait, &now); in wait_for_reply() 1828 tvsub(register struct timeval *out, register struct timeval *in) in tvsub() function
|