Home
last modified time | relevance | path

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

/linux-6.15/tools/lib/subcmd/
H A Drun-command.c33 int fdin[2], fdout[2], fderr[2]; in start_command() local
67 if (pipe(fderr) < 0) { in start_command()
78 cmd->err = fderr[0]; in start_command()
97 dup2(fderr[1], 2); in start_command()
98 close_pair(fderr); in start_command()
147 close_pair(fderr); in start_command()
164 close(fderr[1]); in start_command()