Searched refs:cleanfile (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/stdio/ |
H A D | fclose.c | 47 cleanfile(FILE *fp, bool c) in cleanfile() function 107 (void)cleanfile(fp, true); in fdclose() 112 r = cleanfile(fp, false); in fdclose() 130 r = cleanfile(fp, true); in fclose()
|
/freebsd/usr.bin/mkuzip/ |
H A D | mkuzip.c | 102 static char *cleanfile = NULL; variable 306 cleanfile = oname; in main() 417 cleanfile = NULL; in main() 491 if (cleanfile != NULL) in cleanup() 492 unlink(cleanfile); in cleanup()
|
/freebsd/crypto/openssl/ |
H A D | Configure | 1850 sub cleanfile { subroutine 1892 ( map { cleanfile($srcdir, catfile("Configurations", $_), $blddir, 1) } 1906 = [ cleanfile($srcdir, catfile("Configurations", "common0.tmpl"), 1916 my $src_configdata = cleanfile($srcdir, "configdata.pm", $blddir, 1);
|