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

1 2 3 4 5

  /bionic/libc/upstream-openbsd/lib/libc/stdio/
setbuffer.c 50 return (setvbuf(fp, (char *)NULL, _IOLBF, (size_t)0));
setvbuf.c 55 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
130 if (mode == _IOLBF)
  /external/deqp/framework/platform/
tcuMain.cpp 41 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024);
  /external/deqp/execserver/tools/
xsMain.cpp 51 setvbuf(stdout, DE_NULL, _IOLBF, 4*1024);
  /external/qemu/
qemu-log.c 69 setvbuf(qemu_logfile, logfile_buf, _IOLBF, sizeof(logfile_buf));
75 setvbuf(qemu_logfile, NULL, _IOLBF, 0);
os-posix.c 339 setvbuf(stdout, NULL, _IOLBF, 0);
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 85 #ifndef _IOLBF
86 #error "_IOLBF must be a macro"
  /external/valgrind/main/memcheck/tests/
addressable.c 112 setvbuf(stdout, NULL, _IOLBF, 0);
  /external/chromium_org/base/process/
launch_win.cc 91 setvbuf(stdout, NULL, _IOLBF, kOutputBufferSize);
100 setvbuf(stderr, NULL, _IOLBF, kOutputBufferSize);
  /external/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 59 #ifndef _IOLBF
60 #error _IOLBF not defined
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.cpp 59 #ifndef _IOLBF
60 #error _IOLBF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 59 #ifndef _IOLBF
60 #error _IOLBF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 59 #ifndef _IOLBF
60 #error _IOLBF not defined
  /bionic/libc/include/
stdio.h 171 #define _IOLBF 1 /* setvbuf should set line buffered */
  /development/ndk/platforms/android-3/include/
stdio.h 163 #define _IOLBF 1 /* setvbuf should set line buffered */
  /development/ndk/platforms/android-8/include/
stdio.h 163 #define _IOLBF 1 /* setvbuf should set line buffered */
  /development/ndk/platforms/android-L/include/
stdio.h 159 #define _IOLBF 1 /* setvbuf should set line buffered */
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 261 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* Line buffered */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 168 #define _IOLBF 1 /* setvbuf should set line buffered */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 168 #define _IOLBF 1 /* setvbuf should set line buffered */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 172 #define _IOLBF 1 /* setvbuf should set line buffered */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 172 #define _IOLBF 1 /* setvbuf should set line buffered */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 172 #define _IOLBF 1 /* setvbuf should set line buffered */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 172 #define _IOLBF 1 /* setvbuf should set line buffered */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/
stdio.h 168 #define _IOLBF 1 /* setvbuf should set line buffered */

Completed in 1134 milliseconds

1 2 3 4 5