Searched refs:tvdiff (Results 1 – 3 of 3) sorted by relevance
| /src/tools/tools/ath/athalq/ |
| H A D | txdiff.pl | 11 sub tvdiff($$$$) { subroutine 25 printf "%d\t| %s\n", tvdiff($tv_sec, $tv_usec, $1, $2), $_;
|
| /src/contrib/ntp/libntp/ |
| H A D | systime.c | 380 struct timeval tvdiff; in update_uwtmp() local 402 tvdiff = abs_tval(sub_tval(timetv, tvlast)); in update_uwtmp() 403 if (tvdiff.tv_sec > 0) { in update_uwtmp()
|
| /src/contrib/tnftp/src/ |
| H A D | ftp.c | 590 struct timeval tvthen, tvnow, tvdiff; in copy_bytes() local 633 timersub(&tvnow, &tvthen, &tvdiff); in copy_bytes() 634 if (tvdiff.tv_sec > 0) in copy_bytes() 636 usleep(1000000 - tvdiff.tv_usec); in copy_bytes()
|