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

/freebsd-10.0-release/usr.bin/mkulzma/
H A Dmkulzma.c51 static char *cleanfile = NULL; variable
179 cleanfile = oname;
279 cleanfile = NULL;
328 if (cleanfile != NULL)
329 unlink(cleanfile);
/freebsd-10.0-release/usr.bin/mkuzip/
H A Dmkuzip.c42 static char *cleanfile = NULL; variable
163 cleanfile = oname;
224 cleanfile = NULL;
272 if (cleanfile != NULL)
273 unlink(cleanfile);

Completed in 99 milliseconds