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

  /src/bin/cp/
utils.c 105 off_t ptotal = 0; local in function:copy_file
228 ptotal += chunk;
230 progress(&fi, ptotal);
248 ptotal += wcount;
250 progress(&fi, ptotal);
utils.c 105 off_t ptotal = 0; local in function:copy_file
228 ptotal += chunk;
230 progress(&fi, ptotal);
248 ptotal += wcount;
250 progress(&fi, ptotal);

Completed in 23 milliseconds