Lines Matching refs:out
33 if (cmd->out > 0) in start_command()
34 close(cmd->out); in start_command()
42 && cmd->out < 0; in start_command()
51 cmd->out = fdout[0]; in start_command()
63 else if (cmd->out) in start_command()
64 close(cmd->out); in start_command()
97 } else if (cmd->out > 1) { in start_command()
98 dup2(cmd->out, 1); in start_command()
99 close(cmd->out); in start_command()
131 else if (cmd->out) in start_command()
132 close(cmd->out); in start_command()
147 else if (cmd->out) in start_command()
148 close(cmd->out); in start_command()