/prebuilts/ndk/current/platforms/android-23/arch-x86_64/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/platforms/android-24/arch-arm/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/platforms/android-24/arch-arm64/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/platforms/android-24/arch-mips/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/platforms/android-24/arch-mips64/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/platforms/android-24/arch-x86/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/arpa/ |
nameser.h | 643 int ns_newmsg_init(u_char *buffer, size_t bufsiz, ns_newmsg *);
|
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
fstream.tcc | 81 _M_state_last(), _M_buf(0), _M_buf_size(BUFSIZ),
|
/system/core/adb/ |
commandline.cpp | 306 char raw_buffer[BUFSIZ]; 529 char raw_buffer[BUFSIZ]; [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elf64-x86-64.c | 434 elf_x86_64_write_core_note (bfd *abfd, char *buf, int *bufsiz, 461 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, 470 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, 491 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, 501 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, 512 return elfcore_write_note (abfd, buf, bufsiz, "CORE", note_type, [all...] |
/external/e2fsprogs/e2fsck/ |
unix.c | 756 setvbuf(stdout, NULL, _IONBF, BUFSIZ); 757 setvbuf(stderr, NULL, _IONBF, BUFSIZ); [all...] |
/external/pcre/dist/doc/html/ |
pcregrep.html | 88 Patterns can be no longer than 8K or BUFSIZ bytes, whichever is the greater. 89 BUFSIZ is defined in <b><stdio.h></b>. When there is more than one pattern [all...] |
/external/strace/ |
strace.c | [all...] |
/external/ipsec-tools/src/racoon/ |
racoonctl.c | 1524 static char _addr_buf_[BUFSIZ]; [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 41 #include <cstdio> // For BUFSIZ
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ |
fstream | 41 #include <cstdio> // For BUFSIZ
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ |
fstream | 41 #include <cstdio> // For BUFSIZ
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ |
stdio.h | 19 #define BUFSIZ 512 [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/ |
fstream | 41 #include <cstdio> // For BUFSIZ
|
/system/sepolicy/tools/ |
check_seapp.c | 1046 char line_buf[BUFSIZ];
|
/external/toybox/toys/pending/ |
xzcat.c | 193 static uint8_t in[BUFSIZ]; 194 static uint8_t out[BUFSIZ]; 233 b.out_size = BUFSIZ; [all...] |
/ndk/sources/host-tools/make-3.81/ |
main.c | 1025 setvbuf (stdout, _IOLBF, xmalloc (BUFSIZ), BUFSIZ); 1028 setvbuf (stdout, (char *) 0, _IOLBF, BUFSIZ); [all...] |
/external/netperf/src/ |
nettest_bsd.c | [all...] |
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
vfprintf.c | 124 unsigned char buf[BUFSIZ]; [all...] |
vfwprintf.c | 102 unsigned char buf[BUFSIZ]; [all...] |