Searched refs:ferror (Results 126 - 150 of 293) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/nvi/ex/
H A Dex_filter.c313 if (ferror(fp))
H A Dex_read.c335 if (ferror(fp) || fclose(fp))
/freebsd-11-stable/tools/regression/gaithrstress/
H A Dgaithrstress.c163 if (ferror(fp) || fseek(fp, 0, SEEK_SET) != 0)
/freebsd-11-stable/usr.bin/factor/
H A Dfactor.c144 if (ferror(stdin))
/freebsd-11-stable/usr.bin/mail/
H A Dtty.c224 if (c == EOF && ferror(stdin)) {
H A Dcmd2.c199 if (ferror(obuf))
H A Dnames.c338 if (ferror(fout)) {
399 if (ferror(fout)) {
/freebsd-11-stable/usr.bin/mkstr/
H A Dmkstr.c332 return ((feof(file) || ferror(file)) ? 0 : 1);
/freebsd-11-stable/usr.bin/split/
H A Dsplit.c304 if (ferror(infp))
/freebsd-11-stable/usr.sbin/ipfwpcap/
H A Dipfwpcap.c298 if (ferror((FILE *)dp)) { perror(dumpf); quit(14); }
/freebsd-11-stable/usr.sbin/lpr/pac/
H A Dpac.c312 if (ferror(acctf)) {
/freebsd-11-stable/contrib/dtc/
H A Ddata.c108 if (ferror(f))
H A Dflattree.c442 if (ferror(f))
837 if (ferror(f))
852 if (ferror(f))
880 if (ferror(f))
/freebsd-11-stable/lib/libc/tests/stdio/
H A Dopen_wmemstream_test.c139 else if (!ferror(fp))
/freebsd-11-stable/usr.bin/tail/
H A Dreverse.c224 if (ferror(fp)) {
/freebsd-11-stable/crypto/heimdal/appl/ftp/ftpd/
H A Dftpd.c1361 if (ferror(instr))
1363 if (ferror(outstr))
1532 if (ferror(instr))
1534 if (ferror(outstr))
1577 if (ferror(stdout)){
1583 if (ferror(fin)) {
2323 else if (ferror(dout) != 0)
/freebsd-11-stable/libexec/ftpd/
H A Dftpd.c2059 else if (ferror(file)) \
2086 else if (c == EOF && ferror(instr))
2089 if (ferror(instr)) { /* resume after OOB */
2285 else if (c == EOF && ferror(instr))
2287 if (c == EOF && ferror(instr)) { /* resume after OOB */
2374 if (ferror(stdout)){
2380 if (ferror(fin)) {
3230 if (ferror(dout))
3276 if (ferror(dout))
3289 else if (ferror(dou
[all...]
/freebsd-11-stable/contrib/diff/src/
H A Ddiff3.c394 if (ferror (stdin))
421 if (ferror (stdout))
1648 if (ferror (infile))
1703 if (ferror (infile))
1714 while ((c = getc (infile)) != EOF || !(ferror (infile) | feof (infile)))
/freebsd-11-stable/contrib/tnftp/src/
H A Dftp.c809 if (ferror(dout))
828 if (ferror(fin))
830 if (ferror(dout)) {
1096 if (ferror(fout))
1117 if (ferror(din)) {
1122 if (ferror(fout))
/freebsd-11-stable/contrib/gcc/
H A Dsystem.h140 # undef ferror macro
141 # define ferror(Stream) ferror_unlocked (Stream) macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dgetcap.c744 if (ferror(pfp)) {
803 if (ferror(pfp)) {
/freebsd-11-stable/lib/libc/gen/
H A Dgetcap.c668 hadreaderr = ferror(pfp);
732 hadreaderr = ferror(pfp);
/freebsd-11-stable/usr.bin/at/
H A Dat.c426 if (ferror(fp))
429 if (ferror(stdin))
/freebsd-11-stable/usr.bin/sed/
H A Dprocess.c579 if (ferror(outfile))
660 if (ferror(outfile))
/freebsd-11-stable/usr.bin/gzip/
H A Dunlz.c171 return ferror(rd->fp) ? -1 : 0;
439 while (!feof(lz->fin) && !ferror(lz->fin)) {

Completed in 343 milliseconds

1234567891011>>