Searched refs:fclose (Results 51 - 75 of 988) sorted by relevance

1234567891011>>

/freebsd-12-stable/libexec/mknetid/
H A Dmknetid.c178 fclose(gfp);
241 fclose(pfp);
275 fclose(hfp);
304 fclose(nfp);
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dcloseout.c76 the fclose(stdout) could still fail (due e.g., to a disk full error)
81 FIXME: note the fflush suggested above is implicit in the fclose
103 if (fclose (stdout) != 0)
/freebsd-12-stable/share/examples/tests/tests/atf/
H A Dprintf_test.c134 fclose(output);
/freebsd-12-stable/share/examples/tests/tests/plain/
H A Dprintf_test.c92 fclose(file);
/freebsd-12-stable/usr.sbin/rpc.umntall/
H A Dmounttab.c66 fclose(mtabfile);
123 fclose(mtabfile);
135 fclose(mtabfile);
174 fclose(mtabfile);
/freebsd-12-stable/tools/tools/ath/ath_ee_9287_print/
H A Deeprom.c71 fclose(fp);
/freebsd-12-stable/tools/tools/ath/ath_ee_v4k_print/
H A Deeprom.c71 fclose(fp);
/freebsd-12-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd_locl.h158 extern int LIBPREFIX(fclose) (FILE *);
161 /* SunOS doesn't have any declaration of fclose */
163 int fclose(FILE *stream);
/freebsd-12-stable/contrib/nvi/ex/
H A Dex_mkexrc.c88 if (fclose(fp)) {
97 (void)fclose(fp);
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_next_header_empty.c114 fclose(f);
119 fclose(f);
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/test/
H A DRoundTrip.h29 std::fclose(sFd);
30 std::fclose(dFd);
/freebsd-12-stable/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c95 fclose(f);
113 fclose(f);
/freebsd-12-stable/usr.bin/cmp/
H A Dspecial.c112 fclose(fp2);
113 fclose(fp1);
/freebsd-12-stable/usr.bin/fortune/unstr/
H A Dunstr.c111 fclose(Inf);
112 fclose(Dataf);
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkuserok.c63 fclose (f);
67 fclose (f);
71 fclose (f);
75 fclose (f);
100 fclose (f);
104 fclose (f);
H A Dreplay.c144 fclose(f);
226 fclose(f);
234 fclose(f);
240 fclose(f);
250 fclose(f);
270 fclose(f);
/freebsd-12-stable/usr.sbin/ctm/ctm/
H A Dctm.c177 fclose(statfile);
242 fclose(f);
250 fclose(f);
259 fclose(f2);
262 fclose(f);
325 fclose(f);
/freebsd-12-stable/contrib/libpcap/
H A Dsf-pcap.c776 (void)fclose(f);
947 (void)fclose(f);
955 (void)fclose(f);
960 (void)fclose(f);
996 (void)fclose(f);
1005 (void)fclose(f);
1014 (void)fclose(f);
1023 (void)fclose(f);
1029 (void)fclose(f);
1041 (void)fclose(
[all...]
/freebsd-12-stable/contrib/bmake/
H A Darch.c637 fclose(arch);
657 fclose(arch);
745 fclose(arch);
762 fclose(arch);
916 fclose(arch);
941 fclose(arch);
962 fclose(arch);
981 fclose(arch);
985 fclose(arch);
996 fclose(arc
[all...]
/freebsd-12-stable/usr.bin/sed/
H A Dmain.c205 if (fclose(stdout))
277 (void)fclose(f);
362 fclose(infile);
381 if (fclose(outfile) != 0) {
382 warn("fclose()");
433 fclose(outfile);
530 fclose(file_fd);
534 fclose(file_fd);
/freebsd-12-stable/usr.sbin/ctm/ctm_rmail/
H A Dctm_rmail.c174 fclose(fp);
342 fclose(ofp);
384 fclose(ofp);
403 fclose(ofp);
416 fclose(ifp);
530 fclose(dfp);
537 fclose(pfp);
541 fclose(dfp);
548 fclose(dfp);
/freebsd-12-stable/contrib/bearssl/tools/
H A Dfiles.c59 fclose(f);
65 fclose(f);
94 fclose(f);
102 fclose(f);
105 fclose(f);
/freebsd-12-stable/lib/libc/tests/stdio/
H A Dgetdelim_test.c107 fclose(fp);
144 fclose(fp);
169 fclose(fp);
197 fclose(fp);
221 fclose(fp);
/freebsd-12-stable/usr.bin/chpass/
H A Dedit.c160 fclose(fp);
196 (void)fclose(fp);
221 fclose(fp);
269 fclose(fp);
296 fclose(fp);
/freebsd-12-stable/usr.bin/localedef/
H A Dlocaledef.c134 (void) fclose(f);
138 if (fclose(f) < 0) {
198 (void) fclose(f);
204 (void) fclose(f);
219 (void) fclose(f);

Completed in 300 milliseconds

1234567891011>>