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

1234567891011>>

/freebsd-11-stable/lib/libc/stdio/
H A Dfcloseall.c38 (void)_fwalk(fclose);
/freebsd-11-stable/contrib/mdocml/
H A Dtest-fgetln.c9 fclose(stdin);
H A Dtest-getline.c11 fclose(stdin);
/freebsd-11-stable/bin/setfacl/
H A Dfile.c66 fclose(file);
69 fclose(file);
73 fclose(file);
/freebsd-11-stable/contrib/opie/libmissing/
H A Dgetutline.c48 fclose(f);
55 fclose(f);
61 fclose(f);
H A Dpututline.c56 fclose(f);
63 fclose(f);
/freebsd-11-stable/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-11-stable/contrib/libarchive/cpio/test/
H A Dtest_passthrough_dotdot.c55 fclose(filelist);
H A Dtest_passthrough_reverse.c60 fclose(filelist);
H A Dtest_option_0.c47 fclose(filelist);
55 fclose(filelist);
/freebsd-11-stable/share/syscons/scrnmaps/
H A Dmkscrfil.c45 fclose(fd);
/freebsd-11-stable/libexec/atrun/
H A Dgloadavg.c65 fclose(fp);
/freebsd-11-stable/share/examples/sunrpc/msg/
H A Dmsg_proc.c27 fclose(f);
H A Dprintmsg.c43 fclose(f);
/freebsd-11-stable/tools/tools/nxge/
H A Dxge_log.c74 fclose(fdAll);
103 fclose(fdAll);
134 fclose( fdAll );
165 fclose(fdAll);
192 fclose(fdAll);
222 fclose(fdAll);
263 fclose(fdAll);
285 fclose(fdAll);
316 fclose( fdAll );
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dtmpnam.c48 fclose (f);
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dtmpnam.c48 fclose (f);
/freebsd-11-stable/contrib/ntp/sntp/
H A Dlog.c43 fclose(syslog_file);
/freebsd-11-stable/contrib/libarchive/tar/test/
H A Dtest_option_T_upper.c34 fclose(f);
66 fclose(f);
81 fclose(f);
/freebsd-11-stable/lib/libc/tests/sys/
H A Dmlock_helper.c84 fclose(fp);
103 fclose(fp);
107 fclose(fp);
/freebsd-11-stable/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-11-stable/lib/libc/rpc/
H A Dgetpublickey.c104 fclose(fd);
131 fclose(fd);
158 fclose(fd);
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dpgusage.c74 fclose(option_usage_fp);
160 fclose(stdout);
164 fclose(stderr);
/freebsd-11-stable/usr.sbin/ctm/ctm/
H A Dctm_ed.c31 fclose(fi);
98 if(fclose(fi) != 0) {
108 if(fclose(fo) != 0) {

Completed in 703 milliseconds

1234567891011>>