Home
last modified time | relevance | path

Searched refs:__FLAG_READONLY (Results 1 – 10 of 10) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dfreopen.c48 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()
A Dfflush.c47 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()
A D_stdio.c111 __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()
A Dfcloseall.c46 if ((f->__modeflags & (__FLAG_READONLY|__FLAG_WRITEONLY)) in fcloseall()
47 != (__FLAG_READONLY|__FLAG_WRITEONLY) in fcloseall()
A D_trans2w.c43 if (stream->__modeflags & __FLAG_READONLY) { in __stdio_trans2w_o()
A Dfclose.c69 stream->__modeflags |= (__FLAG_READONLY|__FLAG_WRITEONLY); in fclose()
A Dfmemopen.c155 if (fp->__modeflags & __FLAG_READONLY) { in fmemopen()
A D_stdio.h163 ((S)->__modeflags & (__MASK_READING|__FLAG_READONLY))
168 #define __STDIO_STREAM_IS_READONLY(S) ((S)->__modeflags & __FLAG_READONLY)
A D_scanf.c215 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()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_stdio.h296 #define __FLAG_READONLY 0x0020U /* (__FLAG_WRITEONLY << 1) */ macro

Completed in 12 milliseconds