Home
last modified time | relevance | path

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

/freebsd-14.2/usr.bin/patch/
H A Dpatch.c153 bool out_creating, out_existed, patch_seen, remove_file; in main() local
277 remove_file = false; in main()
297 &remove_file); in main()
437 if ((remove_empty_files || remove_file) && in main()
/freebsd-14.2/usr.bin/gzip/
H A Dgzip.c217 static const char *remove_file = NULL; /* file to be removed upon SIGINT */ variable
1194 if (remove_file != NULL) in got_sigint()
1195 unlink(remove_file); in got_sigint()
1328 remove_file = outfile; in file_compress()
1358 remove_file = NULL; in file_compress()
1508 remove_file = outfile; in file_uncompress()
1679 remove_file = NULL; in file_uncompress()