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

/illumos-gate/usr/src/cmd/bart/
H A Dcreate.c62 int ret, c, output_pipe[2]; local
109 if (pipe(output_pipe) < 0) {
129 * output_pipe[0]. The output of this process will be read
132 if (dup2(output_pipe[0], STDOUT_FILENO) != STDOUT_FILENO) {
136 (void) close(output_pipe[0]);
137 (void) close(output_pipe[1]);
152 if (dup2(output_pipe[1], STDIN_FILENO) != STDIN_FILENO) {
156 (void) close(output_pipe[0]);

Completed in 55 milliseconds