| /freebsd-12.1/contrib/libstdc++/src/ |
| H A D | ios_init.cc | 185 cout.rdbuf(&buf_cout); in sync_with_stdio() 186 cin.rdbuf(&buf_cin); in sync_with_stdio() 187 cerr.rdbuf(&buf_cerr); in sync_with_stdio() 188 clog.rdbuf(&buf_cerr); in sync_with_stdio() 194 wcout.rdbuf(&buf_wcout); in sync_with_stdio() 195 wcin.rdbuf(&buf_wcin); in sync_with_stdio() 196 wcerr.rdbuf(&buf_wcerr); in sync_with_stdio() 197 wclog.rdbuf(&buf_wcerr); in sync_with_stdio()
|
| H A D | istream.cc | 52 __streambuf_type* __sb = this->rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE() 125 __streambuf_type* __sb = this->rdbuf(); in ignore() 212 __streambuf_type* __sb = __in.rdbuf(); in operator >>() 288 __streambuf_type* __sb = __in.rdbuf(); in operator >>() 362 __streambuf_type* __sb = __in.rdbuf(); in getline() 432 __streambuf_type* __sb = this->rdbuf(); in getline() 505 __streambuf_type* __sb = this->rdbuf(); in ignore() 591 __streambuf_type* __sb = __in.rdbuf(); in getline()
|
| H A D | strstream.cc | 358 istrstream::rdbuf() const in rdbuf() function in istrstream 377 ostrstream::rdbuf() const in rdbuf() function in ostrstream 404 strstream::rdbuf() const in rdbuf() function in strstream
|
| H A D | compatibility.cc | 74 __streambuf_type* __sb = this->rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE() 140 __streambuf_type* __sb = this->rdbuf(); in ignore()
|
| /freebsd-12.1/contrib/libstdc++/include/bits/ |
| H A D | istream.tcc | 63 __streambuf_type* __sb = __in.rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE() 193 __c = this->rdbuf()->sbumpc(); in get() 256 __streambuf_type* __sb = this->rdbuf(); in get() 391 __streambuf_type* __sb = this->rdbuf(); in ignore() 533 __c = this->rdbuf()->sgetc(); in peek() 611 __streambuf_type* __sb = this->rdbuf(); in putback() 639 __streambuf_type* __sb = this->rdbuf(); in unget() 811 __streambuf_type* __sb = __in.rdbuf(); in operator >>() 853 __streambuf_type* __sb = __in.rdbuf(); in ws() 894 __streambuf_type* __sb = __in.rdbuf(); in operator >>() [all …]
|
| H A D | ostream.tcc | 128 if (!__copy_streambufs(__sbin, this->rdbuf())) in operator <<() 158 const int_type __put = this->rdbuf()->sputc(__c); in put() 204 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush() 223 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp() 242 const pos_type __p = this->rdbuf()->pubseekpos(__pos, in seekp() 269 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
|
| H A D | basic_ios.tcc | 47 if (this->rdbuf()) in _GLIBCXX_BEGIN_NAMESPACE() 57 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf() function in basic_ios 133 if (this->rdbuf() != 0) in imbue() 134 this->rdbuf()->pubimbue(__loc); in imbue()
|
| H A D | ostream_insert.h | 52 const streamsize __put = __out.rdbuf()->sputn(__s, __n); in _GLIBCXX_BEGIN_NAMESPACE() 67 const typename _Traits::int_type __put = __out.rdbuf()->sputc(__c); in __ostream_fill()
|
| H A D | basic_ios.h | 307 rdbuf() const in _GLIBCXX_BEGIN_NAMESPACE() 333 rdbuf(basic_streambuf<_CharT, _Traits>* __sb); in _GLIBCXX_BEGIN_NAMESPACE()
|
| H A D | streambuf_iterator.h | 100 : _M_sbuf(__s.rdbuf()), _M_c(traits_type::eof()) { } in _GLIBCXX_BEGIN_NAMESPACE() 233 : _M_sbuf(__s.rdbuf()), _M_failed(!_M_sbuf) { } in ostreambuf_iterator()
|
| /freebsd-12.1/contrib/libc++/include/ |
| H A D | istream | 547 __is.rdbuf()->sbumpc(); 740 __r = this->rdbuf()->sbumpc(); 839 this->rdbuf()->sbumpc(); 895 this->rdbuf()->sbumpc(); 984 __r = this->rdbuf()->sgetc(); 1076 if (this->rdbuf() == 0 || this->rdbuf()->sputbackc(__c) == traits_type::eof()) 1104 if (this->rdbuf() == 0 || this->rdbuf()->sungetc() == traits_type::eof()) 1131 if (this->rdbuf() == 0) 1243 __is.rdbuf()->sbumpc(); 1361 __is.rdbuf()->sbumpc(); [all …]
|
| H A D | ios | 143 basic_streambuf<charT,traits>* rdbuf() const; 144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb); 340 _LIBCPP_INLINE_VISIBILITY void* rdbuf() const {return __rdbuf_;} 343 void rdbuf(void* __sb) 635 basic_streambuf<char_type, traits_type>* rdbuf() const; 719 basic_ios<_CharT, _Traits>::rdbuf() const 727 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<char_type, traits_type>* __sb) 729 basic_streambuf<char_type, traits_type>* __r = rdbuf(); 730 ios_base::rdbuf(__sb); 741 if (rdbuf()) [all …]
|
| H A D | strstream | 75 strstreambuf* rdbuf() const; 91 strstreambuf* rdbuf() const; 117 strstreambuf* rdbuf() const; 276 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);} 325 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);} 386 strstreambuf* rdbuf() const {return const_cast<strstreambuf*>(&__sb_);}
|
| H A D | sstream | 85 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const; 121 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const; 157 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const; 665 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const; 726 basic_istringstream<_CharT, _Traits, _Allocator>::rdbuf() const 782 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const; 844 basic_ostringstream<_CharT, _Traits, _Allocator>::rdbuf() const 901 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const; 963 basic_stringstream<_CharT, _Traits, _Allocator>::rdbuf() const
|
| H A D | ostream | 274 if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) 281 if (__os_.rdbuf()->pubsync() == -1) 922 if (this->rdbuf()->sputn(__s, __n) != __n) 943 if (this->rdbuf()) 948 if (this->rdbuf()->pubsync() == -1) 968 return this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); 978 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) 991 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1))
|
| H A D | fstream | 88 basic_filebuf<char_type, traits_type>* rdbuf() const; 125 basic_filebuf<char_type, traits_type>* rdbuf() const; 163 basic_filebuf<char_type, traits_type>* rdbuf() const; 1171 basic_filebuf<char_type, traits_type>* rdbuf() const; 1279 basic_ifstream<_CharT, _Traits>::rdbuf() const 1385 basic_filebuf<char_type, traits_type>* rdbuf() const; 1492 basic_ofstream<_CharT, _Traits>::rdbuf() const 1600 basic_filebuf<char_type, traits_type>* rdbuf() const; 1705 basic_fstream<_CharT, _Traits>::rdbuf() const
|
| /freebsd-12.1/sys/dev/bktr/ |
| H A D | bktr_tuner.c | 1126 u_char rdbuf[22]; in mt2032_init() local 1136 rdbuf[i] = x; in mt2032_init() 1143 rdbuf[0x11], rdbuf[0x12], rdbuf[0x13], rdbuf[0x14]); in mt2032_init() 1144 if (rdbuf[0x13] != 4) { in mt2032_init()
|
| /freebsd-12.1/contrib/libstdc++/include/std/ |
| H A D | std_ostream.h | 293 const streamsize __put = this->rdbuf()->sputn(__s, __n); in _GLIBCXX_BEGIN_NAMESPACE() 418 if (_M_os.rdbuf() && _M_os.rdbuf()->pubsync() == -1) in ~sentry()
|
| H A D | std_fstream.h | 488 rdbuf() const in rdbuf() function 618 rdbuf() const in rdbuf() function 748 rdbuf() const in rdbuf() function
|
| H A D | std_sstream.h | 343 rdbuf() const in rdbuf() function 456 rdbuf() const in rdbuf() function 565 rdbuf() const in rdbuf() function
|
| H A D | std_bitset.h | 1242 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf();
|
| /freebsd-12.1/contrib/libc++/src/ |
| H A D | iostream.cpp | 93 ::new(clog) ostream(cerr_ptr->rdbuf()); in Init() 95 ::new(wclog) wostream(wcerr_ptr->rdbuf()); in Init()
|
| /freebsd-12.1/contrib/libstdc++/include/backward/ |
| H A D | strstream | 133 strstreambuf* rdbuf() const; 148 strstreambuf* rdbuf() const; 170 strstreambuf* rdbuf() const;
|
| /freebsd-12.1/stand/i386/zfsboot/ |
| H A D | zfsboot.c | 135 char rdbuf[READ_BUF_SIZE]; /* for reading large things */ member 244 if (drvread(&zdsk->dsk, dmadat->rdbuf, alignlba, alignnb)) in vdev_read() 250 DEV_BSIZE), dmadat->rdbuf, alignnb * DEV_BSIZE)) in vdev_read() 254 memcpy(p, dmadat->rdbuf + diff, nb * DEV_BSIZE); in vdev_read() 291 memcpy(dmadat->rdbuf, p, nb * DEV_BSIZE); in vdev_write() 292 if (drvwrite(&zdsk->dsk, dmadat->rdbuf, lba, nb)) in vdev_write()
|
| /freebsd-12.1/contrib/libstdc++/include/ext/ |
| H A D | vstring.tcc | 578 __streambuf_type* __sb = __in.rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE() 645 __streambuf_type* __sb = __in.rdbuf(); in getline()
|