Searched refs:pcent (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/bin/mv/
H A Dmv.c306 int pcent = (int)((100.0 * total) / sbp->st_size); local
311 (unsigned long long)sbp->st_size, pcent);
/netbsd-current/sbin/scan_ffs/
H A Dscan_ffs.c402 const double pcent = (100.0 * done) / total; local
412 getprogname(), done, total, pcent);
/netbsd-current/bin/cp/
H A Dutils.c90 int pcent = (int)((100.0 * written) / fi->size); local
95 (unsigned long long)fi->size, pcent);
/netbsd-current/bin/rcp/
H A Drcp.c829 const double pcent = (100.0 * done) / total; local
841 getprogname(), file, done, total, pcent);
/netbsd-current/usr.bin/gzip/
H A Dgzip.c1747 const double pcent = (100.0 * infile_current) / infile_total; local
1752 (uintmax_t)infile_total, pcent);

Completed in 202 milliseconds