Searched refs:fdin (Results 1 – 1 of 1) sorted by relevance
34 int fdin[2], fdout[2], fderr[2]; in start_command() local44 if (pipe(fdin) < 0) { in start_command()49 cmd->in = fdin[1]; in start_command()58 close_pair(fdin); in start_command()70 close_pair(fdin); in start_command()88 dup2(fdin[0], 0); in start_command()89 close_pair(fdin); in start_command()140 close_pair(fdin); in start_command()155 close(fdin[0]); in start_command()
Completed in 3 milliseconds