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

1 2 3 4 5

  /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 55 if ((mode != _IOFBF && mode != _IOLBF) || (int)size < 0)
  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 81 #ifndef _IOFBF
82 #error "_IOFBF must be a macro"
  /external/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 55 #ifndef _IOFBF
56 #error _IOFBF not defined
  /external/libcxx/test/input.output/file.streams/c.files/
cstdio.disabled.cpp 55 #ifndef _IOFBF
56 #error _IOFBF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/depr/depr.c.headers/
stdio_h.pass.cpp 55 #ifndef _IOFBF
56 #error _IOFBF not defined
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/c.files/
cstdio.pass.cpp 55 #ifndef _IOFBF
56 #error _IOFBF not defined
  /external/chromium_org/v8/src/
perf-jit.cc 61 setvbuf(perf_output_handle_, NULL, _IOFBF, kLogBufferSize);
  /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 28 enum: _IOFBF
  /bionic/libc/include/
stdio.h 170 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /development/ndk/platforms/android-3/include/
stdio.h 162 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /development/ndk/platforms/android-8/include/
stdio.h 162 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /development/ndk/platforms/android-L/include/
stdio.h 158 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 167 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 167 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/
stdio.h 171 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/lib/gcc/arm-linux-androideabi/4.8/include-fixed/
stdio.h 171 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.8/lib/gcc/mips64el-linux-android/4.8/include-fixed/
stdio.h 171 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.8/lib/gcc/mipsel-linux-android/4.8/include-fixed/
stdio.h 171 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.8/lib/gcc/x86_64-linux-android/4.8/include-fixed/
stdio.h 167 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.8/lib/gcc/aarch64-linux-android/4.8/include-fixed/
stdio.h 167 #define _IOFBF 0 /* setvbuf should set fully buffered */
  /prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-4.9/lib/gcc/aarch64-linux-android/4.9/include-fixed/
stdio.h 167 #define _IOFBF 0 /* setvbuf should set fully buffered */

Completed in 1049 milliseconds

1 2 3 4 5