Searched refs:__FLAG_ERROR (Results 1 – 4 of 4) sorted by relevance
294 #define __FLAG_ERROR 0x0008U macro360 ((void)((__stream)->__modeflags &= ~(__FLAG_EOF|__FLAG_ERROR)))362 #define __FERROR_UNLOCKED(__stream) ((__stream)->__modeflags & __FLAG_ERROR)
219 ((void)((S)->__modeflags |= __FLAG_ERROR))224 ((void)((S)->__modeflags &= ~__FLAG_ERROR))459 ((stream)->__modeflags & (__FLAG_EOF|__FLAG_ERROR))
51 |__FLAG_ERROR|__FLAG_EOF) in setvbuf()
97 stream->__modeflags |= __FLAG_ERROR; in fgetwc_unlocked()
Completed in 6 milliseconds