ferror           1468 lib-src/etags.c       if (ferror (tag_f))
ferror           1474 lib-src/etags.c           if (ferror (tag_f))
ferror           3390 lib-src/etags.c   return !feof (inf) && !ferror (inf);
ferror           7318 lib-src/etags.c 	  if (ferror (stream))
ferror           7795 lib-src/etags.c       if (ferror (src_f))
ferror           7798 lib-src/etags.c       if (ferror (dst_f))
ferror            157 lib-src/hexl.c 	      if (ferror (stdout))
ferror            201 lib-src/hexl.c 	      if (ferror (stdout))
ferror            206 lib-src/hexl.c       bool trouble = ferror (fp) != 0;
ferror            218 lib-src/hexl.c   if (ferror (stdout) || fclose (stdout) != 0)
ferror            211 lib-src/make-docfile.c   if (ferror (stdout) || fclose (stdout) != 0)
ferror           1214 lib-src/make-docfile.c   if (ferror (infile) || fclose (infile) != 0)
ferror            128 lib-src/make-fingerprint.c   if (ferror (f) || chunksz != st.st_size)
ferror            331 lib-src/update-game-score.c   if (ferror (f) || fclose (f) != 0)
ferror             58 lib/close-stream.c   const bool prev_fail = (ferror (stream) != 0);
ferror            109 lib/md5-stream.c               if (ferror (stream))
ferror             59 lib/unlocked-io.h #  define ferror_unlocked(x) ferror (x)
ferror            137 src/decompress.c     if (ferror (source)) {
ferror            585 src/lread.c      while ((c = getc (instream)) == EOF && errno == EINTR && ferror (instream))
ferror           2993 src/sysdep.c     bool err = buferr && (fflush (buferr) != 0 || ferror (buferr));
ferror           2995 src/sysdep.c   	     ? fflush (stderr) != 0 || ferror (stderr)
ferror           3524 src/sysdep.c         for (; !feof (fdev) && !ferror (fdev); name[0] = 0)