Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++98/
H A Dios_init.cc41 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 …]
H A Dglobals_io.cc82 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>))));
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/src/c++98/
H A Dios_init.cc43 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 …]
H A Dglobals_io.cc83 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>))));
H A Dmisc-inst.cc74 template class stdio_sync_filebuf<char>; variable
76 template class stdio_sync_filebuf<wchar_t>; variable
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h57 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 …]
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/include/ext/
H A Dstdio_sync_filebuf.h57 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 …]
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/src/c++11/
H A Dext11-inst.cc33 template class stdio_sync_filebuf<char>; variable
36 template class stdio_sync_filebuf<wchar_t>; variable
/dflybsd-src/contrib/gcc-4.7/libstdc++-v3/config/abi/pre/
H A Dgnu-versioned-namespace.ver108 # __gnu_cxx::stdio_sync_filebuf
H A Dgnu.ver541 # __gnu_cxx::stdio_sync_filebuf
/dflybsd-src/gnu/lib/gcc47/libstdc++/
H A DMakefile.headers508 ${ext_srcdir}/stdio_sync_filebuf.h \
/dflybsd-src/gnu/lib/gcc80/libstdcxx/headers/
H A DMakefile.headers552 ${ext_srcdir}/stdio_sync_filebuf.h \
/dflybsd-src/contrib/gcc-8.0/libstdc++-v3/config/abi/pre/
H A Dgnu.ver679 # __gnu_cxx::stdio_sync_filebuf