/kernel/linux/linux-6.6/Documentation/sphinx/ |
H A D | kfigure.py | 361 exit_code = subprocess.call(cmd, stdout = out) 424 # use stdout and stderr from parent
|
/kernel/linux/linux-5.10/tools/testing/selftests/exec/ |
H A D | execveat.c | 422 fflush(stdout); in main()
|
/kernel/linux/linux-6.6/arch/um/os-Linux/ |
H A D | file.c | 574 fflush(stdout); in os_flush_stdout()
|
/kernel/linux/linux-5.10/samples/bpf/ |
H A D | test_lru_dist.c | 509 setbuf(stdout, NULL); in main()
|
/kernel/linux/linux-5.10/scripts/ |
H A D | insert-sys-cert.c | 34 #define warn(format, args...) fprintf(stdout, "WARNING: " format, ## args)
|
/kernel/linux/linux-5.10/tools/bpf/bpftool/ |
H A D | struct_ops.c | 422 wtr = jsonw_new(stdout); in do_dump()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | epoll-wait.c | 89 do { if (__verbose) { printf(fmt, ## arg); fflush(stdout); } } while (0)
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | builtin-test.c | 797 setvbuf(stdout, NULL, _IONBF, 0); in cmd_test()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | bpf-event.c | 74 perf_event__fprintf_bpf(event, stdout); in machine__process_bpf()
|
H A D | block-info.c | 476 stdout, true); in report__browse_block_hists()
|
/kernel/linux/linux-5.10/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 410 usage(stdout, argv[0]); in main()
|
/kernel/linux/linux-5.10/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 158 acpi_gbl_output_file = stdout; in acpi_os_initialize()
|
/kernel/linux/linux-5.10/drivers/video/logo/ |
H A D | pnmtologo.c | 236 out = stdout; in write_header() 438 " -o <output> : output to file <output> instead of stdout\n" in usage()
|
/kernel/linux/linux-6.6/drivers/video/logo/ |
H A D | pnmtologo.c | 232 out = stdout; in write_header() 434 " -o <output> : output to file <output> instead of stdout\n" in usage()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | epoll-wait.c | 89 do { if (__verbose) { printf(fmt, ## arg); fflush(stdout); } } while (0)
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | block-info.c | 476 stdout, true); in report__browse_block_hists()
|
H A D | bpf-event.c | 75 perf_event__fprintf_bpf(event, stdout); in machine__process_bpf()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-list.c | 321 fputs(buf->buf, stdout); in fix_escape_printf()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | builtin-test.c | 541 setvbuf(stdout, NULL, _IONBF, 0); in cmd_test()
|
H A D | attr.py | 219 .decode(sys.stdout.encoding)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | insert-sys-cert.c | 34 #define warn(format, args...) fprintf(stdout, "WARNING: " format, ## args)
|
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/ |
H A D | conf.c | 120 err = snd_output_stdio_attach(&out, stdout, 0); in dump_config_tree() 122 ksft_exit_fail_msg("stdout attach\n"); in dump_config_tree()
|
/kernel/linux/linux-6.6/tools/power/acpi/os_specific/service_layers/ |
H A D | osunixxf.c | 158 acpi_gbl_output_file = stdout; in acpi_os_initialize()
|
/kernel/linux/linux-6.6/tools/power/acpi/tools/acpidbg/ |
H A D | acpidbg.c | 410 usage(stdout, argv[0]); in main()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/fp/ |
H A D | vec-syscfg.c | 98 fflush(stdout); in get_child_rdvl() 112 * Replace stdout with the pipe, errors to stderr from in get_child_rdvl() 113 * here as kselftest prints to stdout. in get_child_rdvl() 121 /* exec() a new binary which puts the VL on stdout */ in get_child_rdvl() 159 ksft_print_msg("failed to open child stdout\n"); in get_child_rdvl()
|