HomeSort by relevance Sort by last modified time
    Searched refs:_IONBF (Results 76 - 100 of 102) sorted by null

1 2 34 5

  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /system/core/libcutils/
open_memstream.c 330 setvbuf(stream, NULL, _IONBF, 0); /* note: crashes in glibc with this */
  /external/chromium_org/third_party/openssl/openssl/apps/
enc.c 401 setvbuf(stdin, (char *)NULL, _IONBF, 0);
457 setvbuf(stdout, (char *)NULL, _IONBF, 0);
apps.c 800 #ifdef _IONBF
802 setvbuf(stdin, NULL, _IONBF, 0);
903 #ifdef _IONBF
905 setvbuf(stdin, NULL, _IONBF, 0);
994 #ifdef _IONBF
996 setvbuf(stdin, NULL, _IONBF, 0);
    [all...]
  /external/openssl/apps/
enc.c 401 setvbuf(stdin, (char *)NULL, _IONBF, 0);
457 setvbuf(stdout, (char *)NULL, _IONBF, 0);
apps.c 800 #ifdef _IONBF
802 setvbuf(stdin, NULL, _IONBF, 0);
903 #ifdef _IONBF
905 setvbuf(stdin, NULL, _IONBF, 0);
994 #ifdef _IONBF
996 setvbuf(stdin, NULL, _IONBF, 0);
    [all...]
  /bionic/libc/include/
stdio.h 160 #define _IONBF 2 /* setvbuf should set unbuffered */
  /dalvik/dexopt/
OptMain.cpp 561 setvbuf(stdout, NULL, _IONBF, 0);
  /external/e2fsprogs/misc/
fsck.c 1260 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
1261 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
  /external/tcpdump/
tcpdump.c 618 * is _IONBF.
624 setvbuf(stdout, NULL, _IONBF, 0);
1022 setvbuf(stderr, NULL, _IONBF, 0);
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdio.h 103 #define _IONBF 2 /* No buffering. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 103 #define _IONBF 2 /* No buffering. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
stdio.h 103 #define _IONBF 2 /* No buffering. */
  /external/e2fsprogs/e2fsck/
unix.c 665 setvbuf(stdout, NULL, _IONBF, BUFSIZ);
666 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.c     [all...]
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 386 return (setvbuf(file_, NULL, _IONBF, 0) == 0);
  /external/chromium_org/third_party/libjingle/source/talk/base/
stream.cc 388 return (setvbuf(file_, NULL, _IONBF, 0) == 0);
    [all...]
  /external/chromium/third_party/libevent/test/
regress.c 1627 setvbuf(stdout, NULL, _IONBF, 0);
    [all...]
  /external/chromium_org/third_party/libevent/test/
regress.c 1627 setvbuf(stdout, NULL, _IONBF, 0);
    [all...]
  /system/core/adb/
adb.c 933 setvbuf( flog, NULL, _IONBF, 0 );
    [all...]

Completed in 1174 milliseconds

1 2 34 5