Searched refs:__STDIO_STREAM_IS_READONLY (Results 1 – 3 of 3) sorted by relevance
19 return !__STDIO_STREAM_IS_READONLY(stream); in __fwritable()
355 if (__STDIO_STREAM_IS_READONLY(stream)) { in _stdio_validate_FILE()
168 #define __STDIO_STREAM_IS_READONLY(S) ((S)->__modeflags & __FLAG_READONLY) macro
Completed in 6 milliseconds