Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/src/
Diostream.cpp197 auto_ptr<streambuf> cin_buf; in _S_initialize() local
203 cin_buf.reset(new stdio_istreambuf(stdin)); in _S_initialize()
205 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); in _S_initialize()
224 istream* ptr_cin = new(&cin) istream(cin_buf.get()); cin_buf.release(); in _S_initialize()
311 auto_ptr<streambuf> cin_buf; in sync_with_stdio() local
317 cin_buf.reset(new stdio_istreambuf(stdin)); in sync_with_stdio()
319 cin_buf.reset(_Stl_create_filebuf(stdin, ios_base::in)); in sync_with_stdio()
338 if (cin_buf.get() != 0 && cout_buf.get() != 0 && cerr_buf.get() != 0 && clog_buf.get() != 0) { in sync_with_stdio()
340 delete (&cin)->rdbuf(cin_buf.release()); in sync_with_stdio()