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

/freebsd-13-stable/usr.bin/patch/
H A Dpatch.c154 bool out_creating, out_existed, patch_seen, remove_file; local
278 remove_file = false;
298 &remove_file);
428 * remove_file is a per-patch flag indicating
438 if ((remove_empty_files || remove_file) &&
/freebsd-13-stable/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)
1238 unlink(remove_file);
1387 remove_file = outfile;
1419 remove_file = NULL;
1582 remove_file = outfile;
1743 remove_file = NULL;
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dcmdline.c1539 svn_boolean_t remove_file = TRUE; local
1669 remove_file = FALSE;
1727 if (remove_file)

Completed in 75 milliseconds