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

/external/libcxx/include/
H A Dstdio.h97 int feof(FILE* stream);
122 #undef feof macro
/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/syslinux/com32/lua/src/
H A Dlua.h20 #define feof(x) 0 macro

Completed in 121 milliseconds