Searched refs:ferror (Results 226 - 250 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/ntp/lib/isc/
H A Dlex.c434 if (ferror(stream)) {
/freebsd-11-stable/contrib/gcc/
H A Dgenoutput.c1079 return (ferror (stdout) != 0 || have_error
H A Dgenpreds.c1420 if (have_error || ferror (stdout) || fflush (stdout) || fclose (stdout))
H A Dtoplev.c2001 if (ferror (asm_out_file) != 0)
H A Dsys-protos.h331 extern int ferror(FILE *);
H A Dgcov.c551 if (ferror (gcov_file))
/freebsd-11-stable/contrib/diff/src/
H A Ddiff.c855 if (ferror (stdout))
/freebsd-11-stable/contrib/nvi/common/
H A Doptions.c1036 if (ferror(fp)) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_argv.c779 if (ferror(ifp))
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dread.c209 if (ferror(inp))
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dconfig.c342 if (ferror(input->input_fp))
/freebsd-11-stable/crypto/openssh/
H A Dssh-keyscan.c842 if (ferror(fp))
/freebsd-11-stable/contrib/mdocml/
H A Dmain.c941 if (ferror(stream)) {
/freebsd-11-stable/sbin/gvinum/
H A Dgvinum.c117 if (ferror(stdin)) {
/freebsd-11-stable/usr.bin/sort/
H A Dsort.c258 if (ferror(f))
/freebsd-11-stable/usr.sbin/crunch/crunchgen/
H A Dcrunchgen.c336 if (ferror(cf)) {
/freebsd-11-stable/contrib/lua/src/
H A Dlauxlib.c728 readstatus = ferror(lf.f);
/freebsd-11-stable/usr.sbin/pciconf/
H A Dpciconf.c851 if (ferror(db))
/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Dconfigure4352 exit (ferror (f) || fclose (f) != 0);
4770 exit (ferror (f) || fclose (f) != 0);
5188 exit (ferror (f) || fclose (f) != 0);
5602 exit (ferror (f) || fclose (f) != 0);
6016 exit (ferror (f) || fclose (f) != 0);
6676 exit (ferror (f) || fclose (f) != 0);
7090 exit (ferror (f) || fclose (f) != 0);
/freebsd-11-stable/contrib/binutils/binutils/
H A Dobjcopy.c683 if (fread (buffer, 1, size, f) == 0 || ferror (f))
2988 || ferror (f))
/freebsd-11-stable/contrib/tzcode/zic/
H A Dzic.c873 if (ferror(fp))
1739 if (ferror(fp) || fclose(fp))
/freebsd-11-stable/contrib/ncurses/progs/
H A Dtic.c417 } else if (ferror(source)) {
/freebsd-11-stable/contrib/dialog/
H A Ddialog.c408 if (ferror(fp))
/freebsd-11-stable/contrib/groff/src/preproc/tbl/
H A Dmain.cpp1586 if (ferror(stdout) || fflush(stdout) < 0)
/freebsd-11-stable/sbin/restore/
H A Dtape.c338 if (yflag || ferror(terminal) || feof(terminal))

Completed in 273 milliseconds

1234567891011>>