Home
last modified time | relevance | path

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

/freebsd/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/usr.bin/gzip/
H A Dgzip.c211 static const char *remove_file = NULL; /* file to be removed upon SIGINT */ variable
1188 if (remove_file != NULL) in got_sigint()
1189 unlink(remove_file); in got_sigint()
1322 remove_file = outfile; in file_compress()
1352 remove_file = NULL; in file_compress()
1502 remove_file = outfile; in file_uncompress()
1673 remove_file = NULL; in file_uncompress()
/freebsd/crypto/libecc/scripts/
H A Dexpand_libecc.py1397 remove_file(fname)
1400 def remove_file(fname): function
1405 [remove_file(x) for x in glob.glob(fpattern)]
1773 remove_file(ec_params_path + "ec_params_"+name+".h")
1778 remove_file(ec_self_tests_path + "ec_self_tests_core_"+name+".h")