HomeSort by relevance Sort by last modified time
    Searched full:setbuf (Results 51 - 75 of 687) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/
cstdio 85 #undef setbuf
135 using ::setbuf;
  /external/e2fsprogs/e2fsck/
mtrace.c 148 setbuf (mallstream, mallbuf);
  /external/libcxx/include/
streambuf 86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
187 virtual basic_streambuf* setbuf(char_type* __s, streamsize __n);
246 return setbuf(__s, __n);
457 basic_streambuf<_CharT, _Traits>::setbuf(char_type*, streamsize)
  /external/stlport/src/
stdio_streambuf.h 59 streambuf* setbuf(char*, streamsize);
  /external/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/valgrind/main/memcheck/tests/vbit-test/
main.c 93 setbuf(stdout, NULL); // make stdout unbuffered
  /external/zlib/src/contrib/iostream3/
zfstream.h 133 * Call setbuf(0,0) to enable unbuffered output.
136 setbuf(char_type* p,
205 * entire life span of the gzfilebuf object, unless replaced by setbuf.
213 * Modified by setbuf.
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
streambuf 86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
187 virtual basic_streambuf* setbuf(char_type* __s, streamsize __n);
246 return setbuf(__s, __n);
457 basic_streambuf<_CharT, _Traits>::setbuf(char_type*, streamsize)
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.h 59 streambuf* setbuf(char*, streamsize);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/
_cstdio.h 107 using _STLP_VENDOR_CSTD::setbuf;
_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/llvm-libc++/libcxx/include/
streambuf 86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
187 virtual basic_streambuf* setbuf(char_type* __s, streamsize __n);
246 return setbuf(__s, __n);
457 basic_streambuf<_CharT, _Traits>::setbuf(char_type*, streamsize)
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 136 using std::setbuf;

Completed in 2293 milliseconds

1 23 4 5 6 7 8 91011>>