Home
last modified time | relevance | path

Searched refs:no_stdin (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/lib/subcmd/
H A Drun-command.c41 need_in = !cmd->no_stdin && cmd->in < 0; in start_command()
84 if (cmd->no_stdin) in start_command()
276 cmd->no_stdin = opt & RUN_COMMAND_NO_STDIN ? 1 : 0; in prepare_run_command_v_opt()
H A Drun-command.h45 unsigned no_stdin:1; member
/linux-6.15/tools/perf/tests/
H A Dbuiltin-test.c443 (*child)->process.no_stdin = 1; in start_test()