Home
last modified time | relevance | path

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

12345

/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc184 cout.rdbuf(&buf_cout); in sync_with_stdio()
185 cin.rdbuf(&buf_cin); in sync_with_stdio()
186 cerr.rdbuf(&buf_cerr); in sync_with_stdio()
187 clog.rdbuf(&buf_cerr); in sync_with_stdio()
193 wcout.rdbuf(&buf_wcout); in sync_with_stdio()
194 wcin.rdbuf(&buf_wcin); in sync_with_stdio()
195 wcerr.rdbuf(&buf_wcerr); in sync_with_stdio()
196 wclog.rdbuf(&buf_wcerr); in sync_with_stdio()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98/
H A Dios_init.cc184 cout.rdbuf(&buf_cout); in sync_with_stdio()
185 cin.rdbuf(&buf_cin); in sync_with_stdio()
186 cerr.rdbuf(&buf_cerr); in sync_with_stdio()
187 clog.rdbuf(&buf_cerr); in sync_with_stdio()
193 wcout.rdbuf(&buf_wcout); in sync_with_stdio()
194 wcin.rdbuf(&buf_wcin); in sync_with_stdio()
195 wcerr.rdbuf(&buf_wcerr); in sync_with_stdio()
196 wclog.rdbuf(&buf_wcerr); in sync_with_stdio()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common()
286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() function in gzfilestream_common
292 ios( gzfilestream_common::rdbuf() ) in gzifstream()
298 ios( gzfilestream_common::rdbuf() ) in gzifstream()
304 ios( gzfilestream_common::rdbuf() ) in gzifstream()
312 ios( gzfilestream_common::rdbuf() ) in gzofstream()
318 ios( gzfilestream_common::rdbuf() ) in gzofstream()
324 ios( gzfilestream_common::rdbuf() ) in gzofstream()
H A Dzfstream.h62 gzfilebuf *rdbuf();
108 (s.rdbuf())->setcompressionlevel(l); in setcompressionlevel()
114 (s.rdbuf())->setcompressionstrategy(l); in setcompressionstrategy()
/netbsd-src/common/dist/zlib/contrib/iostream/
H A Dzfstream.cpp255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common()
286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() function in gzfilestream_common
292 ios( gzfilestream_common::rdbuf() ) in gzifstream()
298 ios( gzfilestream_common::rdbuf() ) in gzifstream()
304 ios( gzfilestream_common::rdbuf() ) in gzifstream()
312 ios( gzfilestream_common::rdbuf() ) in gzofstream()
318 ios( gzfilestream_common::rdbuf() ) in gzofstream()
324 ios( gzfilestream_common::rdbuf() ) in gzofstream()
H A Dzfstream.h62 gzfilebuf *rdbuf();
108 (s.rdbuf())->setcompressionlevel(l); in setcompressionlevel()
114 (s.rdbuf())->setcompressionstrategy(l); in setcompressionstrategy()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream/
H A Dzfstream.cpp255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common()
286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() function in gzfilestream_common
292 ios( gzfilestream_common::rdbuf() ) in gzifstream()
298 ios( gzfilestream_common::rdbuf() ) in gzifstream()
304 ios( gzfilestream_common::rdbuf() ) in gzifstream()
312 ios( gzfilestream_common::rdbuf() ) in gzofstream()
318 ios( gzfilestream_common::rdbuf() ) in gzofstream()
324 ios( gzfilestream_common::rdbuf() ) in gzofstream()
H A Dzfstream.h62 gzfilebuf *rdbuf();
108 (s.rdbuf())->setcompressionlevel(l); in setcompressionlevel()
114 (s.rdbuf())->setcompressionstrategy(l); in setcompressionstrategy()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
H A Dzfstream.cpp255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common()
286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() function in gzfilestream_common
292 ios( gzfilestream_common::rdbuf() ) in gzifstream()
298 ios( gzfilestream_common::rdbuf() ) in gzifstream()
304 ios( gzfilestream_common::rdbuf() ) in gzifstream()
312 ios( gzfilestream_common::rdbuf() ) in gzofstream()
318 ios( gzfilestream_common::rdbuf() ) in gzofstream()
324 ios( gzfilestream_common::rdbuf() ) in gzofstream()
H A Dzfstream.h62 gzfilebuf *rdbuf();
108 (s.rdbuf())->setcompressionlevel(l); in setcompressionlevel()
114 (s.rdbuf())->setcompressionstrategy(l); in setcompressionstrategy()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream/
H A Dzfstream.cpp255 ios( gzfilestream_common::rdbuf() ) in gzfilestream_common()
286 gzfilebuf *gzfilestream_common::rdbuf() in rdbuf() function in gzfilestream_common
292 ios( gzfilestream_common::rdbuf() ) in gzifstream()
298 ios( gzfilestream_common::rdbuf() ) in gzifstream()
304 ios( gzfilestream_common::rdbuf() ) in gzifstream()
312 ios( gzfilestream_common::rdbuf() ) in gzofstream()
318 ios( gzfilestream_common::rdbuf() ) in gzofstream()
324 ios( gzfilestream_common::rdbuf() ) in gzofstream()
H A Dzfstream.h62 gzfilebuf *rdbuf();
108 (s.rdbuf())->setcompressionlevel(l); in setcompressionlevel()
114 (s.rdbuf())->setcompressionstrategy(l); in setcompressionstrategy()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Distream.tcc58 __streambuf_type* __sb = __in.rdbuf(); in sentry()
221 if (!__copy_streambufs_eof(this->rdbuf(), __sbout, __ineof)) in operator >>()
255 __c = this->rdbuf()->sbumpc(); in get()
289 const int_type __cb = this->rdbuf()->sbumpc(); in get()
328 __streambuf_type* __sb = this->rdbuf(); in get()
375 __streambuf_type* __this_sb = this->rdbuf(); in get()
419 __streambuf_type* __sb = this->rdbuf(); in getline()
478 __streambuf_type* __sb = this->rdbuf(); in ignore()
511 __streambuf_type* __sb = this->rdbuf(); in ignore()
573 __streambuf_type* __sb = this->rdbuf(); in ignore()
[all …]
H A Dostream.tcc128 if (!__copy_streambufs(__sbin, this->rdbuf())) in operator <<()
163 const int_type __put = this->rdbuf()->sputc(__c); in put()
219 if (this->rdbuf() && this->rdbuf()->pubsync() == -1) in flush()
243 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp()
267 const pos_type __p = this->rdbuf()->pubseekpos(__pos, in seekp()
299 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
H A Dbasic_ios.tcc43 if (this->rdbuf()) in clear()
53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf() function in std::basic_ios
119 if (this->rdbuf() != 0) in imbue()
120 this->rdbuf()->pubimbue(__loc); in imbue()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Distream.tcc59 __streambuf_type* __sb = __in.rdbuf(); in sentry()
238 if (!__copy_streambufs_eof(this->rdbuf(), __sbout, __ineof)) in operator >>()
272 __c = this->rdbuf()->sbumpc(); in get()
306 const int_type __cb = this->rdbuf()->sbumpc(); in get()
345 __streambuf_type* __sb = this->rdbuf(); in get()
392 __streambuf_type* __this_sb = this->rdbuf(); in get()
443 __streambuf_type* __sb = this->rdbuf(); in getline()
502 __streambuf_type* __sb = this->rdbuf(); in ignore()
535 __streambuf_type* __sb = this->rdbuf(); in ignore()
605 __streambuf_type* __sb = this->rdbuf(); in ignore()
[all …]
H A Dostream.tcc133 if (!__copy_streambufs(__sbin, this->rdbuf())) in operator <<()
168 const int_type __put = this->rdbuf()->sputc(__c); in put()
203 if (this->rdbuf()->sputn(__s, __n) != __n) in write()
229 if (__streambuf_type* __buf = this->rdbuf()) in flush()
237 if (this->rdbuf()->pubsync() == -1) in flush()
262 __ret = this->rdbuf()->pubseekoff(0, ios_base::cur, ios_base::out); in tellp()
276 const pos_type __p = this->rdbuf()->pubseekpos(__pos, ios_base::out); in seekp()
295 const pos_type __p = this->rdbuf()->pubseekoff(__off, __dir, in seekp()
H A Dbasic_ios.tcc43 if (this->rdbuf()) in clear()
53 basic_ios<_CharT, _Traits>::rdbuf(basic_streambuf<_CharT, _Traits>* __sb) in rdbuf() function in std::basic_ios
119 if (this->rdbuf() != 0) in imbue()
120 this->rdbuf()->pubimbue(__loc); in imbue()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
H A Dtest.cc28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
32 outf.rdbuf()->pubsetbuf(0,0); in main()
41 inf.rdbuf()->pubsetbuf(0,0); in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd-src/common/dist/zlib/contrib/iostream3/
H A Dtest.cc28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
32 outf.rdbuf()->pubsetbuf(0,0); in main()
41 inf.rdbuf()->pubsetbuf(0,0); in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
H A Dtest.cc28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
32 outf.rdbuf()->pubsetbuf(0,0); in main()
41 inf.rdbuf()->pubsetbuf(0,0); in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
H A Dtest.cc28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
32 outf.rdbuf()->pubsetbuf(0,0); in main()
41 inf.rdbuf()->pubsetbuf(0,0); in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
H A Dtest.cc28 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
32 outf.rdbuf()->pubsetbuf(0,0); in main()
41 inf.rdbuf()->pubsetbuf(0,0); in main()
44 std::cout << buf << "\t(" << inf.rdbuf()->in_avail() << " chars left in buffer)\n"; in main()
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Distream548 typename _Traits::int_type __i = __is.rdbuf()->sgetc();
558 __is.rdbuf()->sbumpc();
653 typename _Traits::int_type __i = __is.rdbuf()->sbumpc();
708 typename traits_type::int_type __i = this->rdbuf()->sgetc();
719 this->rdbuf()->sbumpc();
762 __r = this->rdbuf()->sbumpc();
800 int_type __i = this->rdbuf()->sgetc();
811 this->rdbuf()->sbumpc();
860 typename traits_type::int_type __i = this->rdbuf()->sgetc();
872 this->rdbuf()->sbumpc();
[all …]
/netbsd-src/sys/fs/ntfs/
H A Dntfs_subr.c773 void * rdbuf = NULL; /* Buffer to read directory's blocks */ in ntfs_ntlookupfile() local
814 rdbuf = malloc(blsize, M_TEMP, M_WAITOK); in ntfs_ntlookupfile()
821 0, rdsize, rdbuf, NULL); in ntfs_ntlookupfile()
828 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff); in ntfs_ntlookupfile()
832 iep = (struct attr_indexentry *) ((char *)rdbuf + aoff)) in ntfs_ntlookupfile()
914 cn = *(cn_t *) ((char *)rdbuf + aoff + in ntfs_ntlookupfile()
919 ntfs_cntob(cn), rdsize, rdbuf, NULL); in ntfs_ntlookupfile()
924 rdbuf, rdsize); in ntfs_ntlookupfile()
928 aoff = (((struct attr_indexalloc *) rdbuf)->ia_hdrsize + in ntfs_ntlookupfile()
937 "$I30", ntfs_cntob(cn), rdsize, rdbuf, NULL); in ntfs_ntlookupfile()
[all …]

12345