Searched refs:cout_ptr (Results 1 – 1 of 1) sorted by relevance
132 ostream* cout_ptr = ::new (cout) ostream(::new (__cout) __stdoutbuf<char>(stdout, &mb_cout)); in DoIOSInit() local135 cin_ptr->tie(cout_ptr); in DoIOSInit()137 cerr_ptr->tie(cout_ptr); in DoIOSInit()152 ostream* cout_ptr = reinterpret_cast<ostream*>(cout); in ~DoIOSInit() local153 cout_ptr->flush(); in ~DoIOSInit()