Lines Matching defs:eof
55 int eof, i;65 eof = 0;66 if (ungetc(getc(fp), fp) == EOF) {68 eof = 1; /* Nothing there... */71 while (!eof) {74 eof = 1;81 if (eof || ungetc(getc(fp), fp) == EOF) {82 eof = 1;95 if (eof) {
Indexes created Mon Sep 29 03:10:08 GMT 2025