HomeSort by relevance Sort by last modified time
    Searched refs:BUFSIZ (Results 126 - 150 of 217) sorted by null

1 2 3 4 56 7 8 9

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
open_memstream.c 132 st->size = BUFSIZ;
open_wmemstream.c 142 st->size = BUFSIZ * sizeof(wchar_t);
  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fvwrite.c 103 * Unbuffered: write up to BUFSIZ bytes at a time.
108 (int)MIN(len, BUFSIZ));
  /external/oj-libjdwp/src/share/back/
log_messages.c 160 (void)setvbuf(log_file, NULL, _IOLBF, BUFSIZ);
  /system/vold/
CheckEncryption.cpp 107 char buf[BUFSIZ];
secdiscard.cpp 149 char buf[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/python/cpython2/Lib/
audiodev.py 251 BUFSIZ = af.getframerate()/af.getsampwidth()/af.getnchannels()
253 data = af.readframes(BUFSIZ)
  /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)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
tokenizer.c 735 if ((tok->buf = (char *)PyMem_MALLOC(BUFSIZ)) == NULL) {
740 tok->end = tok->buf + BUFSIZ;
915 PyMem_MALLOC(BUFSIZ);
920 tok->end = tok->buf + BUFSIZ;
948 Py_ssize_t newsize = curvalid + BUFSIZ;
    [all...]
  /bionic/tests/
netdb_test.cpp 305 char buf[BUFSIZ];
316 char buf[BUFSIZ];
328 char buf[BUFSIZ];
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
fileio.c 37 #if BUFSIZ < (8*1024)
39 #elif (BUFSIZ >= (2 << 25))
40 #error "unreasonable BUFSIZ > 64MB defined"
42 #define SMALLCHUNK BUFSIZ
  /external/python/cpython3/Modules/_io/
fileio.c 41 #if BUFSIZ < (8*1024)
43 #elif (BUFSIZ >= (2 << 25))
44 #error "unreasonable BUFSIZ > 64MB defined"
46 #define SMALLCHUNK BUFSIZ
    [all...]
  /external/ltp/testcases/realtime/func/rt-migrate/
rt-migrate.c 82 static __thread char buff[BUFSIZ + 1];
115 n = vsnprintf(buff, BUFSIZ, fmt, ap);
  /bionic/tests/headers/posix/
stdio_h.c 41 MACRO(BUFSIZ);
  /device/linaro/bootloader/edk2/CryptoPkg/Include/
OpenSslSupport.h 76 #define BUFSIZ 1024 /* size of buffer used by setbuf */
  /device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
res_query.c 395 char buf[BUFSIZ];
  /device/linaro/bootloader/edk2/StdLib/Include/Lua/
luaconf.h 372 #define LUAL_BUFFERSIZE BUFSIZ
  /external/iptables/extensions/
libxt_ipvs.c 129 char buf[BUFSIZ];
  /external/syslinux/com32/lua/src/
luaconf.h 376 #define LUAL_BUFFERSIZE BUFSIZ
  /libcore/ojluni/src/main/native/
Character.cpp 28 #include <stdio.h> // For BUFSIZ
156 char buf[BUFSIZ]; // TODO: is there a more sensible upper bound?
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
output.h 316 #ifdef BUFSIZ

Completed in 934 milliseconds

1 2 3 4 56 7 8 9