Lines Matching full:copy
24 /* Copy the file to the "copy" dir. */
25 r = systemf("echo f| %s -pd copy >copy.out 2>copy.err",
30 p = slurpfile(&s, "copy/f");
44 /* Copy the file to the "copy" dir. */
45 r = systemf("echo f| %s -pd copy >copy.out 2>copy.err",
50 p = slurpfile(&s, "copy/f");
55 /* Copy the file to the "copy" dir with -u (force) */
56 r = systemf("echo f| %s -pud copy >copy.out 2>copy.err",
61 p = slurpfile(&s, "copy/f");