Searched refs:fclose (Results 26 - 50 of 909) sorted by relevance

1234567891011>>

/freebsd-current/usr.sbin/rpcbind/
H A Dwarmstart.c95 fclose(fp);
99 fclose(fp);
132 fclose(fp);
136 fclose(fp);
/freebsd-current/usr.bin/compress/
H A Dcompress.c218 if (ferror(ifp) || fclose(ifp)) {
224 if (fclose(ofp)) {
266 (void)fclose(ofp);
269 (void)fclose(ifp);
304 (void)fclose(ifp);
311 (void)fclose(ofp);
312 (void)fclose(ifp);
322 if (ferror(ifp) || fclose(ifp)) {
328 if (fclose(ofp)) {
344 (void)fclose(of
[all...]
/freebsd-current/crypto/heimdal/appl/ftp/ftp/
H A Dftp_locl.h117 extern int LIBPREFIX(fclose) (FILE *);
137 int fclose(FILE*);
/freebsd-current/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_clearerr.c62 ATF_REQUIRE(fclose(fp) != EOF);
78 ATF_REQUIRE(fclose(fp) == 0);
H A Dt_fputc.c52 ATF_REQUIRE(fclose(f) == 0);
75 ATF_REQUIRE(fclose(f) == 0);
83 ATF_REQUIRE(fclose(f) == 0);
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-uw.c118 fclose (fd);
123 fclose (fd);
/freebsd-current/sbin/ipf/libipf/
H A Dload_file.c41 fclose(fp);
93 fclose(fp);
/freebsd-current/usr.sbin/ngctl/
H A Dwrite.c89 fclose(fp);
92 fclose(fp);
/freebsd-current/lib/libc/tests/stdio/
H A Dperror_test.c55 fclose(stderr);
94 fclose(stderr);
/freebsd-current/crypto/openssl/demos/pkcs12/
H A Dpkwrite.c37 fclose(fp);
51 fclose(fp);
/freebsd-current/stand/liblua/
H A Dlstd.h62 #define fclose lua_loader_fclose macro
74 int fclose(FILE *stream);
/freebsd-current/lib/libc/posix1e/
H A Dmac.c192 fclose(file);
216 fclose(file);
223 fclose(file);
244 fclose(file);
251 fclose(file);
257 fclose(file);
263 fclose(file);
/freebsd-current/contrib/libpcap/msdos/
H A Dbin2c.c41 fclose (inFile);
/freebsd-current/contrib/ncurses/ncurses/base/
H A Dlib_initscr.c87 fclose(stdout);
/freebsd-current/crypto/heimdal/kadmin/
H A Ddump.c75 fclose(f);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dwrite_pid.c52 fclose (fp);
/freebsd-current/sys/contrib/openzfs/lib/libspl/os/linux/
H A Dgethostid.c53 fclose(f);
/freebsd-current/contrib/libcbor/examples/
H A Dstreaming_array.c46 if (fclose(out)) exit(1);
/freebsd-current/share/examples/tests/tests/atf/
H A Dprintf_test.c133 fclose(output);
/freebsd-current/share/examples/tests/tests/plain/
H A Dprintf_test.c91 fclose(file);
/freebsd-current/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c69 fclose(fp);
/freebsd-current/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c69 fclose(fp);
/freebsd-current/usr.sbin/rpc.umntall/
H A Dmounttab.c64 fclose(mtabfile);
121 fclose(mtabfile);
133 fclose(mtabfile);
172 fclose(mtabfile);
/freebsd-current/libexec/mknetid/
H A Dmknetid.c173 fclose(gfp);
236 fclose(pfp);
270 fclose(hfp);
299 fclose(nfp);
/freebsd-current/lib/libc/net/
H A Dether_addr.c175 fclose(fp);
180 fclose(fp);
223 fclose(fp);
228 fclose(fp);

Completed in 282 milliseconds

1234567891011>>