copy_file
if (copy_file(curr, dne, beneath))
if (copy_file(curr, dne, beneath))
if (copy_file(curr, dne, beneath))
if (copy_file(curr, dne, beneath))
int copy_file(const FTSENT *, bool, bool);
copy_file (*argv, "win-pre.in");
copy_file("", "-");
copy_file (*argv, "win-post.in");
static int copy_file (char *path, char *fname);
if (copy_file(filearg[0], TMPOUTNAME) < 0) {
if (errno != EXDEV || copy_file(orig, bakname) < 0)
if (errno != EXDEV || copy_file(from, to) < 0) {
int copy_file(const char *, const char *);
copy_file(f, stdout);
copy_file(f, NewCrontab);