Searched refs:__SEOF (Results 1 - 8 of 8) sorted by path

/openbsd-current/lib/libc/stdio/
H A Dfgetln.c118 if (fp->_flags & __SEOF)
H A Dfreopen.c74 fp->_flags = __SEOF; /* hold on to it */
H A Drefill.c62 if (fp->_flags & __SEOF)
120 fp->_flags |= __SEOF;
H A Dungetc.c119 fp->_flags &= ~__SEOF;
H A Dfseek.c195 fp->_flags &= ~__SEOF;
215 fp->_flags &= ~__SEOF;
242 fp->_flags &= ~__SEOF;
H A Dsetvbuf.c75 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF);
H A Dwsetup.c64 fp->_flags &= ~(__SRD|__SEOF);
/openbsd-current/include/
H A Dstdio.h143 #define __SEOF 0x0020 /* found EOF */ macro
398 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
400 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))

Completed in 160 milliseconds