Home
last modified time | relevance | path

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

/bionic/libc/stdio/
Drefill.c58 if (fp->_flags & __SEOF) in __srefill()
116 fp->_flags |= __SEOF; in __srefill()
Dlocal.h153 #define __SEOF 0x0020 // Found EOF. macro
239 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR | __SEOF)))
Dstdio.cpp327 fp->_flags = __SEOF; // Hold on to it. in freopen()
480 return ((fp->_flags & __SEOF) != 0); in feof_unlocked()
631 fp->_flags &= ~__SEOF; in __fseeko64()
1141 fp->_flags |= (bytes_read == 0) ? __SEOF : __SERR; in fread_unlocked()
/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()