Home
last modified time | relevance | path

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

/tools/
A Dliblkboot.c135 int outpipe[2]; in start_dcc_subprocess() local
136 if (pipe(outpipe) != 0) in start_dcc_subprocess()
144 *fd_out = outpipe[1]; in start_dcc_subprocess()
152 dup2(outpipe[0], STDIN_FILENO); in start_dcc_subprocess()
153 close(outpipe[1]); in start_dcc_subprocess()
165 close(outpipe[0]); in start_dcc_subprocess()

Completed in 6 milliseconds