Home
last modified time | relevance | path

Searched refs:fdout (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
56 if (pipe(fdout) < 0) { in start_command()
63 cmd->out = fdout[0]; in start_command()
74 close_pair(fdout); in start_command()
107 dup2(fdout[1], 1); in start_command()
108 close_pair(fdout); in start_command()
144 close_pair(fdout); in start_command()
160 close(fdout[1]); in start_command()

Completed in 2 milliseconds