Home
last modified time | relevance | path

Searched refs:stdio_sync_filebuf (Results 1 – 14 of 14) sorted by relevance

/freebsd-12.1/contrib/libstdc++/src/
H A Dios_init.cc47 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 …]
H A Dglobals_io.cc85 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>))));
H A Dmisc-inst.cc74 template class stdio_sync_filebuf<char>;
76 template class stdio_sync_filebuf<wchar_t>; variable
/freebsd-12.1/contrib/libstdc++/include/ext/
H A Dstdio_sync_filebuf.h71 stdio_sync_filebuf(std::__c_file* __f) in _GLIBCXX_BEGIN_NAMESPACE()
188 inline stdio_sync_filebuf<char>::int_type
189 stdio_sync_filebuf<char>::syncgetc() in syncgetc()
193 inline stdio_sync_filebuf<char>::int_type
198 inline stdio_sync_filebuf<char>::int_type
199 stdio_sync_filebuf<char>::syncputc(int_type __c) in syncputc()
221 inline stdio_sync_filebuf<wchar_t>::int_type
222 stdio_sync_filebuf<wchar_t>::syncgetc() in syncgetc()
226 inline stdio_sync_filebuf<wchar_t>::int_type
231 inline stdio_sync_filebuf<wchar_t>::int_type
[all …]
/freebsd-12.1/contrib/libstdc++/
H A DChangeLog-2003637 * 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.h
2588 (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 …]
H A DChangeLog-2004723 * 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 temporary
4368 * include/ext/stdio_sync_filebuf.h (showmanyc): Remove, there's
4370 * 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.
H A DChangeLog-2005444 * include/ext/stdio_sync_filebuf.h: Same.
3528 * testsuite/ext/stdio_sync_filebuf/wchar_t/12077.cc: Likewise.
H A DChangeLog-20064536 * testsuite/ext/stdio_sync_filebuf/wchar_t/1.cc (test01): Same.
/freebsd-12.1/contrib/libstdc++/config/abi/pre/
H A Dgnu.ver385 # __gnu_cxx::stdio_sync_filebuf
/freebsd-12.1/gnu/lib/libstdc++/
H A DMakefile143 stdio_filebuf.h stdio_sync_filebuf.h functional \
/freebsd-12.1/contrib/libstdc++/include/
H A DMakefile.am526 ${ext_srcdir}/stdio_sync_filebuf.h \
H A DMakefile.in748 ${ext_srcdir}/stdio_sync_filebuf.h \
/freebsd-12.1/tools/build/mk/
H A DOptionalObsoleteFiles.inc2174 OLD_FILES+=usr/include/c++/4.2/ext/stdio_sync_filebuf.h
/freebsd-12.1/
H A DObsoleteFiles.inc7187 OLD_FILES+=usr/include/c++/3.4/ext/stdio_sync_filebuf.h