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

/openbsd-current/lib/libc/stdio/
H A Dfeof.c40 #undef feof macro
43 feof(FILE *fp) function
52 DEF_STRONG(feof); variable
/openbsd-current/gnu/llvm/libcxx/include/
H A Dstdio.h116 #undef feof macro
/openbsd-current/gnu/gcc/fixincludes/
H A Dsystem.h90 # undef feof macro
91 # define feof(Stream) feof_unlocked (Stream) macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/openbsd-current/gnu/gcc/libstdc++-v3/include/c_std/
H A Dstd_cstdio.h58 #undef feof macro
/openbsd-current/gnu/gcc/intl/
H A Dlocalealias.c118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c/
H A Dstd_cstdio.h44 #undef feof macro
/openbsd-current/gnu/lib/libstdc++/libstdc++/include/c_std/
H A Dstd_cstdio.h57 #undef feof macro
/openbsd-current/gnu/usr.bin/gcc/gcc/intl/
H A Dlocalealias.c103 # undef feof macro
104 # define feof(s) feof_unlocked (s) macro
/openbsd-current/gnu/usr.bin/texinfo/intl/
H A Dlocalealias.c118 # undef feof macro
119 # define feof(s) feof_unlocked (s) macro
/openbsd-current/gnu/usr.bin/perl/
H A Dfakesdio.h20 #undef feof macro
98 #define feof(f) PerlIO_eof(f) macro
H A Dnostdio.h35 #undef feof macro
108 #define feof(f) _CANNOT _feof_ macro
H A DXSUB.h502 # undef feof macro
537 # define feof PerlSIO_feof macro
/openbsd-current/gnu/gcc/libcpp/
H A Dsystem.h90 # undef feof macro
91 # define feof(Stream) feof_unlocked (Stream) macro
/openbsd-current/lib/libc/hidden/
H A Dstdio.h50 PROTO_NORMAL(feof); variable
/openbsd-current/gnu/gcc/gcc/
H A Dsystem.h98 # undef feof macro
99 # define feof(Stream) feof_unlocked (Stream) macro
/openbsd-current/include/
H A Dstdio.h405 #define feof(p) (!__isthreaded ? __sfeof(p) : (feof)(p)) macro
/openbsd-current/gnu/usr.bin/perl/win32/
H A Dwin32iop.h184 #undef feof macro
204 #define feof(f) win32_feof(f) macro

Completed in 227 milliseconds