Home
last modified time | relevance | path

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

/openbsd/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)))
/openbsd/lib/libc/stdio/
H A Dfgetln.c118 if (fp->_flags & __SEOF) in fgetln()
H A Dfreopen.c74 fp->_flags = __SEOF; /* hold on to it */ in freopen()
H A Dfseek.c195 fp->_flags &= ~__SEOF; in fseeko()
215 fp->_flags &= ~__SEOF; in fseeko()
242 fp->_flags &= ~__SEOF; in fseeko()
H A Drefill.c62 if (fp->_flags & __SEOF) in __srefill()
120 fp->_flags |= __SEOF; in __srefill()
H A Dsetvbuf.c75 flags &= ~(__SLBF | __SNBF | __SMBF | __SOPT | __SNPT | __SEOF); in setvbuf()
H A Dungetc.c119 fp->_flags &= ~__SEOF; in ungetc()
H A Dwsetup.c64 fp->_flags &= ~(__SRD|__SEOF); in __swsetup()