Searched refs:stdio_sync_filebuf (Results 1 – 13 of 13) sorted by relevance
41 extern stdio_sync_filebuf<char> buf_cout_sync;42 extern stdio_sync_filebuf<char> buf_cin_sync;43 extern stdio_sync_filebuf<char> buf_cerr_sync;50 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;51 extern stdio_sync_filebuf<wchar_t> buf_wcin_sync;52 extern stdio_sync_filebuf<wchar_t> buf_wcerr_sync;85 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()86 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin); in Init()87 new (&buf_cerr_sync) stdio_sync_filebuf<char>(stderr); in Init()102 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()[all …]
82 typedef char fake_stdiobuf[sizeof(stdio_sync_filebuf<char>)]83 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));95 typedef char fake_wstdiobuf[sizeof(stdio_sync_filebuf<wchar_t>)]96 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
43 extern stdio_sync_filebuf<char> buf_cout_sync;44 extern stdio_sync_filebuf<char> buf_cin_sync;45 extern stdio_sync_filebuf<char> buf_cerr_sync;52 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;53 extern stdio_sync_filebuf<wchar_t> buf_wcin_sync;54 extern stdio_sync_filebuf<wchar_t> buf_wcerr_sync;87 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()88 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin); in Init()89 new (&buf_cerr_sync) stdio_sync_filebuf<char>(stderr); in Init()104 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()[all …]
83 typedef char fake_stdiobuf[sizeof(stdio_sync_filebuf<char>)]84 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));96 typedef char fake_wstdiobuf[sizeof(stdio_sync_filebuf<wchar_t>)]97 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
74 template class stdio_sync_filebuf<char>; variable76 template class stdio_sync_filebuf<wchar_t>; variable
57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()79 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_VISIBILITY()84 stdio_sync_filebuf(stdio_sync_filebuf&& __fb) noexcept in _GLIBCXX_VISIBILITY()92 stdio_sync_filebuf& in _GLIBCXX_VISIBILITY()93 operator=(stdio_sync_filebuf&& __fb) noexcept in _GLIBCXX_VISIBILITY()102 swap(stdio_sync_filebuf& __fb) in _GLIBCXX_VISIBILITY()223 inline stdio_sync_filebuf<char>::int_type in _GLIBCXX_VISIBILITY()224 stdio_sync_filebuf<char>::syncgetc() in _GLIBCXX_VISIBILITY()228 inline stdio_sync_filebuf<char>::int_type in _GLIBCXX_VISIBILITY()229 stdio_sync_filebuf<char>::syncungetc(int_type __c) in _GLIBCXX_VISIBILITY()[all …]
57 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_VISIBILITY()77 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_VISIBILITY()194 inline stdio_sync_filebuf<char>::int_type in _GLIBCXX_VISIBILITY()195 stdio_sync_filebuf<char>::syncgetc() in _GLIBCXX_VISIBILITY()199 inline stdio_sync_filebuf<char>::int_type in _GLIBCXX_VISIBILITY()200 stdio_sync_filebuf<char>::syncungetc(int_type __c) in _GLIBCXX_VISIBILITY()204 inline stdio_sync_filebuf<char>::int_type in _GLIBCXX_VISIBILITY()205 stdio_sync_filebuf<char>::syncputc(int_type __c) in _GLIBCXX_VISIBILITY()210 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()222 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) in _GLIBCXX_VISIBILITY()[all …]
33 template class stdio_sync_filebuf<char>; variable36 template class stdio_sync_filebuf<wchar_t>; variable
108 # __gnu_cxx::stdio_sync_filebuf
541 # __gnu_cxx::stdio_sync_filebuf
508 ${ext_srcdir}/stdio_sync_filebuf.h \
552 ${ext_srcdir}/stdio_sync_filebuf.h \
679 # __gnu_cxx::stdio_sync_filebuf