Lines Matching refs:file_copy
68 const char *file_copy);
1131 docopytruncate(struct opts *opts, const char *file, const char *file_copy) in docopytruncate() argument
1144 (void) out("# copy %s to %s\n", file, file_copy); in docopytruncate()
1164 if ((fo = open(file_copy, O_CREAT|O_TRUNC|O_WRONLY, s.st_mode)) < 0) { in docopytruncate()
1165 err(EF_SYS, "cannot create file: %s", file_copy); in docopytruncate()
1195 (void) remove(file_copy); in docopytruncate()
1235 err(EF_SYS, "cannot write into file %s", file_copy); in docopytruncate()
1238 (void) remove(file_copy); in docopytruncate()
1253 err(EF_SYS, "cannot write into file %s", file_copy); in docopytruncate()
1258 (void) remove(file_copy); in docopytruncate()
1277 (void) utime(file_copy, ×); in docopytruncate()