Home
last modified time | relevance | path

Searched refs:_M_buf (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/libstdc++/src/
Dstrstream.cc340 : basic_ios<char>(), basic_istream<char>(0), _M_buf(s, 0) in istrstream()
341 { basic_ios<char>::init(&_M_buf); } in istrstream()
344 : basic_ios<char>(), basic_istream<char>(0), _M_buf(s, 0) in istrstream()
345 { basic_ios<char>::init(&_M_buf); } in istrstream()
348 : basic_ios<char>(), basic_istream<char>(0), _M_buf(s, n) in istrstream()
349 { basic_ios<char>::init(&_M_buf); } in istrstream()
352 : basic_ios<char>(), basic_istream<char>(0), _M_buf(s, n) in istrstream()
353 { basic_ios<char>::init(&_M_buf); } in istrstream()
359 { return const_cast<strstreambuf*>(&_M_buf); } in rdbuf()
363 { return _M_buf.str(); } in str()
[all …]
/NextBSD/contrib/libstdc++/include/std/
Dstd_fstream.h119 char_type* _M_buf; in _GLIBCXX_BEGIN_NAMESPACE() local
221 this->setg(_M_buf, _M_pback_cur_save, _M_pback_end_save); in _GLIBCXX_BEGIN_NAMESPACE()
403 this->setg(_M_buf, _M_buf, _M_buf + __off); in _GLIBCXX_BEGIN_NAMESPACE()
405 this->setg(_M_buf, _M_buf, _M_buf); in _GLIBCXX_BEGIN_NAMESPACE()
408 this->setp(_M_buf, _M_buf + _M_buf_size - 1); in _GLIBCXX_BEGIN_NAMESPACE()
/NextBSD/contrib/libstdc++/include/bits/
Dfstream.tcc54 if (!_M_buf_allocated && !_M_buf) in _GLIBCXX_BEGIN_NAMESPACE()
56 _M_buf = new char_type[_M_buf_size]; in _GLIBCXX_BEGIN_NAMESPACE()
68 delete [] _M_buf; in _M_destroy_internal_buffer()
69 _M_buf = NULL; in _M_destroy_internal_buffer()
83 _M_state_last(), _M_buf(NULL), _M_buf_size(BUFSIZ), in basic_filebuf()
657 _M_buf = __s; in setbuf()
/NextBSD/contrib/libstdc++/include/backward/
Dstrstream137 strstreambuf _M_buf;
154 strstreambuf _M_buf;
176 strstreambuf _M_buf;
/NextBSD/contrib/libstdc++/
DChangeLog-1999169 input buffer, set _M_buf to offset.
551 Add comments "all about _M_buf."
582 (sgetc): Set _M_in_end to _M_buf + _M_buf_end.
583 * bits/std_sstream.h (_M_really_sync): Set _M_buf.
1559 fuck it, move data members _M_buf, and _M_buf_size into
3418 resets pointers in the internal cache according to new _M_buf. . dooh!
3450 (open): Initialize internal pointers based on _M_buf and _M_buf_size.
DChangeLog-20022220 * include/std/std_streambuf.h (basic_streambuf::_M_buf): Change to
2602 * src/strstream.cc (strstreambuf::overflow): Set _M_buf,
DChangeLog-20035532 * include/std/std_streambuf.h (_M_buf): is currently
5535 * include/std/std_fstream.h (_M_buf): Moved here.
5536 * include/std/std_sstream.h (setbuf): Don't set _M_buf,
DChangeLog-20055343 uglified data members of basic_filebuf, including _M_buf,