Searched refs:fclose (Results 276 - 300 of 988) sorted by relevance

<<11121314151617181920>>

/freebsd-12-stable/contrib/ntp/sntp/
H A Dcrypto.c238 fclose(keyf);
305 fclose(keyf);
/freebsd-12-stable/contrib/libpcap/rpcapd/
H A Dfileconf.c480 fclose(fp);
532 fclose(fp);
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_sparse.c123 assertEqualInt(0, fclose(f));
261 assertEqualInt(0, fclose(f));
/freebsd-12-stable/bin/cat/
H A Dcat.c151 if (fclose(stdout))
196 fclose(fp);
/freebsd-12-stable/sys/contrib/zstd/tests/
H A Dparamgrill.c637 fclose(f);
684 fclose(inFile);
696 fclose(inFile);
703 fclose(inFile);
742 fclose(inFile);
750 fclose(inFile);
758 fclose(inFile);
765 fclose(inFile);
/freebsd-12-stable/lib/libbluetooth/
H A Dbluetooth.c170 (void) fclose(hostf);
270 (void) fclose(protof);
/freebsd-12-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c179 fclose(fp);
182 fclose(fp);
/freebsd-12-stable/crypto/openssl/crypto/rand/
H A Drand_egd.c135 fclose(fp);
/freebsd-12-stable/crypto/openssh/openbsd-compat/
H A Dport-linux.c286 fclose(fp);
309 fclose(fp);
/freebsd-12-stable/sbin/ldconfig/
H A Delfhints.c185 fclose(fp);
298 if (putc('\0', fp) == EOF || fclose(fp) == EOF)
/freebsd-12-stable/usr.bin/gzip/
H A Dunpack.c110 fclose(unpackd->fpIn);
111 fclose(unpackd->fpOut);
/freebsd-12-stable/usr.bin/locate/locate/
H A Dlocate.c256 (void)fclose(fp);
278 (void)fclose(fp);
/freebsd-12-stable/usr.bin/mkesdb/
H A Dyacc.y209 fclose(fp);
271 fclose(out);
/freebsd-12-stable/usr.sbin/config/
H A Dlang.l330 (void)fclose(yyin);
/freebsd-12-stable/usr.sbin/lpr/lpd/
H A Drecvjob.c353 fclose(fp);
356 fclose(fp);
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/
H A DPzstd.cpp148 std::fclose(outputFd);
189 auto closeInputGuard = makeScopeGuard([&] { std::fclose(inputFd); });
200 auto closeOutputGuard = makeScopeGuard([&] { std::fclose(outputFd); });
209 if (!state.errorHolder.check(std::fclose(inputFd) == 0,
214 if (!state.errorHolder.check(std::fclose(outputFd) == 0,
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Dctlinfo.c256 fclose(cpriv->cji_fstream);
296 fclose(cfile);
391 fclose(ctl_dbgfile);
685 res = fclose(newcf);
689 "ctl_renametf error fclose(%s): %s", tfname2,
742 fclose(newcf);
/freebsd-12-stable/contrib/hyperv/tools/
H A Dhv_kvp_daemon.c211 if (ferror(filep) || fclose(filep)) {
274 fclose(filep);
322 fclose(filep);
347 fclose(filep);
358 fclose(filep);
1050 fclose(file);
1065 fclose(file);
/freebsd-12-stable/sbin/savecore/
H A Dsavecore.c195 fclose(fp);
203 fclose(fp);
221 fclose(fp);
357 (void)fclose(fp);
812 fclose(info);
855 if (fclose(fp) < 0) {
912 fclose(fp);
/freebsd-12-stable/usr.sbin/vidcontrol/
H A Dvidcontrol.c309 fclose(fd);
320 fclose(fd);
523 fclose(fd);
539 fclose(fd);
569 fclose(fd);
583 fclose(fd);
595 fclose(fd);
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen.c516 fclose(fstr);
894 fclose(str);
935 fclose(str);
940 fclose(str);
945 fclose(str);
974 fclose(str);
1032 fclose(str);
1084 fclose(str);
1252 fclose(str);
1455 fclose(st
[all...]
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntp_filegen.c301 fclose(gen->fp);
358 fclose(gen->fp);
430 fclose(gen->fp);
/freebsd-12-stable/contrib/smbfs/lib/smb/
H A Drcfile.c84 fclose(f);
112 fclose(f);
121 fclose(rcp->rf_f);
/freebsd-12-stable/contrib/tnftp/src/
H A Dftp.c261 (void)fclose(cin);
263 (void)fclose(cout);
271 (void)fclose(cin);
273 (void)fclose(cout);
726 closefunc = fclose;
843 (void)fclose(dout);
862 (void)fclose(dout);
882 (void)fclose(dout);
1029 closefunc = fclose;
1132 (void)fclose(di
[all...]
/freebsd-12-stable/contrib/unbound/iterator/
H A Diter_hints.c316 fclose(f);
392 fclose(f);
406 fclose(f);

Completed in 176 milliseconds

<<11121314151617181920>>