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

/haiku/headers/posix/
H A Dlibio.h149 char _shortbuf[1]; member in struct:_IO_FILE
/haiku/src/libs/stdc++/legacy/
H A Dstreambuf.cc107 setb(_shortbuf, _shortbuf+1, 0);
/haiku/src/system/libroot/posix/glibc/libio/
H A Dgenops.c421 INTUSE(_IO_setb) (fp, fp->_shortbuf, fp->_shortbuf+1, 0);
568 INTUSE(_IO_setb) (fp, fp->_shortbuf, fp->_shortbuf+1, 0);
680 if (fp->_IO_buf_base && fp->_IO_buf_base != fp->_shortbuf
H A Dlibio.h259 wchar_t _shortbuf[1]; member in struct:_IO_wide_data
300 char _shortbuf[1]; member in struct:_IO_FILE
H A Dwgenops.c422 INTUSE(_IO_wsetb) (fp, fp->_wide_data->_shortbuf,
423 fp->_wide_data->_shortbuf + 1, 0);
/haiku/headers/cpp/
H A Dstreambuf.h325 char *shortbuf() { return _shortbuf; }
383 // Allocate a buffer if needed; use _shortbuf if appropriate.

Completed in 53 milliseconds