Searched refs:_IO_NO_WRITES (Results 1 – 19 of 19) sorted by relevance
/glibc-2.36/libio/ |
D | iofdopen.c | 56 read_write = _IO_NO_WRITES; in _IO_new_fdopen() 92 if (((fd_flags & O_ACCMODE) == O_RDONLY && !(read_write & _IO_NO_WRITES)) in _IO_new_fdopen() 130 (use_mmap && (read_write & _IO_NO_WRITES)) in _IO_new_fdopen() 136 (use_mmap && (read_write & _IO_NO_WRITES)) ? &_IO_file_jumps_maybe_mmap : in _IO_new_fdopen() 149 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in _IO_new_fdopen()
|
D | oldiofdopen.c | 53 read_write = _IO_NO_WRITES; in _IO_old_fdopen() 70 || ((fd_flags & O_ACCMODE) == O_RDONLY && !(read_write & _IO_NO_WRITES)) in _IO_old_fdopen() 114 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in _IO_old_fdopen()
|
D | oldfileops.c | 93 (_IO_IS_FILEBUF+_IO_NO_READS+_IO_NO_WRITES+_IO_TIED_PUT_GET) 179 read_write = _IO_NO_WRITES; in _IO_old_file_fopen() 204 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in _IO_old_file_fopen() 220 fp->_flags &= ~(_IO_NO_READS+_IO_NO_WRITES); in _IO_old_file_attach() 355 if (f->_flags & _IO_NO_WRITES) /* SET ERROR */ in _IO_old_file_overflow()
|
D | strops.c | 77 sf->_sbf._f._flags |= _IO_NO_WRITES; in _IO_str_init_readonly() 85 if (fp->_flags & _IO_NO_WRITES) in _IO_str_overflow() 340 if ((fp->_flags & _IO_NO_WRITES) && c != EOF) in libc_hidden_def()
|
D | oldiopopen.c | 76 read_or_write = _IO_NO_WRITES; in _IO_old_proc_open() 132 _IO_mask_flags (fp, read_or_write, _IO_NO_READS|_IO_NO_WRITES); in _IO_old_proc_open()
|
D | iopopen.c | 160 read_or_write = _IO_NO_WRITES; in _IO_new_proc_open() 214 _IO_mask_flags (fp, read_or_write, _IO_NO_READS|_IO_NO_WRITES); in _IO_new_proc_open()
|
D | __fwritable.c | 23 return (fp->_flags & _IO_NO_WRITES) == 0; in __fwritable()
|
D | fileops.c | 101 (_IO_IS_FILEBUF+_IO_NO_READS+_IO_NO_WRITES+_IO_TIED_PUT_GET) 133 if ((fp->_flags & _IO_NO_WRITES) == 0 in _IO_new_file_close_it() 192 _IO_mask_flags (fp, read_write,_IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in libc_hidden_ver() 228 read_write = _IO_NO_WRITES; in libc_hidden_def() 365 fp->_flags &= ~(_IO_NO_READS+_IO_NO_WRITES); in libc_hidden_ver() 498 if ((stdout->_flags & (_IO_LINKED | _IO_NO_WRITES | _IO_LINE_BUF)) in _IO_new_file_underflow() 732 if (f->_flags & _IO_NO_WRITES) /* SET ERROR */ in _IO_new_file_overflow()
|
D | __freading.c | 23 return ((fp->_flags & _IO_NO_WRITES) in __freading()
|
D | iofopncook.c | 163 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in _IO_cookie_init() 190 read_write = _IO_NO_WRITES; in _IO_fopencookie()
|
D | stdfiles.c | 52 DEF_STDFILE(_IO_2_1_stdin_, 0, 0, _IO_NO_WRITES);
|
D | iovdprintf.c | 52 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in __vdprintf_internal()
|
D | oldstdfiles.c | 47 DEF_STDFILE(_IO_stdin_, 0, 0, _IO_NO_WRITES);
|
D | iofopen.c | 37 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES)) in __fopen_maybe_mmap()
|
D | wstrops.c | 74 if (fp->_flags & _IO_NO_WRITES) in _IO_wstr_overflow() 350 if ((fp->_flags & _IO_NO_WRITES) && c != WEOF) in _IO_wstr_pbackfail()
|
D | libio.h | 71 #define _IO_NO_WRITES 0x0008 /* Writing not allowed. */ macro
|
D | wfileops.c | 211 if ((stdout->_flags & (_IO_LINKED | _IO_NO_WRITES | _IO_LINE_BUF)) in libc_hidden_def() 408 if (f->_flags & _IO_NO_WRITES) /* SET ERROR */ in _IO_wfile_overflow()
|
D | genops.c | 746 if ((fp->_flags & _IO_NO_WRITES) == 0 && fp->_flags & _IO_LINE_BUF) in libc_hidden_def()
|
/glibc-2.36/stdio-common/ |
D | vfprintf-internal.c | 54 if (S->_flags & _IO_NO_WRITES) \
|