Searched defs:ferror (Results 1 - 3 of 3) sorted by relevance

/external/stlport/stlport/stl/
H A D_cstdio.h63 # undef ferror macro
69 using _STLP_VENDOR_CSTD::ferror;
/external/bison/lib/
H A Dunlocked-io.h52 # undef ferror macro
53 # define ferror(x) ferror_unlocked (x) macro
55 # define ferror_unlocked(x) ferror (x)
/external/elfutils/src/
H A Dldlex.c1031 #undef ferror macro
1032 #define ferror(s) ferror_unlocked (s) macro
1156 if ( c == EOF && ferror( yyin ) ) \
1161 && ferror( yyin ) ) \

Completed in 190 milliseconds