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

/linux-4.4.14/tools/perf/util/
H A Drun-command.c22 int fdin[2], fdout[2], fderr[2]; start_command() local
56 if (pipe(fderr) < 0) { start_command()
67 cmd->err = fderr[0]; start_command()
86 dup2(fderr[1], 2); start_command()
87 close_pair(fderr); start_command()
134 close_pair(fderr); start_command()
151 close(fderr[1]); start_command()

Completed in 33 milliseconds