Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/
H A Dstream.cpp70 out->rdbuf(std::cout.rdbuf()); in open_ostream()
75 out->rdbuf(std::cerr.rdbuf()); in open_ostream()
/freebsd/contrib/llvm-project/libcxx/include/
H A Distream489 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
498 __is.rdbuf()->sbumpc();
574 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
617 typename traits_type::int_type __i = this->rdbuf()->sgetc();
625 this->rdbuf()->sbumpc();
659 __r = this->rdbuf()->sbumpc();
688 int_type __i = this->rdbuf()->sgetc();
698 this->rdbuf()->sbumpc();
737 typename traits_type::int_type __i = this->rdbuf()->sgetc();
748 this->rdbuf()->sbumpc();
[all …]
H A Dstrstream77 strstreambuf* rdbuf() const;
93 strstreambuf* rdbuf() const;
119 strstreambuf* rdbuf() const;
260 _LIBCPP_HIDE_FROM_ABI strstreambuf* rdbuf() const { return const_cast<strstreambuf*>(&__sb_); }
293 _LIBCPP_HIDE_FROM_ABI strstreambuf* rdbuf() const { return const_cast<strstreambuf*>(&__sb_); }
336 _LIBCPP_HIDE_FROM_ABI strstreambuf* rdbuf() const { return const_cast<strstreambuf*>(&__sb_); }
H A Dios143 basic_streambuf<charT,traits>* rdbuf() const;
144 basic_streambuf<charT,traits>* rdbuf(basic_streambuf<charT,traits>* sb);
370 _LIBCPP_HIDE_FROM_ABI void* rdbuf() const { return __rdbuf_; }
372 _LIBCPP_HIDE_FROM_ABI void rdbuf(void* __sb) {
596 _LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf() const;
597 …_LIBCPP_HIDE_FROM_ABI basic_streambuf<char_type, traits_type>* rdbuf(basic_streambuf<char_type, tr…
661 inline _LIBCPP_HIDE_FROM_ABI basic_streambuf<_CharT, _Traits>* basic_ios<_CharT, _Traits>::rdbuf() …
662 return static_cast<basic_streambuf<char_type, traits_type>*>(ios_base::rdbuf());
667 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<char_type, traits_type>* __sb) {
668 basic_streambuf<char_type, traits_type>* __r = rdbuf();
[all …]
H A Dsyncstream97 : basic_osyncstream(os.rdbuf(), allocator) {}
109 syncbuf_type* rdbuf() const noexcept { return const_cast<syncbuf_type*>(addressof(sb)); }
454 : basic_osyncstream(__os.rdbuf(), __alloc) {}
493 _LIBCPP_HIDE_FROM_ABI syncbuf_type* rdbuf() const noexcept {
H A Dfstream88 basic_filebuf<char_type, traits_type>* rdbuf() const;
127 basic_filebuf<char_type, traits_type>* rdbuf() const;
168 basic_filebuf<char_type, traits_type>* rdbuf() const;
1114 _LIBCPP_HIDE_FROM_ABI basic_filebuf<char_type, traits_type>* rdbuf() const;
1116 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h…
1189 inline basic_filebuf<_CharT, _Traits>* basic_ifstream<_CharT, _Traits>::rdbuf() const {
1270 _LIBCPP_HIDE_FROM_ABI basic_filebuf<char_type, traits_type>* rdbuf() const;
1272 …_LIBCPP_HIDE_FROM_ABI native_handle_type native_handle() const noexcept { return rdbuf()->native_h…
1346 inline basic_filebuf<_CharT, _Traits>* basic_ofstream<_CharT, _Traits>::rdbuf() const {
1432 _LIBCPP_HIDE_FROM_ABI basic_filebuf<char_type, traits_type>* rdbuf() const;
[all …]
H A Dsstream148 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const;
217 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const;
287 basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const;
935 _LIBCPP_HIDE_FROM_ABI basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const {
972 rdbuf()->str(__t);
1072 _LIBCPP_HIDE_FROM_ABI basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const {
1109 rdbuf()->str(__t);
1212 _LIBCPP_HIDE_FROM_ABI basic_stringbuf<char_type, traits_type, allocator_type>* rdbuf() const {
1249 rdbuf()->str(__t);
H A Dlocale140 streambuf* rdbuf() const;
141 streambuf* rdbuf(streambuf* bytebuf);
3394 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf() const { return __bufptr_; }
3395 _LIBCPP_HIDE_FROM_ABI streambuf* rdbuf(streambuf* __bytebuf) {
/freebsd/contrib/sendmail/libsmutil/
H A Dt-lockfile.c95 rdbuf(fd, xbuf) in rdbuf() function
299 if (rdbuf(fd, FIRSTLINE))
301 if (rdbuf(fd, LASTLINE))
/freebsd/contrib/llvm-project/libcxx/src/
H A Diostream.cpp134 ::new (clog) ostream(cerr_ptr->rdbuf()); in DoIOSInit()
143 ::new (wclog) wostream(wcerr_ptr->rdbuf()); in DoIOSInit()
H A Dostream.cpp28 auto* __rdbuf = __os.rdbuf(); in __get_ostream_file()
/freebsd/contrib/kyua/utils/process/
H A Dfdstream.cpp67 rdbuf(&_pimpl->_systembuf); in ifdstream()
/freebsd/contrib/llvm-project/libcxx/include/__ostream/
H A Dbasic_ostream.h155 …if (__os_.rdbuf() && __os_.good() && (__os_.flags() & ios_base::unitbuf) && !uncaught_exception())… in ~sentry()
159 if (__os_.rdbuf()->pubsync() == -1) in ~sentry()
664 if (this->rdbuf()->sputn(__s, __n) != __n) in write()
680 if (this->rdbuf()) { in flush()
683 if (this->rdbuf()->pubsync() == -1) in flush()
699 return this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp()
706 if (this->rdbuf()->pubseekpos(__pos, ios_base::out) == pos_type(-1)) in seekp()
716 if (this->rdbuf()->pubseekoff(__off, __dir, ios_base::out) == pos_type(-1)) in seekp()
/freebsd/contrib/kyua/os/freebsd/utils/
H A Djail.cpp225 std::cerr << child->output().rdbuf(); in create()
300 std::cerr << child->output().rdbuf(); in remove()
/freebsd/contrib/llvm-project/libcxx/include/__iterator/
H A Dostreambuf_iterator.h53 _LIBCPP_HIDE_FROM_ABI ostreambuf_iterator(ostream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in ostreambuf_iterator()
H A Distreambuf_iterator.h71 _LIBCPP_HIDE_FROM_ABI istreambuf_iterator(istream_type& __s) _NOEXCEPT : __sbuf_(__s.rdbuf()) {} in istreambuf_iterator()
/freebsd/contrib/flex/src/
H A Dflex.skl1226 yyin.rdbuf(std::cin.rdbuf());
1234 yyout.rdbuf(std::cout.rdbuf());
1304 YY_CURRENT_BUFFER_LVALUE->yy_input_file = yyin.rdbuf();
1422 yyin(arg_yyin ? arg_yyin->rdbuf() : std::cin.rdbuf()),
1423 yyout(arg_yyout ? arg_yyout->rdbuf() : std::cout.rdbuf())
1431 yyin(arg_yyin.rdbuf()),
1432 yyout(arg_yyout.rdbuf())
1490 yyout.rdbuf(new_out.rdbuf());
1989 yyin.rdbuf(YY_CURRENT_BUFFER_LVALUE->yy_input_file);
2090 b->yy_input_file = file.rdbuf();
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp11918 m_prevBuf( m_originalStream.rdbuf() ) in RedirectedStream()
11920 m_originalStream.rdbuf( m_redirectionStream.rdbuf() ); in RedirectedStream()
11924 m_originalStream.rdbuf( m_prevBuf ); in ~RedirectedStream()
13475 CoutStream() : m_os( Catch::cout().rdbuf() ) {} in CoutStream()