Lines Matching refs:tvp
193 register const struct timeval *tvp) in ts_print() argument
206 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
207 ND_PRINT((ndo, "%s ", ts_format(ndo, s, tvp->tv_usec))); in ts_print()
215 (unsigned)tvp->tv_sec, in ts_print()
216 (unsigned)tvp->tv_usec)); in ts_print()
223 b_usec = tvp->tv_usec; in ts_print()
224 b_sec = tvp->tv_sec; in ts_print()
227 d_usec = tvp->tv_usec - b_usec; in ts_print()
228 d_sec = tvp->tv_sec - b_sec; in ts_print()
238 b_sec = tvp->tv_sec; in ts_print()
239 b_usec = tvp->tv_usec; in ts_print()
244 s = (tvp->tv_sec + thiszone) % 86400; in ts_print()
245 Time = (tvp->tv_sec + thiszone) - s; in ts_print()
252 ts_format(ndo, s, tvp->tv_usec))); in ts_print()