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

1234567891011>>

/freebsd-current/lib/libc/stdio/
H A Dfreopen.c62 (void) fclose(fp);
86 fclose(fp);
94 fclose(fp);
106 fclose(fp);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilLinux.cpp40 fclose(Temp);
/freebsd-current/contrib/libcbor/examples/
H A Dreadfile.c78 fclose(f);
/freebsd-current/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-current/contrib/nvi/ex/
H A Dex_mkexrc.c84 if (fclose(fp)) {
93 (void)fclose(fp);
/freebsd-current/lib/libpam/modules/pam_ftpusers/
H A Dpam_ftpusers.c93 fclose(f);
111 fclose(f);
/freebsd-current/usr.bin/cmp/
H A Dspecial.c117 fclose(fp2);
118 fclose(fp1);
/freebsd-current/usr.bin/fortune/unstr/
H A Dunstr.c97 fclose(Inf);
98 fclose(Dataf);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_next_header_empty.c113 fclose(f);
118 fclose(f);
/freebsd-current/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-current/contrib/libpcap/
H A Dsf-pcap.c815 (void)fclose(f);
986 (void)fclose(f);
994 (void)fclose(f);
999 (void)fclose(f);
1035 (void)fclose(f);
1044 (void)fclose(f);
1053 (void)fclose(f);
1062 (void)fclose(f);
1068 (void)fclose(f);
1080 (void)fclose(
[all...]
/freebsd-current/contrib/bmake/
H A Darch.c468 fclose(arch);
478 (void)fclose(arch);
563 fclose(arch);
570 fclose(arch);
705 fclose(arch);
717 fclose(arch);
729 fclose(arch);
748 fclose(arch);
752 fclose(arch);
766 fclose(arc
[all...]
/freebsd-current/contrib/libfido2/examples/
H A Dutil.c153 fclose(fp);
207 fclose(fp);
264 fclose(fp);
299 fclose(fp);
353 fclose(fp);
383 fclose(fp);
434 fclose(fp);
/freebsd-current/usr.bin/sed/
H A Dmain.c192 if (fclose(stdout))
264 (void)fclose(f);
349 fclose(infile);
368 if (fclose(outfile) != 0) {
369 warn("fclose()");
420 fclose(outfile);
517 fclose(file_fd);
521 fclose(file_fd);
/freebsd-current/contrib/bearssl/tools/
H A Dfiles.c59 fclose(f);
65 fclose(f);
94 fclose(f);
102 fclose(f);
105 fclose(f);
/freebsd-current/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);
/freebsd-current/usr.bin/newkey/
H A Dupdate.c111 (void)fclose(childargs);
117 (void)fclose(childrslt);
266 fclose(rf);
304 fclose(wf);
305 fclose(rf);
/freebsd-current/usr.bin/chpass/
H A Dedit.c151 fclose(fp);
187 (void)fclose(fp);
212 fclose(fp);
260 fclose(fp);
287 fclose(fp);
/freebsd-current/usr.sbin/lpr/common_source/
H A Drmjob.c161 (void) fclose(fp);
166 (void) fclose(fp);
177 (void) fclose(fp);
203 (void) fclose(cfp);
252 (void) fclose(cfp);
/freebsd-current/usr.sbin/rpc.ypupdated/
H A Dupdate.c116 (void)fclose(childargs);
122 (void)fclose(childrslt);
263 fclose(rf);
301 fclose(wf);
302 fclose(rf);
/freebsd-current/usr.bin/ctags/
H A Dctags.c150 (void)fclose(inf);
171 fclose(oldf);
200 fclose(oldf);
201 fclose(outf);
208 (void)fclose(outf);
/freebsd-current/contrib/ldns/drill/
H A Dwork.c163 fclose(fp);
238 fclose(fp);
259 fclose(fp);
/freebsd-current/contrib/tcsh/
H A Dvms.termcap.c110 fclose(fp);
123 fclose(fp);
133 fclose(fp);
/freebsd-current/crypto/heimdal/lib/roken/
H A Diruserok.c233 fclose(hostf);
236 fclose(hostf);
275 fclose(hostf);

Completed in 570 milliseconds

1234567891011>>