Home
last modified time | relevance | path

Searched refs:buf_wcout_sync (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/libstdc++/src/
Dios_init.cc56 extern stdio_sync_filebuf<wchar_t> buf_wcout_sync;
106 new (&buf_wcout_sync) stdio_sync_filebuf<wchar_t>(stdout); in Init()
110 new (&wcout) wostream(&buf_wcout_sync); in Init()
174 buf_wcout_sync.~stdio_sync_filebuf<wchar_t>(); in sync_with_stdio()
Dglobals_io.cc100 fake_wstdiobuf buf_wcout_sync; variable
/trueos/contrib/libstdc++/
DChangeLog-20035250 buf_wcout_sync, buf_wcin_sync, buf_wcerr_sync): Define.