Searched refs:__SEOF (Results 1 - 7 of 7) sorted by relevance

/bionic/libc/stdio/
H A Drefill.c58 if (fp->_flags & __SEOF)
117 fp->_flags |= __SEOF;
H A Dfread.c129 fp->_flags |= (bytes_read == 0) ? __SEOF : __SERR;
H A Dlocal.h134 #define __SEOF 0x0020 // Found EOF. macro
251 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
253 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))
H A Dstdio.cpp277 fp->_flags = __SEOF; // Hold on to it.
501 fp->_flags &= ~__SEOF;
/bionic/libc/upstream-openbsd/lib/libc/stdio/
H A Dwsetup.c60 fp->_flags &= ~(__SRD|__SEOF);
H A Dsetvbuf.c74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
H A Dungetc.c119 fp->_flags &= ~__SEOF;

Completed in 2292 milliseconds