Home
last modified time | relevance | path

Searched refs:no_stdin (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Drun-command.c40 need_in = !cmd->no_stdin && cmd->in < 0; in start_command()
83 if (cmd->no_stdin) in start_command()
219 cmd->no_stdin = opt & RUN_COMMAND_NO_STDIN ? 1 : 0; in prepare_run_command_v_opt()
H A Drun-command.h44 unsigned no_stdin:1; member
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Drun-command.c40 need_in = !cmd->no_stdin && cmd->in < 0; in start_command()
83 if (cmd->no_stdin) in start_command()
219 cmd->no_stdin = opt & RUN_COMMAND_NO_STDIN ? 1 : 0; in prepare_run_command_v_opt()
H A Drun-command.h44 unsigned no_stdin:1; member

Completed in 2 milliseconds