Home
last modified time | relevance | path

Searched refs:__STDIO_STREAM_IS_READING (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_stdio.c366 assert(!__STDIO_STREAM_IS_READING(stream)); in _stdio_validate_FILE()
404 if (!__STDIO_STREAM_IS_READING(stream)) { in _stdio_validate_FILE()
417 if (__STDIO_STREAM_IS_READING(stream)) { in _stdio_validate_FILE()
433 assert(!__STDIO_STREAM_IS_READING(stream)); in _stdio_validate_FILE()
A D_READ.c31 assert(__STDIO_STREAM_IS_READING(stream)); in __stdio_READ()
A D_rfill.c28 assert(__STDIO_STREAM_IS_READING(stream)); in __stdio_rfill()
A D_trans2r.c31 assert(!__STDIO_STREAM_IS_READING(stream)); in __stdio_trans2r_o()
A D_trans2w.c56 if (__STDIO_STREAM_IS_READING(stream)) { in __stdio_trans2w_o()
A D_stdio.h156 #define __STDIO_STREAM_IS_READING(S) ((S)->__modeflags & __MASK_READING) macro
205 #define __STDIO_STREAM_IS_NARROW_READING(S) __STDIO_STREAM_IS_READING(S)

Completed in 8 milliseconds