Searched refs:stdio_sync_filebuf (Results 1 – 8 of 8) sorted by relevance
47 extern stdio_sync_filebuf<char> buf_cout_sync;48 extern stdio_sync_filebuf<char> buf_cin_sync;49 extern stdio_sync_filebuf<char> buf_cerr_sync;56 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;57 extern stdio_sync_filebuf<wchar_t> buf_wcin_sync;58 extern stdio_sync_filebuf<wchar_t> buf_wcerr_sync;89 new (&buf_cout_sync) stdio_sync_filebuf<char>(stdout); in Init()90 new (&buf_cin_sync) stdio_sync_filebuf<char>(stdin); in Init()91 new (&buf_cerr_sync) stdio_sync_filebuf<char>(stderr); in Init()106 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()[all …]
85 typedef char fake_stdiobuf[sizeof(stdio_sync_filebuf<char>)]86 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<char>))));98 typedef char fake_wstdiobuf[sizeof(stdio_sync_filebuf<wchar_t>)]99 __attribute__ ((aligned(__alignof__(stdio_sync_filebuf<wchar_t>))));
74 template class stdio_sync_filebuf<char>;76 template class stdio_sync_filebuf<wchar_t>; variable
51 class stdio_sync_filebuf : public std::basic_streambuf<_CharT, _Traits> in _GLIBCXX_BEGIN_NAMESPACE()71 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_BEGIN_NAMESPACE()188 inline stdio_sync_filebuf<char>::int_type189 stdio_sync_filebuf<char>::syncgetc() in syncgetc()193 inline stdio_sync_filebuf<char>::int_type194 stdio_sync_filebuf<char>::syncungetc(int_type __c) in syncungetc()198 inline stdio_sync_filebuf<char>::int_type199 stdio_sync_filebuf<char>::syncputc(int_type __c) in syncputc()204 stdio_sync_filebuf<char>::xsgetn(char* __s, std::streamsize __n) in xsgetn()216 stdio_sync_filebuf<char>::xsputn(const char* __s, std::streamsize __n) in xsputn()[all …]
385 # __gnu_cxx::stdio_sync_filebuf
122 stdio_filebuf.h stdio_sync_filebuf.h functional \
526 ${ext_srcdir}/stdio_sync_filebuf.h \
748 ${ext_srcdir}/stdio_sync_filebuf.h \