Home
last modified time | relevance | path

Searched refs:cp_pct (Results 1 – 1 of 1) sorted by relevance

/freebsd/bin/cp/
H A Dutils.c49 #define cp_pct(x, y) ((y == 0) ? 0 : (int)(100.0 * (x) / (y))) macro
228 cp_pct(wtotal, fs->st_size)); in copy_file()