Home
last modified time | relevance | path

Searched refs:_flags2 (Results 1 – 13 of 13) sorted by relevance

/libio/
A Dfreopen64.c54 fp->_flags2 |= _IO_FLAGS2_NOCLOSE; in freopen64()
60 fp->_flags2 &= ~_IO_FLAGS2_NOCLOSE; in freopen64()
78 (result->_flags2 & _IO_FLAGS2_CLOEXEC) != 0 in freopen64()
A Dfreopen.c55 fp->_flags2 |= _IO_FLAGS2_NOCLOSE; in freopen()
79 fp->_flags2 &= ~_IO_FLAGS2_NOCLOSE; in freopen()
95 (result->_flags2 & _IO_FLAGS2_CLOEXEC) != 0 in freopen()
A Dwmemstream.c94 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()
A Diofopen.c37 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES)) in __fopen_maybe_mmap()
A Dwstrops.c85 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()
A Dwgenops.c94 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()
A Dmemstream.c100 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in __open_memstream()
A Dfileops.c141 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()
A Dlibio.h213 (((_fp)->_flags2 & _IO_FLAGS2_NEED_LOCK) != 0)
A Diofopncook.c165 cfile->__fp.file._flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_cookie_init()
A Dgenops.c525 _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()
A Doldfileops.c137 close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_old_file_close_it()
/libio/bits/types/
A Dstruct_FILE.h73 int _flags2; member

Completed in 25 milliseconds