Searched defs:feof (Results 1 - 8 of 8) sorted by last modified time

/freebsd-10.0-release/include/
H A Dstdio.h489 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/freebsd-10.0-release/lib/libc/stdio/
H A Dfeof.c44 #undef feof macro
48 feof(FILE *fp) function
/freebsd-10.0-release/contrib/gcc/
H A Dsystem.h98 # undef feof macro
99 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-10.0-release/contrib/diff/lib/
H A Dunlocked-io.h50 # undef feof macro
51 # define feof(x) feof_unlocked (x) macro
/freebsd-10.0-release/contrib/gcclibs/libcpp/
H A Dsystem.h90 # undef feof macro
91 # define feof(Stream) feof_unlocked (Stream) macro
/freebsd-10.0-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h203 feof, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.0-release/contrib/libstdc++/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/freebsd-10.0-release/contrib/libstdc++/include/c_std/
H A Dstd_cstdio.h58 #undef feof macro

Completed in 159 milliseconds