Searched defs:feof (Results 1 - 4 of 4) sorted by path

/external/bison/lib/
H A Dunlocked-io.h44 # undef feof macro
45 # define feof(x) feof_unlocked (x) macro
47 # define feof_unlocked(x) feof (x)
/external/e2fsprogs/intl/
H A Dlocalealias.c100 # define FEOF(fp) feof (fp)
118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
351 will exit at the `feof' test. */
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h235 /// int feof(FILE *stream);
236 feof, enumerator in enum:llvm::LibFunc::Func
/external/stlport/stlport/stl/
H A D_cstdio.h62 # undef feof macro
68 using _STLP_VENDOR_CSTD::feof;

Completed in 1520 milliseconds