/bionic/tests/ |
fcntl_test.cpp | 190 char buf[BUFSIZ]; 225 char buf1[BUFSIZ]; 231 char buf2[BUFSIZ];
|
stdio_test.cpp | 256 char buf[BUFSIZ]; 262 char buf[BUFSIZ]; 269 char buf[BUFSIZ]; 294 char buf[BUFSIZ]; 395 T buf[BUFSIZ]; 439 char buf[BUFSIZ]; 445 char buf[BUFSIZ]; 451 char buf[BUFSIZ]; 461 char buf[BUFSIZ]; 471 char buf[BUFSIZ]; [all...] |
utils.h | 61 char line[BUFSIZ];
|
/external/e2fsprogs/lib/ss/ |
listen.c | 53 char input[BUFSIZ]; 80 if (fgets(input, BUFSIZ, stdin) == input) 85 input[BUFSIZ-1] = 0;
|
list_rqs.c | 33 char buffer[BUFSIZ];
|
/packages/apps/Launcher3/src/com/android/launcher3/testing/ |
MemoryDumpActivity.java | 54 final int BUFSIZ = 256 * 1024; // 256K 55 final byte[] buf = new byte[BUFSIZ]; 70 while ( 0 < (len = is.read(buf, 0, BUFSIZ)) ) {
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_filebuf.h | 78 size_t __size = static_cast<size_t>(BUFSIZ)); 84 * in chars. Defaults to system's @c BUFSIZ. 91 size_t __size = static_cast<size_t>(BUFSIZ));
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/ |
stdio_filebuf.h | 78 size_t __size = static_cast<size_t>(BUFSIZ)); 84 * in chars. Defaults to system's @c BUFSIZ. 91 size_t __size = static_cast<size_t>(BUFSIZ));
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/ |
stdio_filebuf.h | 78 size_t __size = static_cast<size_t>(BUFSIZ)); 84 * in chars. Defaults to system's @c BUFSIZ. 91 size_t __size = static_cast<size_t>(BUFSIZ));
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ext/ |
stdio_filebuf.h | 78 size_t __size = static_cast<size_t>(BUFSIZ)); 84 * in chars. Defaults to system's @c BUFSIZ. 91 size_t __size = static_cast<size_t>(BUFSIZ));
|
/external/valgrind/coregrind/ |
launcher-linux.c | 415 unsigned bufsiz = 0; local 419 bufsiz += 500; 420 buf = realloc(buf, bufsiz); 423 r = readlink(linkname, buf, bufsiz); 436 if (r == bufsiz) continue; // buffer to small; retry 438 assert(r < bufsiz); // paranoia
|
m_libcfile.c | 83 static SizeT bufsiz = 0; local 86 bufsiz = 500; 87 buf = VG_(malloc)("resolve_filename", bufsiz); 100 SSizeT res = VG_(readlink)(tmp, buf, bufsiz); 102 if (res == bufsiz) { // buffer too small; increase and retry 103 bufsiz += 500; 104 buf = VG_(realloc)("resolve_filename", buf, bufsiz); 107 vg_assert(bufsiz > res); // paranoia 641 SSizeT VG_(readlink) (const HChar* path, HChar* buf, SizeT bufsiz) 644 /* res = readlink( path, buf, bufsiz ); */ [all...] |
/bionic/libc/bionic/ |
mntent.cpp | 35 static ThreadLocalBuffer<char, BUFSIZ> g_getmntent_strings_tls_buffer;
|
pthread_attr.cpp | 123 char line[BUFSIZ]; 168 char line[BUFSIZ];
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vdprintf.c | 55 unsigned char buf[BUFSIZ];
|
open_memstream.c | 132 st->size = BUFSIZ;
|
/external/libselinux/src/ |
init.c | 29 char buf[BUFSIZ], *p;
|
/external/bison/lib/ |
spawn-pipe.h | 120 * will produce, the usual technique of calling read (fd, buf, BUFSIZ) 121 * with a fixed BUFSIZ will, on Linux 2.2.17 and on BSD systems, cause
|
/external/libcxx/test/std/depr/depr.c.headers/ |
stdio_h.pass.cpp | 16 #ifndef BUFSIZ 17 #error BUFSIZ not defined
|
/external/netperf/src/ |
netsh.h | 189 test_name[BUFSIZ]; 192 local_fill_file[BUFSIZ],
|
/libcore/ojluni/src/main/native/ |
Character.cpp | 27 #include <stdio.h> // For BUFSIZ 158 char buf[BUFSIZ]; // TODO: is there a more sensible upper bound?
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/ |
stdio_h.pass.cpp | 15 #ifndef BUFSIZ 16 #error BUFSIZ not defined
|
/toolchain/binutils/binutils-2.25/bfd/ |
elf.c | [all...] |
/external/e2fsprogs/e2fsck/ |
mtrace.c | 39 static char mallbuf[BUFSIZ]; /* Buffer for the output. */
|
/external/libjpeg-turbo/md5/ |
md5hl.c | 51 unsigned char buffer[BUFSIZ];
|