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

/freebsd-10-stable/lib/libc/stdio/
H A Dwsetup.c69 fp->_flags &= ~(__SRD|__SEOF);
H A Drefill.c80 if (fp->_flags & __SEOF)
138 fp->_flags |= __SEOF;
H A Dsetvbuf.c81 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SOFF | __SNPT | __SEOF);
H A Dfseek.c247 fp->_flags &= ~__SEOF;
275 fp->_flags &= ~__SEOF;
298 fp->_flags &= ~__SEOF;
H A Dstdio.c155 fp->_flags &= ~__SEOF;
H A Dungetc.c142 fp->_flags &= ~__SEOF;
H A Dfreopen.c137 fp->_flags = __SEOF; /* hold on to it */
/freebsd-10-stable/include/
H A Dstdio.h168 #define __SEOF 0x0020 /* found EOF */ macro
487 #define __sfeof(p) (((p)->_flags & __SEOF) != 0)
489 #define __sclearerr(p) ((void)((p)->_flags &= ~(__SERR|__SEOF)))

Completed in 79 milliseconds