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

/freebsd-current/usr.bin/patch/
H A Dpatch.c153 bool out_creating, out_existed, patch_seen, remove_file; local
277 remove_file = false;
297 &remove_file);
427 * remove_file is a per-patch flag indicating
437 if ((remove_empty_files || remove_file) &&
/freebsd-current/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)
1189 unlink(remove_file);
1322 remove_file = outfile;
1352 remove_file = NULL;
1502 remove_file = outfile;
1673 remove_file = NULL;

Completed in 88 milliseconds