Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Drefill.c58 if (fp->_flags & __SEOF) in __srefill()
117 fp->_flags |= __SEOF; in __srefill()
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)))
Dfread.c129 fp->_flags |= (bytes_read == 0) ? __SEOF : __SERR; in fread()
Dstdio.cpp277 fp->_flags = __SEOF; // Hold on to it. in freopen()
501 fp->_flags &= ~__SEOF; in __fseeko64()
/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dwsetup.c60 fp->_flags &= ~(__SRD|__SEOF); in __swsetup()
Dsetvbuf.c74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF); in setvbuf()
Dungetc.c119 fp->_flags &= ~__SEOF; in ungetc()