Searched refs:fclose (Results 76 - 100 of 909) sorted by relevance

1234567891011>>

/freebsd-current/contrib/ofed/opensm/complib/
H A Dcl_nodenamemap.c195 fclose(f);
216 fclose(f);
221 fclose(f);
/freebsd-current/sys/contrib/zstd/examples/
H A Dcommon.h113 if (!fclose(file)) { return; };
115 perror("fclose");
191 fclose(inFile); /* can't fail, read only */
228 if (fclose(oFile)) {
/freebsd-current/usr.sbin/ngctl/
H A Ddot.c101 (void)fclose(f);
214 (void)fclose(f);
218 (void)fclose(f);
/freebsd-current/lib/libc/gen/
H A Dgetutxent.c67 fclose(uf);
76 fclose(uf);
102 fclose(uf);
/freebsd-current/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c67 fclose(fp);
143 fclose(fp);
187 fclose(fp);
H A Dopen_memstream2_test.c67 fclose(fp);
143 fclose(fp);
187 fclose(fp);
H A Deintr_test.c101 fclose(fp);
129 fclose(fp);
H A Dgets_s_test.c74 fclose(stdin);
81 fclose(stdout);
/freebsd-current/usr.sbin/traceroute/
H A Das.c105 (void)fclose(f);
211 (void)fclose(asn->as_f);
216 (void)fclose(asn->as_debug);
/freebsd-current/contrib/dma/
H A Dspool.c118 fclose(queue->mailf);
229 fclose(queuef);
352 fclose(it->queuef);
354 fclose(it->mailf);
397 fclose(it->queuef);
399 fclose(it->mailf);
/freebsd-current/crypto/openssh/
H A Dauthfile.c222 fclose(f);
252 fclose(f);
259 fclose(f);
433 fclose(f);
516 if (fclose(f) != 0) {
522 fclose(f);
/freebsd-current/usr.bin/tail/
H A Dforward.c253 fclose(file->fp);
352 fclose(file->fp);
368 fclose(file->fp);
372 fclose(ftmp);
382 fclose(file->fp);
388 fclose(ftmp);
/freebsd-current/contrib/capsicum-test/
H A Dcapsicum-test.cc53 fclose(f);
57 fclose(f);
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-section-file.c96 fclose(file);
187 fclose(file);
/freebsd-current/sys/contrib/zstd/doc/educational_decoder/
H A Dharness.c51 fclose(f);
67 fclose(f);
/freebsd-current/sys/contrib/zstd/programs/
H A Dzstdcli_trace.c39 fclose(g_traceFile);
71 fclose(g_traceFile);
/freebsd-current/contrib/file/src/
H A Dapptype.c75 (void)fclose(fp);
78 (void)fclose(fp);
/freebsd-current/usr.sbin/pw/
H A Dpw_vpw.c49 fclose(pwd_fp);
139 fclose(grp_fp);
/freebsd-current/usr.bin/tip/tip/
H A Dtipout.c83 fclose(fscript);
103 fclose(fscript);
/freebsd-current/lib/libfetch/
H A Dfile.c58 fclose(f);
88 fclose(f);
/freebsd-current/crypto/openssl/demos/pkcs12/
H A Dpkread.c68 fclose(fp);
100 fclose(fp);
/freebsd-current/contrib/llvm-project/libcxx/modules/std.compat/
H A Dcstdio.inc16 using ::fclose;
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_open_file.c70 fclose(f);
106 fclose(f);
/freebsd-current/contrib/libucl/tests/
H A Dtest_streamline.c89 fclose (out);
/freebsd-current/contrib/mtree/
H A Dexcludes.c101 fclose(fp);

Completed in 376 milliseconds

1234567891011>>