Searched refs:stdio_sync_filebuf (Results 1 – 14 of 14) 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;169 buf_cout_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()170 buf_cin_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()171 buf_cerr_sync.~stdio_sync_filebuf<char>(); in sync_with_stdio()174 buf_wcout_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()175 buf_wcin_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()[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
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_type198 inline stdio_sync_filebuf<char>::int_type199 stdio_sync_filebuf<char>::syncputc(int_type __c) in syncputc()221 inline stdio_sync_filebuf<wchar_t>::int_type222 stdio_sync_filebuf<wchar_t>::syncgetc() in syncgetc()226 inline stdio_sync_filebuf<wchar_t>::int_type231 inline stdio_sync_filebuf<wchar_t>::int_type[all …]
637 * testsuite/ext/stdio_sync_filebuf/char/1.cc: New.638 * testsuite/ext/stdio_sync_filebuf/char/12048-1.cc: New.639 * testsuite/ext/stdio_sync_filebuf/char/12048-2.cc: New.640 * testsuite/ext/stdio_sync_filebuf/char/12048-3.cc: New.641 * testsuite/ext/stdio_sync_filebuf/char/12048-4.cc: New.642 * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc: New.2587 * include/ext/stdio_sync_filebuf.h2588 (stdio_sync_filebuf::_M_unget_buf): Declare it.2589 (stdio_sync_filebuf::stdio_sync_filebuf): Initialize _M_unget_buf.4705 * include/ext/stdio_sync_filebuf.h: Same.[all …]
723 * include/ext/stdio_sync_filebuf.h: Same.738 include/ext/stdio_sync_filebuf.h, include/std/std_algorithm.h,938 * include/ext/stdio_sync_filebuf.h: Same.2778 * config/linker-map.gnu: Add stdio_sync_filebuf::file exports.3338 * include/ext/stdio_sync_filebuf.h (stdio_sync_filebuf::file): New.3821 * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Fix temporary4368 * include/ext/stdio_sync_filebuf.h (showmanyc): Remove, there's4370 * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: New.5351 __gnu_cxx::stdio_sync_filebuf<char, std::char_traits<char> >.6259 use __gnu_cxx::stdio_sync_filebuf<char> instead; allow buffered stream.
444 * include/ext/stdio_sync_filebuf.h: Same.3528 * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
4536 * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
385 # __gnu_cxx::stdio_sync_filebuf
143 stdio_filebuf.h stdio_sync_filebuf.h functional \
526 ${ext_srcdir}/stdio_sync_filebuf.h \
748 ${ext_srcdir}/stdio_sync_filebuf.h \
2174 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
7187 OLD_FILES+=usr/include/c++/3.4/ext/stdio_sync_filebuf.h