HomeSort by: relevance | last modified time | path
    Searched defs:tvthen (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/ftp/
ftp.c 616 struct timeval tvthen, tvnow, tvdiff; local in function:copy_bytes
628 (void)gettimeofday(&tvthen, NULL);
669 timersub(&tvnow, &tvthen, &tvdiff);
ftp.c 616 struct timeval tvthen, tvnow, tvdiff; local in function:copy_bytes
628 (void)gettimeofday(&tvthen, NULL);
669 timersub(&tvnow, &tvthen, &tvdiff);

Completed in 25 milliseconds