HomeSort by relevance Sort by last modified time
    Searched full:setbuf (Results 26 - 50 of 499) sorted by null

12 3 4 5 6 7 8 91011>>

  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
cstdio 54 void setbuf(FILE* restrict stream, char* restrict buf);
132 using ::setbuf;
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)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
cstdio 81 #undef setbuf
128 using ::setbuf;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
cstdio 81 #undef setbuf
128 using ::setbuf;
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 81 #undef setbuf
128 using ::setbuf;
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 84 #undef setbuf
131 using ::setbuf;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
cstdio 81 #undef setbuf
128 using ::setbuf;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
cstdio 84 #undef setbuf
131 using ::setbuf;
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/
cstdio 82 #undef setbuf
129 using ::setbuf;
  /external/e2fsprogs/e2fsck/
mtrace.c 148 setbuf (mallstream, mallbuf);
  /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/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/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;

Completed in 775 milliseconds

12 3 4 5 6 7 8 91011>>