ferror           1467 lib-src/etags.c       if (ferror (tag_f))
ferror           1473 lib-src/etags.c           if (ferror (tag_f))
ferror           3389 lib-src/etags.c   return !feof (inf) && !ferror (inf);
ferror           7317 lib-src/etags.c 	  if (ferror (stream))
ferror           7794 lib-src/etags.c       if (ferror (src_f))
ferror           7797 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            333 lib-src/update-game-score.c   if (ferror (f) || fclose (f) != 0)
ferror             59 lib/close-stream.c   const bool prev_fail = (ferror (stream) != 0);
ferror            109 lib/md5-stream.c               if (ferror (stream))
ferror             54 lib/unlocked-io.h #  define ferror_unlocked(x) ferror (x)
ferror            137 src/decompress.c     if (ferror (source)) {
ferror            488 src/lread.c      while ((c = getc (instream)) == EOF && errno == EINTR && ferror (instream))
ferror           2746 src/sysdep.c     bool err = buferr && (fflush (buferr) != 0 || ferror (buferr));
ferror           2748 src/sysdep.c   	     ? fflush (stderr) != 0 || ferror (stderr)
ferror           3276 src/sysdep.c         for (; !feof (fdev) && !ferror (fdev); name[0] = 0)