Searched refs:fclose (Results 176 - 200 of 988) sorted by relevance

1234567891011>>

/freebsd-12-stable/contrib/atf/atf-c/detail/
H A Dtest_helpers.c86 fclose(srcfile);
/freebsd-12-stable/contrib/libarchive/libarchive/test/
H A Dtest_read_large.c92 fclose(f);
/freebsd-12-stable/contrib/libarchive/tar/test/
H A Dtest_patterns.c55 fclose(f);
/freebsd-12-stable/contrib/bzip2/
H A Dbzip2.c372 ret = fclose ( zStream );
378 ret = fclose ( stream );
489 ret = fclose ( zStream );
496 ret = fclose ( stream );
532 if (zStream != stdin) fclose(zStream);
533 if (stream != stdout) fclose(stream);
598 ret = fclose ( zStream );
625 if (zStream != stdin) fclose(zStream);
708 fclose ( outputHandleJustInCase );
944 if (tmp != NULL) fclose ( tm
[all...]
/freebsd-12-stable/contrib/file/tests/
H A Dtest.c103 fclose(fp);
/freebsd-12-stable/bin/pax/
H A Dtty_subs.c77 (void)fclose(ttyoutf);
/freebsd-12-stable/bin/sh/
H A Dmknodes.c126 fclose(infp);
261 if (fclose(hfile))
276 fclose(patfile);
279 if (fclose(cfile))
/freebsd-12-stable/crypto/heimdal/kuser/
H A Dgenerate-requests.c59 fclose(f);
/freebsd-12-stable/crypto/heimdal/lib/krb5/
H A Dkeytab_keyfile.c82 fclose (f);
89 fclose(f);
103 fclose (f);
110 fclose(f);
/freebsd-12-stable/crypto/heimdal/lib/roken/
H A Denvironment.c140 fclose(F);
/freebsd-12-stable/sys/contrib/xz-embedded/userspace/
H A Dbytetest.c92 || fclose(stdout)) {
H A Dxzminidec.c92 || fclose(stdout)) {
/freebsd-12-stable/sys/contrib/zstd/contrib/pzstd/test/
H A DRoundTripTest.cpp32 auto guard = makeScopeGuard([&] { std::fclose(fd); });
/freebsd-12-stable/lib/libc/db/test/hash.tests/
H A Dtdel.c118 fclose(fp);
H A Dthash4.c128 fclose(fp);
/freebsd-12-stable/sys/contrib/dev/acpica/compiler/
H A Daslascii.c282 fclose (Handle);
/freebsd-12-stable/release/picobsd/tinyware/aps/
H A Dmain.c63 fclose(fd);
/freebsd-12-stable/gnu/usr.bin/grep/
H A Dexclude.c115 if (!use_stdin && fclose (in) != 0)
/freebsd-12-stable/sbin/ddb/
H A Dddb.c101 fclose(f);
/freebsd-12-stable/usr.bin/bsdiff/bspatch/
H A Dbspatch.c217 if (fclose(f))
218 err(1, "fclose(%s)", argv[3]);
300 if (fclose(cpf) || fclose(dpf) || fclose(epf))
301 err(1, "fclose(%s)", argv[3]);
/freebsd-12-stable/usr.bin/csplit/
H A Dcsplit.c204 if (fclose(ofp) != 0)
312 if (fclose(overfile) != 0)
428 if (fclose(ofp) != 0)
465 if (fclose(ofp) != 0)
/freebsd-12-stable/usr.bin/fortune/strfile/
H A Dstrfile.c213 fclose(inf);
251 fclose(outf);
367 fclose(Sort_1);
368 fclose(Sort_2);
/freebsd-12-stable/usr.bin/login/
H A Dlogin_fbtab.c117 fclose(fp);
/freebsd-12-stable/usr.sbin/config/
H A Dmkoptions.c187 (void)fclose(outf);
248 (void)fclose(inf);
286 (void)fclose(outf);
403 (void)fclose(fp);
/freebsd-12-stable/usr.sbin/cron/cron/
H A Duser.c125 fclose(file);

Completed in 165 milliseconds

1234567891011>>