Home
last modified time | relevance | path

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

/dragonfly/contrib/tnftp/src/
H A Dftp.c623 struct timeval tvthen, tvnow, tvdiff; in copy_bytes() local
635 (void)gettimeofday(&tvthen, NULL); in copy_bytes()
676 timersub(&tvnow, &tvthen, &tvdiff); in copy_bytes()