Searched refs:_IO_FLAGS2_USER_WBUF (Results 1 – 4 of 4) sorted by relevance
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()
94 new_f->fp._sf._sbf._f._flags2 &= ~_IO_FLAGS2_USER_WBUF; in open_wmemstream()
88 #define _IO_FLAGS2_USER_WBUF 8 macro
Completed in 10 milliseconds