Home | Sort by: relevance | last modified time | path |
/src/bin/mv/ | |
mv.c | 306 int pcent = (int)((100.0 * total) / sbp->st_size); local in function:fastcopy 311 (unsigned long long)sbp->st_size, pcent); |
/src/sbin/scan_ffs/ | |
scan_ffs.c | 402 const double pcent = (100.0 * done) / total; local in function:show_status 412 getprogname(), done, total, pcent); |
/src/bin/cp/ | |
utils.c | 90 int pcent = (int)((100.0 * written) / fi->size); local in function:progress 95 (unsigned long long)fi->size, pcent); |
/src/bin/rcp/ | |
rcp.c | 829 const double pcent = (100.0 * done) / total; local in function:progress 841 getprogname(), file, done, total, pcent); |
/src/usr.bin/gzip/ | |
gzip.c | 1747 const double pcent = (100.0 * infile_current) / infile_total; local in function:check_siginfo 1752 (uintmax_t)infile_total, pcent); |