HomeSort by relevance Sort by last modified time
    Searched full:bufsiz (Results 101 - 125 of 268) sorted by null

1 2 3 45 6 7 8 91011

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 107 #ifndef BUFSIZ
108 # define BUFSIZ _IO_BUFSIZ
306 Else make it use buffer BUF, of size BUFSIZ. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 107 #ifndef BUFSIZ
108 # define BUFSIZ _IO_BUFSIZ
306 Else make it use buffer BUF, of size BUFSIZ. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 107 #ifndef BUFSIZ
108 # define BUFSIZ _IO_BUFSIZ
306 Else make it use buffer BUF, of size BUFSIZ. */
  /external/chromium_org/third_party/openssl/openssl/apps/
apps.c 547 int password_callback(char *buf, int bufsiz, int verify,
567 if (res > bufsiz)
568 res = bufsiz;
589 PW_MIN_LENGTH,BUFSIZ-1);
592 buff = (char *)OPENSSL_malloc(bufsiz);
594 PW_MIN_LENGTH,BUFSIZ-1, buf);
605 OPENSSL_cleanse(buff,(unsigned int)bufsiz);
615 OPENSSL_cleanse(buf,(unsigned int)bufsiz);
621 OPENSSL_cleanse(buf,(unsigned int)bufsiz);
    [all...]
apps.h 225 int password_callback(char *buf, int bufsiz, int verify,
passwd.c 268 char trash[BUFSIZ];
  /external/libvpx/libvpx/examples/includes/geshi/geshi/
cpp-qt.php 84 'SIG_IGN', 'BUFSIZ', 'EOF', 'FILENAME_MAX', 'FOPEN_MAX', 'L_tmpnam',
klonecpp.php 64 'SIG_IGN', 'BUFSIZ', 'EOF', 'FILENAME_MAX', 'FOPEN_MAX', 'L_tmpnam', 'NULL',
objc.php 94 'CLOCKS_PER_SEC', 'CHAR_MIN', 'CHAR_MAX', 'CHAR_BIT', 'BUFSIZ',
  /external/openssl/apps/
apps.c 547 int password_callback(char *buf, int bufsiz, int verify,
567 if (res > bufsiz)
568 res = bufsiz;
589 PW_MIN_LENGTH,BUFSIZ-1);
592 buff = (char *)OPENSSL_malloc(bufsiz);
594 PW_MIN_LENGTH,BUFSIZ-1, buf);
605 OPENSSL_cleanse(buff,(unsigned int)bufsiz);
615 OPENSSL_cleanse(buf,(unsigned int)bufsiz);
621 OPENSSL_cleanse(buf,(unsigned int)bufsiz);
    [all...]
  /external/harfbuzz_ng/util/
options.cc 415 char buf[BUFSIZ];
533 char buf[BUFSIZ];
  /external/ipsec-tools/src/racoon/
grabmyaddr.c 625 char msg[BUFSIZ];
641 char msg[BUFSIZ];
  /external/linux-tools-perf/
builtin-script.c 791 char line[BUFSIZ], *p;
839 char first_half[BUFSIZ];
  /external/linux-tools-perf/util/
event.c 60 char bf[BUFSIZ];
170 char bf[BUFSIZ], *pbf = bf;
  /external/netperf/
netserver.c 793 char arg1[BUFSIZ], arg2[BUFSIZ];
  /frameworks/base/core/jni/
android_os_Debug.cpp 839 char buf[BUFSIZ];
840 while (size_t n = fread(buf, sizeof(char), BUFSIZ, in)) {
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 353 #ifdef BUFSIZ
384 #ifdef BUFSIZ
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 353 #ifdef BUFSIZ
384 #ifdef BUFSIZ
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
output.h 353 #ifdef BUFSIZ
384 #ifdef BUFSIZ
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
output.h 353 #ifdef BUFSIZ
384 #ifdef BUFSIZ
  /external/chromium_org/third_party/openssl/openssl/ssl/
ssltest.c 1171 size_t bufsiz = 256; \/* small buffer for testing *\/ local
    [all...]
  /external/openssl/ssl/
ssltest.c 1171 size_t bufsiz = 256; \/* small buffer for testing *\/ local
    [all...]
  /bionic/libc/include/
stdio.h 162 #define BUFSIZ 1024 /* size of buffer used by setbuf */
  /development/ndk/platforms/android-3/include/
stdio.h 166 #define BUFSIZ 1024 /* size of buffer used by setbuf */
  /development/ndk/platforms/android-8/include/
stdio.h 166 #define BUFSIZ 1024 /* size of buffer used by setbuf */

Completed in 2590 milliseconds

1 2 3 45 6 7 8 91011