Home
last modified time | relevance | path

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

/glibc-2.36/libio/
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()
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()
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()
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()
Dwstrops.c85 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()
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()
Diofopen.c37 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES)) in __fopen_maybe_mmap()
Dmemstream.c100 new_f->fp._sf._sbf._f._flags2 |= _IO_FLAGS2_NEED_LOCK; in __open_memstream()
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()
Dlibio.h213 (((_fp)->_flags2 & _IO_FLAGS2_NEED_LOCK) != 0)
Diofopncook.c165 cfile->__fp.file._flags2 |= _IO_FLAGS2_NEED_LOCK; in _IO_cookie_init()
Doldfileops.c137 close_status = ((fp->_flags2 & _IO_FLAGS2_NOCLOSE) == 0 in _IO_old_file_close_it()
/glibc-2.36/stdio-common/
Dfxprintf.c95 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()
Dvfprintf-internal.c1744 hp->_flags2 = s->_flags2; in buffered_vfprintf()
/glibc-2.36/libio/bits/types/
Dstruct_FILE.h73 int _flags2; member
/glibc-2.36/malloc/
Dmalloc.c5270 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()
/glibc-2.36/ChangeLog.old/
DChangeLog.179396 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
DChangeLog.151620 (buffered_vfprintf): Copy _flags2.
DChangeLog.131938 * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2. The
1941 * libio/genops.c (_IO_no_init): Initialize _flags2 field.
DChangeLog.1922117 * malloc/malloc.c (__malloc_stats): Restore stderr->_flags2