HomeSort by relevance Sort by last modified time
    Searched refs:_IONBF (Results 1 - 25 of 129) sorted by null

1 2 3 4 5 6

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setbuf.c 40 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
setbuffer.c 40 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, size);
setvbuf.c 52 * when setting _IONBF.
54 if (mode != _IONBF)
77 if (mode == _IONBF)
  /external/e2fsprogs/lib/et/
vfprintf.c 35 if (iop->_flag & _IONBF) {
36 iop->_flag &= ~_IONBF;
40 iop->_flag |= _IONBF;
  /external/chromium_org/third_party/WebKit/Source/wtf/
DataLog.cpp 71 setvbuf(file->file(), 0, _IONBF, 0); // Prefer unbuffered output, so that we get a full log upon crash or deadlock.
  /external/srec/portable/src/UNIX/
PFileSystemUNIXImpl.c 65 setvbuf(stdout, NULL, _IONBF, 0);
70 setvbuf(stderr, NULL, _IONBF, 0);
  /external/chromium_org/ppapi/native_client/tests/nacl_browser/inbrowser_test_runner/
test_runner_ppapi.c 43 setvbuf(stdout, NULL, _IONBF, 0);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 89 #ifndef _IONBF
90 #error "_IONBF must be a macro"
  /external/qemu/
qemu-log.c 73 setvbuf(qemu_logfile, NULL, _IONBF, 0);
  /external/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 63 #ifndef _IONBF
64 #error _IONBF not defined
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.cpp 63 #ifndef _IONBF
64 #error _IONBF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 63 #ifndef _IONBF
64 #error _IONBF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 63 #ifndef _IONBF
64 #error _IONBF not defined
  /art/dalvikvm/
dalvikvm.cc 108 setvbuf(stdout, NULL, _IONBF, 0);
  /external/openssl/crypto/rand/
randfile.c 151 setvbuf(in, NULL, _IONBF, 0); /* don't do buffered reads */
  /external/stlport/src/
stdio_streambuf.cpp 70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t);
  /ndk/sources/cxx-stl/stlport/src/
stdio_streambuf.cpp 70 _STLP_VENDOR_CSTD::setvbuf(_M_file, s, (s == 0 && n == 0) ? _IONBF : _IOFBF, __n_size_t);
  /external/chromium_org/third_party/cython/src/Cython/Includes/libc/
stdio.pxd 30 enum: _IONBF
  /bionic/libc/include/
stdio.h 172 #define _IONBF 2 /* setvbuf should set unbuffered */
  /development/ndk/platforms/android-3/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /development/ndk/platforms/android-8/include/
stdio.h 164 #define _IONBF 2 /* setvbuf should set unbuffered */
  /development/ndk/platforms/android-L/include/
stdio.h 160 #define _IONBF 2 /* setvbuf should set unbuffered */
  /hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/
read_device_node.c 228 setvbuf(stdout, NULL, _IONBF, 0);
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 169 #define _IONBF 2 /* setvbuf should set unbuffered */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 169 #define _IONBF 2 /* setvbuf should set unbuffered */

Completed in 889 milliseconds

1 2 3 4 5 6