HomeSort by: relevance | last modified time | path
    Searched defs:outpipe (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/progress/
progress.c 84 int ch, fd, outpipe[2]; local in function:main
211 if (pipe(outpipe) < 0)
219 dup2(outpipe[0], STDIN_FILENO);
220 close(outpipe[0]);
221 close(outpipe[1]);
225 close(outpipe[0]);
241 if ((nw = write(outpipe[1], fb_buf + off,
252 close(outpipe[1]);
progress.c 84 int ch, fd, outpipe[2]; local in function:main
211 if (pipe(outpipe) < 0)
219 dup2(outpipe[0], STDIN_FILENO);
220 close(outpipe[0]);
221 close(outpipe[1]);
225 close(outpipe[0]);
241 if ((nw = write(outpipe[1], fb_buf + off,
252 close(outpipe[1]);

Completed in 21 milliseconds