Searched refs:setbuf (Results 1 – 14 of 14) sorted by relevance
/aosp12/bootable/recovery/ |
H A D | recovery_main.cpp | 242 setbuf(stdout, nullptr); in redirect_stdio() 244 setbuf(stderr, nullptr); in redirect_stdio() 256 setbuf(stdout, nullptr); in redirect_stdio() 258 setbuf(stderr, nullptr); in redirect_stdio() 307 setbuf(stdout, nullptr); in redirect_stdio() 308 setbuf(stderr, nullptr); in redirect_stdio()
|
/aosp12/bootable/recovery/updater/ |
H A D | updater_main.cpp | 53 setbuf(stdout, nullptr); in main() 54 setbuf(stderr, nullptr); in main()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | stdio_h.c | 129 FUNCTION(setbuf, void (*f)(FILE*, char*)); in stdio_h()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/devnode_parser/ |
H A D | read_device_node.c | 47 setbuf(stdin, NULL); in _kbhit()
|
/aosp12/bionic/tests/ |
H A D | stdio_test.cpp | 923 setbuf(fp, nullptr); in TEST() 1759 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1771 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1782 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1802 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1811 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1869 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1873 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1913 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST() 1921 setbuf(fp, nullptr); // Turn off buffering so we can see what's happening as it happens. in TEST()
|
/aosp12/bionic/libc/include/ |
H A D | stdio.h | 132 void setbuf(FILE* __fp, char* __buf);
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/gesture_test/ |
H A D | inv_gesture_test.c | 164 setbuf(stdin, NULL); in _kbhit()
|
/aosp12/system/core/toolbox/ |
H A D | getevent.c | 534 setbuf(stdout, NULL); in getevent_main()
|
/aosp12/hardware/invensense/6515/libsensors_iio/software/simple_apps/mpu_iio/ |
H A D | mpu_iio.c | 79 setbuf(stdin, NULL); in _kbhit()
|
/aosp12/bionic/libc/tools/ |
H A D | posix-2013.txt | 904 setbuf
|
/aosp12/bionic/libc/stdio/ |
H A D | stdio.cpp | 954 void setbuf(FILE* fp, char* buf) { in setbuf() function
|
/aosp12/bionic/libc/ |
H A D | libc.map.txt | 918 setbuf;
|
/aosp12/bionic/tools/versioner/platforms/ |
H A D | libc.map.txt | 918 setbuf;
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | main.cpp | 1790 setbuf(stdout, NULL); // no buffering in main()
|