HomeSort by relevance Sort by last modified time
    Searched defs:setbuf (Results 26 - 29 of 29) sorted by null

12

  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_sstream.c 256 // According to the C++ standard the effects of setbuf are implementation
257 // defined, except that setbuf(0, 0) has no effect. In this implementation,
258 // setbuf(<anything>, n), for n > 0, calls reserve(n) on the underlying
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) { function in class:_Alloc
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_fstream.c 268 basic_filebuf<_CharT, _Traits>::setbuf(_CharT* __buf, streamsize __n) { function in class:_Traits
_sstream.c 256 // According to the C++ standard the effects of setbuf are implementation
257 // defined, except that setbuf(0, 0) has no effect. In this implementation,
258 // setbuf(<anything>, n), for n > 0, calls reserve(n) on the underlying
262 basic_stringbuf<_CharT, _Traits, _Alloc>::setbuf(_CharT*, streamsize __n) { function in class:_Alloc
  /external/llvm/include/llvm/Target/
TargetLibraryInfo.h 516 /// void setbuf(FILE *stream, char *buf);
517 setbuf, enumerator in enum:llvm::LibFunc::Func

Completed in 727 milliseconds

12