Home
last modified time | relevance | path

Searched refs:__STDIO_STREAM_IS_WRITING (Results 1 – 12 of 12) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A D_stdio.c238 if (__STDIO_STREAM_IS_WRITING(ptr)) { in _stdio_term()
357 assert(!__STDIO_STREAM_IS_WRITING(stream)); in _stdio_validate_FILE()
395 if (!__STDIO_STREAM_IS_WRITING(stream)) { in _stdio_validate_FILE()
418 assert(!__STDIO_STREAM_IS_WRITING(stream)); in _stdio_validate_FILE()
432 if (__STDIO_STREAM_IS_WRITING(stream)) { in _stdio_validate_FILE()
A Dfflush.c102 if (__STDIO_STREAM_IS_WRITING(stream)) { /* ONLY IF ATOMIC!!! */ in fflush_unlocked()
123 } else if (__STDIO_STREAM_IS_WRITING(stream)) { in fflush_unlocked()
A D__fpending.c32 return (__STDIO_STREAM_IS_WRITING(stream)) in __fpending()
A D_adjust_pos.c45 corr += (((__STDIO_STREAM_IS_WRITING(stream)) in __stdio_adjust_position()
A Dftello.c38 ((__STDIO_STREAM_IS_WRITING(stream) in FTELL()
A D_trans2r.c56 if (__STDIO_STREAM_IS_WRITING(stream)) { in __stdio_trans2r_o()
A D_trans2w.c31 assert(!__STDIO_STREAM_IS_WRITING(stream)); in __stdio_trans2w_o()
A Dfseeko.c38 if ((!__STDIO_STREAM_IS_WRITING(stream) in FSEEK()
A Dfclose.c48 if (__STDIO_STREAM_IS_WRITING(stream)) { in fclose()
A D_WRITE.c40 assert(__STDIO_STREAM_IS_WRITING(stream)); in __stdio_WRITE()
A D_fwrite.c23 assert(__STDIO_STREAM_IS_WRITING(stream)); in __stdio_fwrite()
A D_stdio.h157 #define __STDIO_STREAM_IS_WRITING(S) ((S)->__modeflags & __FLAG_WRITING) macro
203 #define __STDIO_STREAM_IS_NARROW_WRITING(S) __STDIO_STREAM_IS_WRITING(S)

Completed in 10 milliseconds