Home
last modified time | relevance | path

Searched refs:__FLAG_ERROR (Results 1 – 4 of 4) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h294 #define __FLAG_ERROR 0x0008U macro
360 ((void)((__stream)->__modeflags &= ~(__FLAG_EOF|__FLAG_ERROR)))
362 #define __FERROR_UNLOCKED(__stream) ((__stream)->__modeflags & __FLAG_ERROR)
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_stdio.h219 ((void)((S)->__modeflags |= __FLAG_ERROR))
224 ((void)((S)->__modeflags &= ~__FLAG_ERROR))
459 ((stream)->__modeflags & (__FLAG_EOF|__FLAG_ERROR))
A Dsetvbuf.c51 |__FLAG_ERROR|__FLAG_EOF) in setvbuf()
A Dfgetwc.c97 stream->__modeflags |= __FLAG_ERROR; in fgetwc_unlocked()

Completed in 6 milliseconds