HomeSort by relevance Sort by last modified time
    Searched full:cerr_ptr (Results 1 - 4 of 4) sorted by null

  /external/libcxx/src/
iostream.cpp 40 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2)); local
41 ::new(clog) ostream(cerr_ptr->rdbuf());
43 _VSTD::unitbuf(*cerr_ptr);
44 cerr_ptr->tie(cout_ptr);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
iostream.cpp 40 ostream* cerr_ptr = ::new(cerr) ostream(::new(__cerr) __stdoutbuf<char>(stderr, state_types+2)); local
41 ::new(clog) ostream(cerr_ptr->rdbuf());
43 _VSTD::unitbuf(*cerr_ptr);
44 cerr_ptr->tie(cout_ptr);
  /external/libedit/src/
vis.c 351 int flags, const char *mbextra, int *cerr_ptr)
390 if (cerr_ptr)
391 cerr = *cerr_ptr;
519 if (cerr_ptr)
520 *cerr_ptr = cerr;
600 const char *mbextra, int *cerr_ptr)
602 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, mbextra, cerr_ptr);
685 int *cerr_ptr)
687 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, "", cerr_ptr);
  /prebuilts/clang/linux-x86/host/3.5/lib/
libc++.so 

Completed in 231 milliseconds