Lines Matching full:pipe
1506 /* close pipe handles, they won't be used */
1634 /* open of the pipe failed, mark as failed execution */
1645 perror_with_name (error_prefix, "pipe");
1651 if (pipe (pipedes) < 0)
1653 perror_with_name (error_prefix, "pipe");
1694 /* Close the write side of the pipe. */
1698 /* Set up and read from the pipe. */
1703 /* Read from the pipe until it gets EOF. */
1718 /* Close the read side of the pipe. */
1746 write the error message in the pipe from the child. */