Searched refs:__FLAG_READONLY (Results 1 – 10 of 10) sorted by relevance
48 if ((stream->__modeflags & (__FLAG_READONLY|__FLAG_WRITEONLY)) in freopen()49 != (__FLAG_READONLY|__FLAG_WRITEONLY) in freopen()64 stream->__modeflags = __FLAG_READONLY|__FLAG_WRITEONLY|__FLAG_FAILED_FREOPEN; in freopen()
47 if ((stream->__modeflags & (__FLAG_READONLY|__FLAG_WRITEONLY|__FLAG_FAILED_FREOPEN)) in _stdio_openlist_dec_use()48 == (__FLAG_READONLY|__FLAG_WRITEONLY) in _stdio_openlist_dec_use()132 else if (stream->__modeflags & (__MASK_READING|__FLAG_READONLY)) { in fflush_unlocked()164 if (stream && (stream->__modeflags & (__MASK_READING|__FLAG_READONLY))) { in fflush_unlocked()
111 __FLAG_LBF|__FLAG_READONLY, \215 ptr->__modeflags = (__FLAG_READONLY|__FLAG_WRITEONLY); in _stdio_term()338 if ((stream->__modeflags & (__FLAG_READONLY|__FLAG_WRITEONLY)) in _stdio_validate_FILE()339 == (__FLAG_READONLY|__FLAG_WRITEONLY) in _stdio_validate_FILE()341 assert(stream->__modeflags == (__FLAG_READONLY|__FLAG_WRITEONLY)); in _stdio_validate_FILE()
46 if ((f->__modeflags & (__FLAG_READONLY|__FLAG_WRITEONLY)) in fcloseall()47 != (__FLAG_READONLY|__FLAG_WRITEONLY) in fcloseall()
43 if (stream->__modeflags & __FLAG_READONLY) { in __stdio_trans2w_o()
69 stream->__modeflags |= (__FLAG_READONLY|__FLAG_WRITEONLY); in fclose()
155 if (fp->__modeflags & __FLAG_READONLY) { in fmemopen()
163 ((S)->__modeflags & (__MASK_READING|__FLAG_READONLY))168 #define __STDIO_STREAM_IS_READONLY(S) ((S)->__modeflags & __FLAG_READONLY)
215 f.__modeflags = (__FLAG_NARROW|__FLAG_READONLY|__FLAG_READING); in vsscanf()262 f.f.__modeflags = (__FLAG_NARROW|__FLAG_READONLY|__FLAG_READING); in libc_hidden_def()396 f.__modeflags = (__FLAG_WIDE|__FLAG_READONLY|__FLAG_READING); in vswscanf()
296 #define __FLAG_READONLY 0x0020U /* (__FLAG_WRITEONLY << 1) */ macro
Completed in 12 milliseconds