feof               47 lib/unlocked-io.h #  define feof_unlocked(x) feof (x)
feof             1667 src/diff3.c    		else if (feof (infile))
feof             1722 src/diff3.c    	      else if (feof (infile))
feof             1731 src/diff3.c      while ((c = getc (infile)) != EOF || !(ferror (infile) | feof (infile)))
feof              924 src/sdiff.c    	      if (feof (stdin))