Searched refs:fclose (Results 101 - 125 of 909) sorted by relevance

1234567891011>>

/freebsd-current/contrib/sendmail/libsm/
H A Dt-smstdio.c47 fclose(stream);
/freebsd-current/crypto/heimdal/lib/roken/
H A Dtest-readenv.c70 if(fclose(f) != 0) {
72 err(1, "fclose");
/freebsd-current/contrib/ntp/sntp/
H A Dkod_management.c172 fclose(db_s);
231 fclose(db_s);
288 fclose(db_s);
294 fclose(db_s);
/freebsd-current/contrib/openbsm/bin/auditfilterd/
H A Dauditfilterd.c183 fclose(conf_fp);
185 fclose(trail_fp);
238 fclose(conf_fp);
333 fclose(conf_fp);
/freebsd-current/contrib/nvi/catalog/
H A Ddump.c95 (void)fclose(fp);
/freebsd-current/contrib/pf/pflogd/
H A Dpidfile.c86 if (fprintf(f, "%ld\n", (long)pid) <= 0 || fclose(f) != 0) {
/freebsd-current/contrib/wpa/src/utils/
H A Dext_password_file.c126 fclose(f);
/freebsd-current/sys/contrib/openzfs/cmd/
H A Dzgenhostid.c139 fclose(fp);
/freebsd-current/contrib/libcbor/examples/
H A Dstreaming_parser.c63 fclose(f);
/freebsd-current/contrib/bmake/
H A Dtrace.c119 fclose(trfile);
/freebsd-current/share/examples/tests/tests/tap/
H A Dprintf_test.c150 fclose(file);
/freebsd-current/usr.bin/at/
H A Dperm.c79 fclose(fp);
/freebsd-current/lib/libc/net/
H A Deui64.c253 fclose(fp);
258 fclose(fp);
301 fclose(fp);
306 fclose(fp);
/freebsd-current/contrib/blocklist/port/
H A Dpidfile.c159 (void) fclose(f);
/freebsd-current/usr.bin/rev/
H A Drev.c91 (void)fclose(fp);
/freebsd-current/usr.bin/what/
H A Dwhat.c84 fclose(in);
/freebsd-current/libexec/mknetid/
H A Dparse_group.c92 (void)fclose(_gr_fp);
/freebsd-current/lib/libc/db/test/hash.tests/
H A Dtdel.c106 fclose(fp);
/freebsd-current/lib/libc/stdio/
H A Dfclose.c120 fclose(FILE *fp) function
/freebsd-current/usr.sbin/lpr/pac/
H A Dpac.c170 fclose(acctf);
173 fclose(acctf);
304 fclose(acctf);
308 fclose(acctf);
/freebsd-current/usr.bin/asa/
H A Dasa.c72 fclose(fp);
/freebsd-current/sys/contrib/dev/acpica/components/debugger/
H A Ddbfileio.c186 fclose (AcpiGbl_DebugFile);
/freebsd-current/sys/contrib/openzfs/lib/libshare/
H A Dnfs.c127 fclose(tmpf->fp);
148 fclose(tmpf->fp);
194 (void) fclose(oldfp);
217 if (fclose(oldfp) != 0) {
/freebsd-current/contrib/libarchive/tar/test/
H A Dtest_stdio.c49 fclose(filelist);
H A Dtest_basic.c36 fclose(f);

Completed in 168 milliseconds

1234567891011>>