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

/freebsd-current/lib/libc/stdio/
H A Dwsetup.c65 fp->_flags &= ~(__SRD|__SEOF);
H A Drefill.c76 if (fp->_flags & __SEOF)
134 fp->_flags |= __SEOF;
H A Dsetvbuf.c78 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
H A Dfseek.c243 fp->_flags &= ~__SEOF;
271 fp->_flags &= ~__SEOF;
294 fp->_flags &= ~__SEOF;
H A Dstdio.c151 fp->_flags &= ~__SEOF;
H A Dungetc.c138 fp->_flags &= ~__SEOF;
H A Dfreopen.c133 fp->_flags = __SEOF; /* hold on to it */
/freebsd-current/include/
H A Dstdio.h179 #define __SEOF 0x0020 /* found EOF */ macro
490 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
492 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))

Completed in 291 milliseconds