/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
diagnostic-core.h | 82 #ifdef BUFSIZ
|
/bionic/libc/upstream-openbsd/lib/libc/stdio/ |
fvwrite.c | 81 * Unbuffered: write up to BUFSIZ bytes at a time. 85 w = (*fp->_write)(fp->_cookie, p, MIN(len, BUFSIZ));
|
open_wmemstream.c | 142 st->size = BUFSIZ * sizeof(wchar_t);
|
/external/libcxx/test/std/input.output/file.streams/c.files/ |
cstdio.pass.cpp | 15 #ifndef BUFSIZ 16 #error BUFSIZ not defined
|
/external/wpa_supplicant_8/src/utils/ |
xml_libxml2.c | 205 int bufsiz; local 213 xmlDocDumpFormatMemory(doc, &buf, &bufsiz, 0);
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/ |
cstdio.pass.cpp | 15 #ifndef BUFSIZ 16 #error BUFSIZ not defined
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
audiodev.py | 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels() 253 data = af.readframes(BUFSIZ)
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
audiodev.py | 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels() 253 data = af.readframes(BUFSIZ)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
audiodev.py | 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels() 253 data = af.readframes(BUFSIZ)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
audiodev.py | 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels() 253 data = af.readframes(BUFSIZ)
|
/external/ipsec-tools/src/libipsec/ |
pfkey.c | 1715 int bufsiz = 128 * 1024; \/*is 128K enough?*\/ local [all...] |
/external/valgrind/coregrind/m_aspacemgr/ |
aspacemgr-common.c | 286 Int ML_(am_readlink)(const HChar* path, HChar* buf, UInt bufsiz) 291 (UWord)path, (UWord)buf, bufsiz); 294 (UWord)buf, bufsiz); 296 res = VG_(do_syscall3)(__NR_readlink, (UWord)path, (UWord)buf, bufsiz); 299 (UWord)buf, bufsiz);
|
/toolchain/binutils/binutils-2.25/bfd/ |
elfxx-aarch64.c | 538 _bfd_aarch64_elf_write_core_note (bfd *abfd, char *buf, int *bufsiz, int note_type, 557 return elfcore_write_note (abfd, buf, bufsiz, "CORE", 579 return elfcore_write_note (abfd, buf, bufsiz, "CORE",
|
/external/netperf/src/ |
nettest_dlpi.c | 397 char dlsap[BUFSIZ]; 454 dlsap_len = BUFSIZ; [all...] |
netsh.c | 106 test_name[BUFSIZ] = "TCP_STREAM", /* which test to run */ 115 char local_fill_file[BUFSIZ] = ""; 444 char arg1[BUFSIZ],arg2[BUFSIZ]; 592 char arg1[BUFSIZ], /* argument holders */ 593 arg2[BUFSIZ]; [all...] |
/external/libcxx/include/ |
cstdio | 19 BUFSIZ
|
/external/selinux/libselinux/src/ |
label_android_property.c | 134 char line_buf[BUFSIZ];
|
/external/valgrind/include/ |
pub_tool_libcfile.h | 94 extern SSizeT VG_(readlink)( const HChar* path, HChar* buf, SizeT bufsiz);
|
/system/core/adb/ |
console.cpp | 139 char buf[BUFSIZ];
|
/system/core/base/ |
file.cpp | 41 char buf[BUFSIZ];
|
/system/vold/ |
Utils.cpp | 359 char buf[BUFSIZ]; 649 status_t SaneReadLinkAt(int dirfd, const char* path, char* buf, size_t bufsiz) { 650 ssize_t len = readlinkat(dirfd, path, buf, bufsiz); 653 } else if (len == (ssize_t) bufsiz) {
|
Utils.h | 117 status_t SaneReadLinkAt(int dirfd, const char* path, char* buf, size_t bufsiz);
|
/external/google-breakpad/src/client/mac/handler/ |
breakpad_nlist_64.cc | 345 nlist_type space[BUFSIZ/sizeof (nlist_type)]; 358 char nambuf[BUFSIZ];
|
/external/zlib/src/contrib/iostream3/ |
zfstream.cc | 12 #include <cstdio> // for BUFSIZ 15 #define BIGBUFSIZE BUFSIZ
|
/hardware/ti/omap3/dspbridge/inc/ |
dynamic_loader.h | 185 * bufsiz Amount of data desired in sizeof() units 197 void *buffer, unsigned bufsiz);
|