Home
last modified time | relevance | path

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

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