Home | History | Annotate | Download | only in tools

Lines Matching full:pipe

17 /* Helper to test linux pipe's */
156 if (pipe(fd)) return -1;
256 if (pipe(fd)) {
257 printf("pipe: %s\n", strerror(errno));
274 if (pipe(fd)) return -1;
297 if (pipe(fd)) return -1;
321 if (pipe(fd)) return -1;
344 if (pipe(fd)) return -1;
362 if (pipe(fd)) return -1;
376 if (pipe(fd)) return -1;