Home
last modified time | relevance | path

Searched refs:fderr (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/lib/subcmd/
H A Drun-command.c32 int fdin[2], fdout[2], fderr[2]; in start_command() local
66 if (pipe(fderr) < 0) { in start_command()
77 cmd->err = fderr[0]; in start_command()
96 dup2(fderr[1], 2); in start_command()
97 close_pair(fderr); in start_command()
144 close_pair(fderr); in start_command()
161 close(fderr[1]); in start_command()
/kernel/linux/linux-6.6/tools/lib/subcmd/
H A Drun-command.c32 int fdin[2], fdout[2], fderr[2]; in start_command() local
66 if (pipe(fderr) < 0) { in start_command()
77 cmd->err = fderr[0]; in start_command()
96 dup2(fderr[1], 2); in start_command()
97 close_pair(fderr); in start_command()
144 close_pair(fderr); in start_command()
161 close(fderr[1]); in start_command()

Completed in 1 milliseconds