Home
last modified time | relevance | path

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

/freebsd-13.1/usr.bin/patch/
H A Dpatch.c154 bool out_creating, out_existed, patch_seen, remove_file; in main() local
278 remove_file = false; in main()
298 &remove_file); in main()
438 if ((remove_empty_files || remove_file) && in main()
/freebsd-13.1/usr.bin/gzip/
H A Dgzip.c210 static const char *remove_file = NULL; /* file to be removed upon SIGINT */ variable
1237 if (remove_file != NULL) in got_sigint()
1238 unlink(remove_file); in got_sigint()
1387 remove_file = outfile; in file_compress()
1419 remove_file = NULL; in file_compress()
1582 remove_file = outfile; in file_uncompress()
1743 remove_file = NULL; in file_uncompress()
/freebsd-13.1/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1539 svn_boolean_t remove_file = TRUE; in svn_cmdline__edit_string_externally() local
1669 remove_file = FALSE; in svn_cmdline__edit_string_externally()
1727 if (remove_file) in svn_cmdline__edit_string_externally()