Home
last modified time | relevance | path

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

/tools/lib/subcmd/
A Drun-command.c34 int fdin[2], fdout[2], fderr[2]; in start_command() local
68 if (pipe(fderr) < 0) { in start_command()
79 cmd->err = fderr[0]; in start_command()
98 dup2(fderr[1], 2); in start_command()
99 close_pair(fderr); in start_command()
148 close_pair(fderr); in start_command()
165 close(fderr[1]); in start_command()

Completed in 3 milliseconds