Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libstdc++-v3/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;
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 …]
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
/openbsd-src/gnu/gcc/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h51 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_type
189 stdio_sync_filebuf<char>::syncgetc() in syncgetc()
193 inline stdio_sync_filebuf<char>::int_type
194 stdio_sync_filebuf<char>::syncungetc(int_type __c) in syncungetc()
198 inline stdio_sync_filebuf<char>::int_type
199 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 …]
/openbsd-src/gnu/gcc/libstdc++-v3/config/abi/pre/
H A Dgnu.ver385 # __gnu_cxx::stdio_sync_filebuf
/openbsd-src/gnu/lib/libstdc++-v3/
H A DMakefile122 stdio_filebuf.h stdio_sync_filebuf.h functional \
/openbsd-src/gnu/gcc/libstdc++-v3/include/
H A DMakefile.am526 ${ext_srcdir}/stdio_sync_filebuf.h \
H A DMakefile.in748 ${ext_srcdir}/stdio_sync_filebuf.h \