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

  /src/usr.bin/ftp/
progressbar.c 119 static struct timeval lastupdate; variable in typeref:struct:timeval
163 lastupdate = start;
169 timersub(&now, &lastupdate, &wait);
171 lastupdate = now;
367 timersub(&now, &lastupdate, &wait);
progressbar.c 119 static struct timeval lastupdate; variable in typeref:struct:timeval
163 lastupdate = start;
169 timersub(&now, &lastupdate, &wait);
171 lastupdate = now;
367 timersub(&now, &lastupdate, &wait);

Completed in 22 milliseconds