| /freebsd-12.1/contrib/libc++/include/ |
| H A D | iostream | 18 #include <streambuf> 39 #include <streambuf>
|
| H A D | module.modulemap | 316 export streambuf 323 // FIXME: should re-export ios, streambuf? 370 // FIXME: should re-export ios, streambuf? 403 // FIXME: should re-export istream, ostream, ios, streambuf, string? 415 module streambuf { 416 header "streambuf"
|
| H A D | strstream | 50 virtual streambuf* setbuf(char* s, streamsize n); 141 : public streambuf 198 : streambuf(__rhs), 219 streambuf::operator=(__rhs);
|
| H A D | iosfwd | 57 typedef basic_streambuf<char> streambuf; 159 typedef basic_streambuf<char> streambuf;
|
| H A D | streambuf | 2 //===------------------------- streambuf ----------------------------------===// 15 streambuf synopsis
|
| H A D | locale | 125 explicit wbuffer_convert(streambuf* bytebuf = 0, Codecvt* pcvt = new Codecvt, 131 streambuf* rdbuf() const; 132 streambuf* rdbuf(streambuf* bytebuf); 187 #include <streambuf> 3922 streambuf* __bufptr_; 3933 _LIBCPP_EXPLICIT_AFTER_CXX11 wbuffer_convert(streambuf* __bytebuf = 0, 3938 streambuf* rdbuf() const {return __bufptr_;} 3940 streambuf* rdbuf(streambuf* __bytebuf) 3942 streambuf* __r = __bufptr_; 3970 wbuffer_convert(streambuf* __bytebuf, _Codecvt* __pcvt, state_type __state)
|
| H A D | ostream | 139 #include <streambuf>
|
| /freebsd-12.1/contrib/libstdc++/ |
| H A D | ChangeLog-1998 | 18 * bits/streambuf.tcc (std): Ditto. 118 * src/streambuf.cc: Remove. 119 * src/Makefile.in: Remove streambuf.lo. 132 * bits/streambuf.tcc: Tweak. 143 Move _Streambuf_base members into streambuf.tcc. 754 * bits/streambuf.tcc: template defs for <streambuf> 760 src/streambuf.cc 812 * move streambuf iterators to bits/sbuf_iter.h 813 * optimize streambuf iterators 814 * begin generalizing streambuf [all …]
|
| H A D | ChangeLog-1999 | 844 * bits/streambuf.tcc: Add out-of-line streambuf members. 864 * bits/streambuf.tcc (streambuf::xsgetn): Rewrite. 954 * bits/streambuf.tcc (streambuf::xsputn): Tweak. 964 * bits/streambuf.tcc (streambuf::xsputn): Fix overflow accounting. 1051 * bits/streambuf.tcc (streambuf::xsputn): Allow copies to continue 1441 * bits/streambuf.tcc (streambuf::xsgetn): Aaaaaah. Fix final 1452 * bits/streambuf.tcc (streambuf::xsgetn): Adjust return value for 1475 (streambuf::xsgetn): Same. 2068 * bits/std_streambuf.h (streambuf::setbuf): Always return streambuf*. 2599 * bits/streambuf.tcc (streambuf::xsputn): Re-implement to conform [all …]
|
| H A D | ChangeLog-2002 | 729 * include/bits/streambuf.tcc: Same. 2224 * include/bits/streambuf.tcc: Same. 2740 * src/streambuf-inst.cc: New. 3293 * include/bits/streambuf.tcc: Use this->gptr. 3431 * include/bits/streambuf.tcc (streambuf::_S_pback_size): Define. 3433 (streambuf::_S_pback_size): This. 4337 * include/bits/streambuf.tcc: Same. 4362 * include/bits/streambuf.tcc: Same, for streambuf, wstreambuf. 4621 * include/bits/streambuf.tcc: Same. 5395 * include/backward/streambuf.h: Same. [all …]
|
| H A D | ChangeLog-2003 | 628 * include/bits/streambuf.tcc: Same. 819 * src/streambuf-inst.cc: Likewise. 820 * include/bits/streambuf.tcc: Likewise. 850 * include/bits/streambuf.tcc: Tweak. 2191 <fstream>, only <streambuf> and <cstdio>. 3975 (uflow): Remove, inherited from streambuf. 3981 (uflow): Remove, inherited from streambuf. 4723 * include/bits/streambuf.tcc: Same. 5631 * include/bits/streambuf.tcc: Same. 7531 * include/bits/streambuf.tcc: Same. [all …]
|
| H A D | ChangeLog-2000 | 936 * include/backward/streambuf.h: Same. 1444 * testsuite/27_io/streambuf.cc: Same. 1573 * include/backward/streambuf.h: New file. 2815 * bits/std_streambuf.h: Same for streambuf, wstreambuf. 2959 * bits/streambuf.tcc: Same. 3114 * bits/streambuf.tcc: Same. 3582 * bits/streambuf.tcc: repaired _S_copy_streambufs() 4153 * bits/streambuf.tcc (streambuf::xsgetn): Tweak. 4200 * testsuite/27_io/streambuf.cc: Fix for alpha. 4436 * testsuite/27_io/streambuf.cc (streambuf): And here. [all …]
|
| H A D | ChangeLog-2001 | 355 * testsuite/27_io/streambuf.cc: Adjust implicit typename. 1161 * include/bits/streambuf.tcc: Tweak. 2371 * testsuite/27_io/streambuf.cc: Likewise. 2433 * include/bits/streambuf.tcc: Likewise. 4177 * include/backward/streambuf.h: Same. 4474 * include/bits/streambuf.cc: Tweak. 4823 * include/bits/streambuf.tcc: Likewise. 5241 * include/bits/streambuf.tcc (__copy_streambufs): Same. 5393 * include/bits/streambuf.tcc: Same. 5891 * testsuite/27_io/streambuf.cc (test04): Add testcases. [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | streambuf.h | 34 using std::streambuf;
|
| H A D | iostream.h | 38 using std::streambuf;
|
| H A D | strstream | 60 // Class strstreambuf, a streambuf class that manages an array of char.
|
| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | Makefile.in | 73 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \ 92 misc-inst.lo ostream-inst.lo sstream-inst.lo streambuf-inst.lo \ 93 streambuf.lo string-inst.lo valarray-inst.lo wlocale-inst.lo \ 374 streambuf-inst.cc \ 375 streambuf.cc \
|
| H A D | Makefile.am | 167 streambuf-inst.cc \ 168 streambuf.cc \
|
| /freebsd-12.1/contrib/gcclibs/libiberty/testsuite/ |
| H A D | demangle-expected | 1340 ios::ios(streambuf *) 1711 streambuf::allocate 1860 ios::init(streambuf *) 2066 streambuf::seekoff 2071 streambuf::seekpos 2081 streambuf::setb 2096 streambuf::setbuf 2101 streambuf::setbuf 2116 streambuf::setg 2121 streambuf::setp [all …]
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_iosfwd.h | 136 typedef basic_streambuf<char> streambuf; ///< @isiosfwd typedef
|
| /freebsd-12.1/gnu/lib/libstdc++/ |
| H A D | Makefile | 39 streambuf-inst.cc streambuf.cc string-inst.cc valarray-inst.cc \ 126 stl_uninitialized.h stl_vector.h streambuf.tcc stringfwd.h \ 132 BKWHDRS= complex.h iomanip.h istream.h ostream.h stream.h streambuf.h \
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | strstream.cpp | 120 streambuf::swap(__rhs); in swap()
|
| /freebsd-12.1/lib/libc++/ |
| H A D | Makefile | 192 STD_HEADERS+= streambuf
|
| /freebsd-12.1/contrib/libstdc++/include/ |
| H A D | Makefile.am | 86 streambuf \ 151 ${bits_srcdir}/streambuf.tcc \ 167 ${backward_srcdir}/streambuf.h \
|
| H A D | Makefile.in | 312 streambuf \ 377 ${bits_srcdir}/streambuf.tcc \ 393 ${backward_srcdir}/streambuf.h \
|