Searched refs:cleanfile (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/lib/libc/stdio/ |
| HD | fclose.c | 50 cleanfile(FILE *fp, bool c) in cleanfile() function 110 (void)cleanfile(fp, true); in fdclose() 115 r = cleanfile(fp, false); in fdclose() 133 r = cleanfile(fp, true); in fclose()
|
| /freebsd-14-stable/usr.bin/mkuzip/ |
| HD | mkuzip.c | 103 static char *cleanfile = NULL; variable 307 cleanfile = oname; in main() 418 cleanfile = NULL; in main() 492 if (cleanfile != NULL) in cleanup() 493 unlink(cleanfile); in cleanup()
|
| /freebsd-14-stable/crypto/openssl/ |
| HD | 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);
|