Home
last modified time | relevance | path

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

/freebsd/tools/regression/p1003_1b/
H A Dfifo.c72 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 Dextern.h151 void tvsub (struct timeval *, struct timeval *, struct timeval *);
/freebsd/contrib/tcsh/
H A Dsh.time.c690 tvsub(&td, t1, t0); in pdeltat()
705 tvsub(timeval_t *tdiff, timeval_t *t1, timeval_t *t0) in tvsub() function
H A Dsh.decls.h436 extern void tvsub (struct timeval *,
H A Dsh.proc.c1245 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 Dtraceroute.c371 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