/external/fio/ |
configure | [all...] |
/external/ltp/utils/sctp/func_tests/ |
test_1_to_1_sendmsg.c | 95 setvbuf(stdout, NULL, _IONBF, 0); 96 setvbuf(stderr, NULL, _IONBF, 0);
|
test_1_to_1_sockopt.c | 107 setvbuf(stdout, NULL, _IONBF, 0); 108 setvbuf(stderr, NULL, _IONBF, 0);
|
test_assoc_abort.c | 90 setvbuf(stdout, NULL, _IONBF, 0);
|
test_assoc_shutdown.c | 89 setvbuf(stdout, NULL, _IONBF, 0);
|
test_connect.c | 73 setvbuf(stdout, NULL, _IONBF, 0);
|
test_fragments.c | 101 setvbuf(stdout, NULL, _IONBF, 0);
|
test_getname.c | 75 setvbuf(stdout, NULL, _IONBF, 0);
|
test_inaddr_any.c | 90 setvbuf(stdout, NULL, _IONBF, 0);
|
/development/ndk/platforms/android-21/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);
|
/development/ndk/platforms/android-9/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/frameworks/av/media/libaaudio/tests/ |
test_timestamps.cpp | 296 setvbuf(stdout, nullptr, _IONBF, (size_t) 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/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 165 * made them official arguments to setvbuf(), without renaming them. 171 #define _IOFBF 0 /* setvbuf should set fully buffered */ 172 #define _IOLBF 1 /* setvbuf should set line buffered */ 173 #define _IONBF 2 /* setvbuf should set unbuffered */ 252 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/gcc/linux-x86/arm/arm-eabi-4.8/lib/gcc/arm-eabi/4.8/include-fixed/ |
stdio.h | 165 * made them official arguments to setvbuf(), without renaming them. 171 #define _IOFBF 0 /* setvbuf should set fully buffered */ 172 #define _IOLBF 1 /* setvbuf should set line buffered */ 173 #define _IONBF 2 /* setvbuf should set unbuffered */ 252 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|
/prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/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 */ 251 int setvbuf(FILE *, char *, int, size_t);
|