Searched refs:fclose (Results 251 - 275 of 909) sorted by relevance

<<11121314151617181920>>

/freebsd-current/contrib/wpa/src/utils/
H A Dos_win32.c208 fclose(f);
213 fclose(f);
/freebsd-current/contrib/ofed/opensm/opensm/
H A Dosm_console_io.c115 rtnval = fclose(p_oct->in);
146 fclose(file);
/freebsd-current/contrib/nvi/ex/
H A Dex_write.c351 if (fclose(fp))
358 (void)fclose(fp);
H A Dex_filter.c103 (void)fclose(ofp);
313 (void)fclose(fp);
/freebsd-current/contrib/ofed/infiniband-diags/src/
H A Drdma-ndd.c155 fclose(f);
373 fclose(f);
/freebsd-current/contrib/dma/
H A Dconf.c141 fclose(a);
260 fclose(conf);
/freebsd-current/sys/contrib/openzfs/lib/libzfs/os/linux/
H A Dlibzfs_util_os.c203 fclose(f);
208 fclose(f);
/freebsd-current/crypto/openssh/
H A Dauth-rhosts.c169 fclose(f);
182 fclose(f);
/freebsd-current/contrib/libpcap/rpcapd/
H A Dfileconf.c489 fclose(fp);
540 fclose(fp);
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Difiter_getifaddrs.c124 fclose(iter->proc);
268 fclose(iter->proc);
/freebsd-current/crypto/openssh/openbsd-compat/
H A Dport-linux.c286 fclose(fp);
309 fclose(fp);
/freebsd-current/bin/ed/
H A Dio.c49 if ((cs = (*fn == '!') ? pclose(fp) : fclose(fp)) < 0) {
156 if ((cs = (*fn == '!') ? pclose(fp) : fclose(fp)) < 0) {
/freebsd-current/lib/libbluetooth/
H A Dbluetooth.c169 (void) fclose(hostf);
269 (void) fclose(protof);
/freebsd-current/usr.bin/gzip/
H A Dunpack.c107 fclose(unpackd->fpIn);
108 fclose(unpackd->fpOut);
/freebsd-current/tests/sys/audit/
H A Dutils.c85 ATF_REQUIRE_EQ(0, fclose(memstream));
206 ATF_REQUIRE_EQ(0, fclose(pipestream));
/freebsd-current/tools/regression/gaithrstress/
H A Dgaithrstress.c177 fclose(fp);
180 fclose(fp);
/freebsd-current/contrib/libfido2/tools/
H A Dcred_verify.c176 fclose(in_f);
177 fclose(out_f);
H A Dcred_make.c249 fclose(in_f);
250 fclose(out_f);
/freebsd-current/usr.bin/mkesdb/
H A Dyacc.y207 fclose(fp);
269 fclose(out);
/freebsd-current/usr.sbin/config/
H A Dlang.l327 (void)fclose(yyin);
/freebsd-current/usr.sbin/lpr/lpd/
H A Drecvjob.c339 fclose(fp);
342 fclose(fp);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIO.cpp85 fclose(Out);
98 fclose(Out);
/freebsd-current/contrib/libdiff/diff/
H A Ddiff.c255 fclose(f1);
256 fclose(f2);
/freebsd-current/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_sparse.c122 assertEqualInt(0, fclose(f));
260 assertEqualInt(0, fclose(f));
/freebsd-current/sbin/ldconfig/
H A Delfhints.c185 fclose(fp);
313 if (putc('\0', fp) == EOF || fclose(fp) == EOF)

Completed in 488 milliseconds

<<11121314151617181920>>