Searched refs:_flags2 (Results 1 – 20 of 20) 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()
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()
85 if (fp->_flags2 & _IO_FLAGS2_USER_WBUF) /* not allowed to enlarge */ in _IO_wstr_overflow()181 if (fp->_flags2 & _IO_FLAGS2_USER_WBUF) in enlarge_userbuf()358 if (fp->_wide_data->_IO_buf_base && !(fp->_flags2 & _IO_FLAGS2_USER_WBUF)) in _IO_wstr_finish()
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()
37 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES)) in __fopen_maybe_mmap()
100 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in __open_memstream()
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()
213 (((_fp)->_flags2 & _IO_FLAGS2_NEED_LOCK) != 0)
165 cfile->__fp.file._flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_cookie_init()
137 close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_old_file_close_it()
95 int save_flags2 = fp->_flags2; in __fxprintf_nocancel()96 fp->_flags2 |= _IO_FLAGS2_NOTCANCEL; in __fxprintf_nocancel()100 fp->_flags2 = save_flags2; in __fxprintf_nocancel()
1744 hp->_flags2 = s->_flags2; in buffered_vfprintf()
73 int _flags2; member
5270 int old_flags2 = stderr->_flags2; in __malloc_stats()5271 stderr->_flags2 |= _IO_FLAGS2_NOTCANCEL; in __malloc_stats()5299 stderr->_flags2 = old_flags2; in __malloc_stats()
9396 clear _IO_FLAGS2_SCANF_STD bit from _flags2.9398 handle %as, %aS and %a[ if _IO_FLAGS2_SCANF_STD is set in _flags2.9457 the _IO_FLAGS2_FORTIFY bit from _flags2 rather than _flags.13059 _IO_FLAGS2_USER_WBUF bit in _flags2 instead of _IO_USER_BUF bit
1620 (buffered_vfprintf): Copy _flags2.
1938 * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2. The1941 * libio/genops.c (_IO_no_init): Initialize _flags2 field.
22117 * malloc/malloc.c (__malloc_stats): Restore stderr->_flags2