Searched refs:__FLAG_EOF (Results 1 – 5 of 5) sorted by relevance
293 #define __FLAG_EOF 0x0004U macro360 ((void)((__stream)->__modeflags &= ~(__FLAG_EOF|__FLAG_ERROR)))361 #define __FEOF_UNLOCKED(__stream) ((__stream)->__modeflags & __FLAG_EOF)
47 ~(__MASK_READING|__FLAG_WRITING|__FLAG_EOF); in FSEEK()
217 ((void)((S)->__modeflags |= __FLAG_EOF))222 ((void)((S)->__modeflags &= ~__FLAG_EOF))459 ((stream)->__modeflags & (__FLAG_EOF|__FLAG_ERROR))
51 |__FLAG_ERROR|__FLAG_EOF) in setvbuf()
734 sc->fp->__modeflags |= __FLAG_EOF; in __scan_getc()1014 sc->fp->__modeflags |= __FLAG_EOF; in sc_getc()
Completed in 9 milliseconds