Searched defs: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
/netbsd-current/sbin/scan_ffs/
H A Dscan_ffs.c402 const double pcent = (100.0 * done) / total; local
/netbsd-current/bin/cp/
H A Dutils.c90 int pcent = (int)((100.0 * written) / fi->size); local
/netbsd-current/bin/rcp/
H A Drcp.c829 const double pcent = (100.0 * done) / total; local
/netbsd-current/usr.bin/gzip/
H A Dgzip.c1747 const double pcent = (100.0 * infile_current) / infile_total; local

Completed in 250 milliseconds