HomeSort by relevance Sort by last modified time
    Searched refs:setvbuf (Results 26 - 50 of 174) sorted by null

12 3 4 5 6 7

  /system/extras/tests/bionic/libstdc++/
test_cstdio.cpp 137 using std::setvbuf;
  /external/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /external/valgrind/main/memcheck/tests/
addressable.c 112 setvbuf(stdout, NULL, _IOLBF, 0);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_cstdio.h 112 using _STLP_VENDOR_CSTD::setvbuf;
  /external/chromium_org/base/process/
launch_win.cc 91 setvbuf(stdout, NULL, _IOLBF, kOutputBufferSize);
100 setvbuf(stderr, NULL, _IOLBF, kOutputBufferSize);
  /external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c 18 # define setvbuf(w,x,y,z) macro
261 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); /* Line buffered */
  /external/fio/
configure 1151 # Check whether we have setvbuf
1152 setvbuf="no"
1159 setvbuf(f, buf, _IOFBF, sizeof(buf));
1163 if compile_prog "" "" "setvbuf"; then
1164 setvbuf="yes"
1166 echo "setvbuf $setvbuf"
1322 if test "$setvbuf" = "yes" ; then
  /art/dalvikvm/
dalvikvm.cc 108 setvbuf(stdout, NULL, _IONBF, 0);
  /external/chromium_org/v8/src/
perf-jit.cc 61 setvbuf(perf_output_handle_, NULL, _IOFBF, kLogBufferSize);
  /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 31 int setvbuf (FILE *stream, char *buf, int mode, size_t size)
  /bionic/libc/include/
stdio.h 164 * made them official arguments to setvbuf(), without renaming them.
170 #define _IOFBF 0 /* setvbuf should set fully buffered */
171 #define _IOLBF 1 /* setvbuf should set line buffered */
172 #define _IONBF 2 /* setvbuf should set unbuffered */
248 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
  /development/ndk/platforms/android-3/include/
stdio.h 156 * made them official arguments to setvbuf(), without renaming them.
162 #define _IOFBF 0 /* setvbuf should set fully buffered */
163 #define _IOLBF 1 /* setvbuf should set line buffered */
164 #define _IONBF 2 /* setvbuf should set unbuffered */
243 int setvbuf(FILE *, char *, int, size_t);
  /development/ndk/platforms/android-8/include/
stdio.h 156 * made them official arguments to setvbuf(), without renaming them.
162 #define _IOFBF 0 /* setvbuf should set fully buffered */
163 #define _IOLBF 1 /* setvbuf should set line buffered */
164 #define _IONBF 2 /* setvbuf should set unbuffered */
243 int setvbuf(FILE *, char *, int, size_t);
  /development/ndk/platforms/android-L/include/
stdio.h 152 * made them official arguments to setvbuf(), without renaming them.
158 #define _IOFBF 0 /* setvbuf should set fully buffered */
159 #define _IOLBF 1 /* setvbuf should set line buffered */
160 #define _IONBF 2 /* setvbuf should set unbuffered */
243 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
  /external/qemu/
os-posix.c 339 setvbuf(stdout, NULL, _IOLBF, 0);
  /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 161 * made them official arguments to setvbuf(), without renaming them.
167 #define _IOFBF 0 /* setvbuf should set fully buffered */
168 #define _IOLBF 1 /* setvbuf should set line buffered */
169 #define _IONBF 2 /* setvbuf should set unbuffered */
252 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);

Completed in 400 milliseconds

12 3 4 5 6 7