/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/ |
stdio.h | 182 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/ |
stdio.h | 182 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/ |
stdio.h | 174 #define BUFSIZ 1024 /* size of buffer used by setbuf */
|
/external/e2fsprogs/misc/ |
fsck.c | 1260 setvbuf(stdout, NULL, _IONBF, BUFSIZ); 1261 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
|
/external/llvm/lib/Support/ |
raw_ostream.cpp | 76 // BUFSIZ is intended to be a reasonable default. 77 return BUFSIZ;
|
/external/netperf/src/ |
netserver.c | 1275 char arg1[BUFSIZ], arg2[BUFSIZ]; [all...] |
nettest_sdp.c | [all...] |
nettest_sctp.c | [all...] |
/frameworks/base/core/jni/ |
android_os_Debug.cpp | 968 char buf[BUFSIZ]; 969 while (size_t n = fread(buf, sizeof(char), BUFSIZ, in)) { [all...] |
/ndk/sources/host-tools/make-3.81/ |
dir.c | 432 char fs_label[BUFSIZ]; 433 char fs_type[BUFSIZ];
|
/toolchain/binutils/binutils-2.25/binutils/ |
ar.c | 1022 We defer opening the new file until after we have read a BUFSIZ chunk of the 1024 one. Since most members are shorter than BUFSIZ, this means we will read [all...] |
/external/e2fsprogs/debugfs/ |
debugfs.c | 39 #ifndef BUFSIZ 40 #define BUFSIZ 8192 [all...] |
/bootable/recovery/updater/ |
install.cpp | [all...] |
/external/compiler-rt/lib/msan/ |
msan_interceptors.cc | 126 INTERCEPTOR(SSIZE_T, readlink, const char *path, char *buf, SIZE_T bufsiz) { 129 SSIZE_T res = REAL(readlink)(path, buf, bufsiz); [all...] |
/external/pcre/dist/doc/ |
pcregrep.1 | 60 Patterns can be no longer than 8K or BUFSIZ bytes, whichever is the greater. 61 BUFSIZ is defined in \fB<stdio.h>\fP. When there is more than one pattern [all...] |
pcregrep.txt | 60 Patterns can be no longer than 8K or BUFSIZ bytes, whichever is the 61 greater. BUFSIZ is defined in <stdio.h>. When there is more than one [all...] |
/toolchain/binutils/binutils-2.25/gprof/ |
cg_print.c | 119 char buf[BUFSIZ]; 473 char buf[BUFSIZ]; [all...] |
/bionic/libc/dns/resolv/ |
res_init.c | 176 char buf[BUFSIZ];
|
/bionic/tests/ |
fortify_test.cpp | 1010 char buf[BUFSIZ];
|