Home
last modified time | relevance | path

Searched refs:setvbuf (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/system/core/
H A Dhard-code-build-number.patch39 setvbuf(stdout, nullptr, _IONBF, 0);
40 setvbuf(stderr, nullptr, _IONBF, 0);
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/debian/
H A Dhard-code-build-number.patch39 setvbuf(stdout, nullptr, _IONBF, 0);
40 setvbuf(stderr, nullptr, _IONBF, 0);
/openbmc/linux/net/bpfilter/
H A Dmain.c59 setvbuf(debug_f, 0, _IOLBF, 0); in main()
/openbmc/linux/tools/testing/selftests/firmware/
H A Dfw_namespace.c137 setvbuf(stdout, NULL, _IONBF, 0); in main()
/openbmc/linux/tools/testing/selftests/mm/
H A Dwrite_to_hugetlbfs.c81 setvbuf(stdout, NULL, _IONBF, 0); in main()
/openbmc/qemu/
H A Dos-posix.c301 setvbuf(stdout, NULL, _IOLBF, 0); in os_set_line_buffering()
/openbmc/linux/tools/perf/
H A Dbuiltin-bench.c272 setvbuf(stdout, NULL, _IONBF, 0); in cmd_bench()
/openbmc/linux/tools/testing/selftests/
H A Dkselftest.h125 setvbuf(stdout, NULL, _IOLBF, 0); in ksft_print_header()
/openbmc/linux/tools/include/nolibc/
H A Dstdio.h359 int setvbuf(FILE *stream __attribute__((unused)), in setvbuf() function
/openbmc/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c446 setvbuf(stdout, NULL, _IONBF, 0); in main()
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c542 setvbuf(stdout, NULL, _IONBF, 0); in cmd_test()
/openbmc/obmc-console/
H A Dconsole-server.c209 setvbuf(fp, NULL, _IONBF, 0); in tty_set_sysfs_attr()
/openbmc/linux/tools/firewire/
H A Dnosy-dump.c954 setvbuf(stdout, NULL, _IOLBF, BUFSIZ); in main()
/openbmc/linux/tools/tracing/latency/
H A Dlatency-collector.c313 if (setvbuf(stdout, NULL, _IONBF, 0) != 0) in open_stdout()