Searched refs:_flags2 (Results 1 – 13 of 13) sorted by relevance
54 fp->_flags2 |= _IO_FLAGS2_NOCLOSE; in freopen64()60 fp->_flags2 &= ~_IO_FLAGS2_NOCLOSE; in freopen64()78 (result->_flags2 & _IO_FLAGS2_CLOEXEC) != 0 in freopen64()
55 fp->_flags2 |= _IO_FLAGS2_NOCLOSE; in freopen()79 fp->_flags2 &= ~_IO_FLAGS2_NOCLOSE; in freopen()95 (result->_flags2 & _IO_FLAGS2_CLOEXEC) != 0 in freopen()
94 new_f->fp._sf._sbf._f._flags2 &= ~_IO_FLAGS2_USER_WBUF; in open_wmemstream()102 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in open_wmemstream()
37 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES)) in __fopen_maybe_mmap()
85 if (fp->_flags2 & _IO_FLAGS2_USER_WBUF) /* not allowed to enlarge */ in _IO_wstr_overflow()178 if (fp->_flags2 & _IO_FLAGS2_USER_WBUF) in enlarge_userbuf()355 if (fp->_wide_data->_IO_buf_base && !(fp->_flags2 & _IO_FLAGS2_USER_WBUF)) in _IO_wstr_finish()
94 if (f->_wide_data->_IO_buf_base && !(f->_flags2 & _IO_FLAGS2_USER_WBUF)) in libc_hidden_def()99 f->_flags2 &= ~_IO_FLAGS2_USER_WBUF; in libc_hidden_def()101 f->_flags2 |= _IO_FLAGS2_USER_WBUF; in libc_hidden_def()173 if (fp->_wide_data->_IO_buf_base && !(fp->_flags2 & _IO_FLAGS2_USER_WBUF)) in libc_hidden_def()
100 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in __open_memstream()
141 int close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_new_file_close_it()184 if (__glibc_unlikely (fp->_flags2 & _IO_FLAGS2_NOTCANCEL)) in libc_hidden_ver()264 fp->_flags2 |= _IO_FLAGS2_MMAP; in libc_hidden_def()267 fp->_flags2 |= _IO_FLAGS2_NOTCANCEL; in libc_hidden_def()271 fp->_flags2 |= _IO_FLAGS2_CLOEXEC; in libc_hidden_def()1131 return (__builtin_expect (fp->_flags2 & _IO_FLAGS2_NOTCANCEL, 0) in _IO_file_read()1177 ssize_t count = (__builtin_expect (f->_flags2 in libc_hidden_def()
213 (((_fp)->_flags2 & _IO_FLAGS2_NEED_LOCK) != 0)
165 cfile->__fp.file._flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_cookie_init()
525 _IO_iter_file (i)->_flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_enable_locks()533 fp->_flags2 = 0; in libc_hidden_def()535 fp->_flags2 |= _IO_FLAGS2_NEED_LOCK; in libc_hidden_def()
137 close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_old_file_close_it()
73 int _flags2; member
Completed in 24 milliseconds