/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_sstream.h | 89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 463 /// void setbuf(FILE *stream, char *buf); 464 setbuf, enumerator in enum:llvm::LibFunc::Func
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/ |
fstream.tcc | 51 // (either allocated or provided by the user via setbuf). 657 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/ |
streambuf | 235 { return this->setbuf(__s, __n); } 567 setbuf(char_type*, streamsize)
|
fstream | 343 setbuf(char_type* __s, streamsize __n); 379 * __off == -1 upon open, setbuf, seekoff/pos ('uncommitted' mode).
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/ |
fstream.tcc | 53 // (either allocated or provided by the user via setbuf). 686 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ |
streambuf | 238 { return this->setbuf(__s, __n); } 571 setbuf(char_type*, streamsize)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/ |
fstream.tcc | 53 // (either allocated or provided by the user via setbuf). 686 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ |
streambuf | 238 { return this->setbuf(__s, __n); } 571 setbuf(char_type*, streamsize)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 51 // (either allocated or provided by the user via setbuf). 657 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ |
streambuf | 235 { return this->setbuf(__s, __n); } 567 setbuf(char_type*, streamsize)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 51 // (either allocated or provided by the user via setbuf). 657 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ |
streambuf | 235 { return this->setbuf(__s, __n); } 567 setbuf(char_type*, streamsize)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
fstream.tcc | 51 // (either allocated or provided by the user via setbuf). 657 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ |
streambuf | 235 { return this->setbuf(__s, __n); } 567 setbuf(char_type*, streamsize)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
fstream.tcc | 51 // (either allocated or provided by the user via setbuf). 657 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ |
streambuf | 235 { return this->setbuf(__s, __n); } 567 setbuf(char_type*, streamsize)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
fstream.tcc | 53 // (either allocated or provided by the user via setbuf). 686 setbuf(char_type* __s, streamsize __n)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ |
streambuf | 238 { return this->setbuf(__s, __n); } 571 setbuf(char_type*, streamsize)
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
fstream.tcc | 53 // (either allocated or provided by the user via setbuf). 686 setbuf(char_type* __s, streamsize __n)
|
/external/llvm/lib/Target/ |
TargetLibraryInfo.cpp | 246 "setbuf",
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/ |
i686-linux-gcov | |
/bootable/recovery/ |
recovery.cpp | 844 freopen(TEMPORARY_LOG_FILE, "a", stdout); setbuf(stdout, NULL); 845 freopen(TEMPORARY_LOG_FILE, "a", stderr); setbuf(stderr, NULL); [all...] |
/external/clang/test/Analysis/ |
malloc.c | 734 // Test setbuf, setvbuf. 742 setbuf(__stdoutp, p);
|
/external/e2fsprogs/misc/ |
badblocks.c | 999 setbuf(stdout, NULL); 1000 setbuf(stderr, NULL);
|