Searched refs:_flags2 (Results 1 - 6 of 6) sorted by relevance

/haiku/src/system/libroot/posix/glibc/libio/
H A Diofopen.c44 if ((fp->_flags2 & _IO_FLAGS2_MMAP) && (fp->_flags & _IO_NO_WRITES))
H A Dwgenops.c118 if (f->_wide_data->_IO_buf_base && !(f->_flags2 & _IO_FLAGS2_USER_WBUF))
123 f->_flags2 &= ~_IO_FLAGS2_USER_WBUF;
125 f->_flags2 |= _IO_FLAGS2_USER_WBUF;
201 if (fp->_wide_data->_IO_buf_base && !(fp->_flags2 & _IO_FLAGS2_USER_WBUF))
H A Dlibio.h292 int _flags2; member in struct:_IO_FILE
H A Dgenops.c619 fp->_flags2 = 0;
H A Dfileops.c304 fp->_flags2 |= _IO_FLAGS2_MMAP;
/haiku/headers/posix/
H A Dlibio.h142 int _flags2; member in struct:_IO_FILE

Completed in 60 milliseconds