Searched refs:fclose (Results 1 - 25 of 909) sorted by relevance

1234567891011>>

/freebsd-current/lib/libc/stdio/
H A Dfcloseall.c37 (void)_fwalk(fclose);
/freebsd-current/contrib/libpcap/testprogs/fuzz/
H A Donefile.c25 fclose(fp);
30 fclose(fp);
34 fclose(fp);
39 fclose(fp);
43 fclose(fp);
51 fclose(fp);
H A Dfuzz_pcap.c24 fclose(fd);
27 fclose(fd);
33 fclose(outfile);
H A Dfuzz_both.c25 fclose(fd);
28 fclose(fd);
34 fclose(outfile);
/freebsd-current/contrib/mandoc/
H A Dtest-getline.c11 fclose(stdin);
H A Dtest-fgetln.c9 fclose(stdin);
/freebsd-current/bin/setfacl/
H A Dfile.c63 fclose(file);
66 fclose(file);
70 fclose(file);
/freebsd-current/contrib/xz/src/common/
H A Dtuklib_exit.c31 const int fclose_err = fclose(stdout);
35 // If it was fclose() that failed, we have the reason
52 const int fclose_err = fclose(stderr);
/freebsd-current/share/syscons/scrnmaps/
H A Dmkscrfil.c45 fclose(fd);
/freebsd-current/libexec/atrun/
H A Dgloadavg.c62 fclose(fp);
/freebsd-current/share/examples/sunrpc/msg/
H A Dmsg_proc.c25 fclose(f);
H A Dprintmsg.c41 fclose(f);
/freebsd-current/contrib/libarchive/cpio/test/
H A Dtest_passthrough_reverse.c59 fclose(filelist);
H A Dtest_passthrough_dotdot.c54 fclose(filelist);
H A Dtest_option_0.c46 fclose(filelist);
54 fclose(filelist);
/freebsd-current/contrib/ntp/sntp/
H A Dlog.c43 fclose(syslog_file);
/freebsd-current/lib/libc/tests/sys/
H A Dmlock_helper.c81 fclose(fp);
100 fclose(fp);
104 fclose(fp);
/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c33 fclose(f);
65 fclose(f);
80 fclose(f);
/freebsd-current/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_fopen.c68 ATF_REQUIRE(fclose(f) == 0);
139 ATF_REQUIRE(fclose(f) == 0);
166 ATF_REQUIRE(fclose(f) == 0);
182 (void)fclose(f);
222 ATF_REQUIRE(fclose(f) == 0);
227 ATF_REQUIRE(fclose(f) == 0);
234 ATF_REQUIRE(fclose(f) == 0);
264 ATF_REQUIRE(fclose(f) == 0);
274 ATF_REQUIRE(fclose(f) == 0);
332 (void)fclose(
[all...]
H A Dt_fflush.c59 ATF_REQUIRE(fclose(f) == 0);
72 ATF_REQUIRE(fclose(f) == 0);
113 ATF_REQUIRE(fclose(f) == 0);
133 ATF_REQUIRE(fclose(f) == 0);
154 ATF_REQUIRE(fclose(f) == 0);
/freebsd-current/contrib/ntp/sntp/libopts/
H A Dpgusage.c74 fclose(option_usage_fp);
160 fclose(stdout);
164 fclose(stderr);
/freebsd-current/lib/libc/rpc/
H A Dgetpublickey.c100 fclose(fd);
127 fclose(fd);
154 fclose(fd);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dgetusershell.c154 fclose(fp);
158 fclose(fp);
163 fclose(fp);
180 fclose(fp);
/freebsd-current/contrib/ntp/sntp/tests/
H A Dt-log.c81 fclose(f); //using this will also cause segfault, because at the end, log.c will call (using atexit(func) function) cleanup_log(void)-> fclose(syslog_file);
82 //After the 1st fclose, syslog_file = NULL, and is never reset -> hopefully fixed by editing log.c
/freebsd-current/usr.sbin/rpcbind/
H A Dwarmstart.c95 fclose(fp);
99 fclose(fp);
132 fclose(fp);
136 fclose(fp);

Completed in 422 milliseconds

1234567891011>>