Home
last modified time | relevance | path

Searched refs:rdbuf (Results 1 – 25 of 32) sorted by relevance

12

/freebsd-12.1/contrib/libstdc++/src/
H A Dios_init.cc185 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 Distream.cc52 __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 Dstrstream.cc358 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 Dcompatibility.cc74 __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 Distream.tcc63 __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 Dostream.tcc128 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 Dbasic_ios.tcc47 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 Dostream_insert.h52 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 Dbasic_ios.h307 rdbuf() const in _GLIBCXX_BEGIN_NAMESPACE()
333 rdbuf(basic_streambuf<_CharT, _Traits>* __sb); in _GLIBCXX_BEGIN_NAMESPACE()
H A Dstreambuf_iterator.h100 : _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 Distream547 __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 Dios143 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 Dstrstream75 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 Dsstream85 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 Dostream274 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 Dfstream88 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 Dbktr_tuner.c1126 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 Dstd_ostream.h293 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 Dstd_fstream.h488 rdbuf() const in rdbuf() function
618 rdbuf() const in rdbuf() function
748 rdbuf() const in rdbuf() function
H A Dstd_sstream.h343 rdbuf() const in rdbuf() function
456 rdbuf() const in rdbuf() function
565 rdbuf() const in rdbuf() function
H A Dstd_bitset.h1242 basic_streambuf<_CharT, _Traits>* __buf = __is.rdbuf();
/freebsd-12.1/contrib/libc++/src/
H A Diostream.cpp93 ::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 Dstrstream133 strstreambuf* rdbuf() const;
148 strstreambuf* rdbuf() const;
170 strstreambuf* rdbuf() const;
/freebsd-12.1/stand/i386/zfsboot/
H A Dzfsboot.c135 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 Dvstring.tcc578 __streambuf_type* __sb = __in.rdbuf(); in _GLIBCXX_BEGIN_NAMESPACE()
645 __streambuf_type* __sb = __in.rdbuf(); in getline()

12