Home
last modified time | relevance | path

Searched refs:_IO_NO_WRITES (Results 1 – 19 of 19) sorted by relevance

/glibc-2.36/libio/
Diofdopen.c56 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()
Doldiofdopen.c53 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()
Doldfileops.c93 (_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()
Dstrops.c77 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()
Doldiopopen.c76 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()
Diopopen.c160 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.c23 return (fp->_flags & _IO_NO_WRITES) == 0; in __fwritable()
Dfileops.c101 (_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.c23 return ((fp->_flags & _IO_NO_WRITES) in __freading()
Diofopncook.c163 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in _IO_cookie_init()
190 read_write = _IO_NO_WRITES; in _IO_fopencookie()
Dstdfiles.c52 DEF_STDFILE(_IO_2_1_stdin_, 0, 0, _IO_NO_WRITES);
Diovdprintf.c52 _IO_NO_READS+_IO_NO_WRITES+_IO_IS_APPENDING); in __vdprintf_internal()
Doldstdfiles.c47 DEF_STDFILE(_IO_stdin_, 0, 0, _IO_NO_WRITES);
Diofopen.c37 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES)) in __fopen_maybe_mmap()
Dwstrops.c74 if (fp->_flags & _IO_NO_WRITES) in _IO_wstr_overflow()
350 if ((fp->_flags & _IO_NO_WRITES) && c != WEOF) in _IO_wstr_pbackfail()
Dlibio.h71 #define _IO_NO_WRITES 0x0008 /* Writing not allowed. */ macro
Dwfileops.c211 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()
Dgenops.c746 if ((fp->_flags & _IO_NO_WRITES) == 0 && fp->_flags & _IO_LINE_BUF) in libc_hidden_def()
/glibc-2.36/stdio-common/
Dvfprintf-internal.c54 if (S->_flags & _IO_NO_WRITES) \