/prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/ |
stdio.h | 172 * made them official arguments to setvbuf(), without renaming them. 178 #define _IOFBF 0 /* setvbuf should set fully buffered */ 179 #define _IOLBF 1 /* setvbuf should set line buffered */ 180 #define _IONBF 2 /* setvbuf should set unbuffered */ 257 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
|
/prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/ |
stdio.h | 172 * made them official arguments to setvbuf(), without renaming them. 178 #define _IOFBF 0 /* setvbuf should set fully buffered */ 179 #define _IOLBF 1 /* setvbuf should set line buffered */ 180 #define _IONBF 2 /* setvbuf should set unbuffered */ 257 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
|
/prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/ |
stdio.h | 172 * made them official arguments to setvbuf(), without renaming them. 178 #define _IOFBF 0 /* setvbuf should set fully buffered */ 179 #define _IOLBF 1 /* setvbuf should set line buffered */ 180 #define _IONBF 2 /* setvbuf should set unbuffered */ 257 int setvbuf(FILE * __restrict, char * __restrict, int, size_t);
|
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/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);
|
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/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);
|
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/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);
|
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/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);
|
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/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);
|
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/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);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/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);
|
/system/core/libcutils/ |
open_memstream.c | 330 setvbuf(stream, NULL, _IONBF, 0); /* note: crashes in glibc with this */
|
/external/chromium_org/native_client_sdk/src/libraries/ppapi_simple/ |
ps_instance.cc | 300 setvbuf(stderr, NULL, _IOLBF, 0); 301 setvbuf(stdout, NULL, _IOLBF, 0);
|
/external/fio/ |
iolog.c | 498 setvbuf(f, td->iolog_buf, _IOFBF, 8192); 561 setvbuf(f, buf, _IOFBF, size);
|
/external/openssl/apps/ |
enc.c | 415 setvbuf(stdin, (char *)NULL, _IONBF, 0); 471 setvbuf(stdout, (char *)NULL, _IONBF, 0);
|
/external/llvm/include/llvm/Target/ |
TargetLibraryInfo.h | 521 /// int setvbuf(FILE *stream, char *buf, int type, size_t size); 522 setvbuf, enumerator in enum:llvm::LibFunc::Func
|
/external/tcpdump/ |
tcpdump.c | 924 setvbuf(stdout, NULL, _IONBF, 0); 929 setvbuf(stdout, NULL, _IOLBF, 0); [all...] |
/external/ltrace/ |
options.c | 642 setvbuf(options.output, (char *)NULL, _IOLBF, 0);
|
/external/clang/test/Analysis/ |
malloc.c | 997 // Test setbuf, setvbuf. 1000 setvbuf(stdout, p, 0, 100); 1010 setvbuf(f, p, 0, 100); [all...] |
/external/e2fsprogs/misc/ |
fsck.c | 1260 setvbuf(stdout, NULL, _IONBF, BUFSIZ); 1261 setvbuf(stderr, NULL, _IONBF, BUFSIZ);
|
/external/blktrace/ |
blkiomon.c | 547 if (setvbuf(out->fp, out->buf, mode, vbuf_size))
|
/external/chromium_org/third_party/skia/third_party/lua/src/ |
liolib.c | 570 int res = setvbuf(f, NULL, mode[op], sz); 614 {"setvbuf", f_setvbuf},
|
/external/openssl/ |
e_os.h | 472 # ifdef OPENSSL_SYS_NEWS4 /* setvbuf is missing on mips-sony-bsd */ 473 # define setvbuf(a, b, c, d) setbuffer((a), (b), (d)) macro
|
/external/wpa_supplicant_8/src/utils/ |
wpa_debug.c | 556 setvbuf(out_file, NULL, _IOLBF, 0);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
mpu_iio.c | 589 setvbuf(stdout, NULL, _IONBF, 0);
|
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
main.c | 746 setvbuf(stdout, NULL, _IONBF, 0);
|