Searched refs:__SEOF (Results 1 – 6 of 6) sorted by relevance
58 if (fp->_flags & __SEOF) in __srefill()116 fp->_flags |= __SEOF; in __srefill()
153 #define __SEOF 0x0020 // Found EOF. macro239 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR | __SEOF)))
327 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()
60 fp->_flags &= ~(__SRD|__SEOF); in __swsetup()
74 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF); in setvbuf()
119 fp->_flags &= ~__SEOF; in ungetc()