/external/e2fsprogs/lib/et/ |
vfprintf.c | 35 if (iop->_flag & _IONBF) { 36 iop->_flag &= ~_IONBF; 40 iop->_flag |= _IONBF;
|
/bionic/libc/upstream-freebsd/lib/libc/stdio/ |
setbuf.c | 45 (void) setvbuf(fp, buf, buf ? _IOFBF : _IONBF, BUFSIZ);
|
setbuffer.c | 45 (void)setvbuf(fp, buf, buf ? _IOFBF : _IONBF, (size_t)size);
|
setvbuf.c | 60 * when setting _IONBF. 62 if (mode != _IONBF) 84 if (mode == _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);
|
/art/jdwpspy/ |
Main.cpp | 125 setvbuf(stdout, 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);
|
/external/dropbear/libtomcrypt/src/prngs/ |
rng_get_bytes.c | 39 if (setvbuf(f, NULL, _IONBF, 0) != 0) {
|
/system/extras/tests/bionic/libstdc++/ |
test_cstdio.cpp | 89 #ifndef _IONBF 90 #error "_IONBF must be a macro"
|
/external/openssh/contrib/ |
gnome-ssh-askpass1.c | 167 setvbuf(stdout, 0, _IONBF, 0);
|
gnome-ssh-askpass2.c | 218 setvbuf(stdout, 0, _IONBF, 0);
|
/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/chromium_org/third_party/openssl/openssl/crypto/rand/ |
randfile.c | 150 setvbuf(in, NULL, _IONBF, 0); /* don't do buffered reads */
|
/external/openssl/crypto/rand/ |
randfile.c | 150 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/base/ |
process_util_win.cc | 82 setvbuf(stdout, NULL, _IONBF, 0); 87 setvbuf(stderr, NULL, _IONBF, 0); 92 setvbuf(stdin, NULL, _IONBF, 0);
|
/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 */
|
/prebuilts/gcc/darwin-x86/arm/arm-eabi-4.7/lib/gcc/arm-eabi/4.7/include-fixed/ |
stdio.h | 194 #define _IONBF 2 /* setvbuf should set unbuffered */
|
/prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.7/lib/gcc/arm-linux-androideabi/4.7/include-fixed/ |
stdio.h | 173 #define _IONBF 2 /* setvbuf should set unbuffered */
|
/prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.6/lib/gcc/mipsel-linux-android/4.6/include-fixed/ |
stdio.h | 194 #define _IONBF 2 /* setvbuf should set unbuffered */
|