Lines Matching refs:PCpipe
651 if (pipe(PCpipe) == -1)
655 if (fcntl(PCpipe[0], F_SETFD, 1) == -1)
658 if (fcntl(PCpipe[1], F_SETFD, 1) == -1)
662 if (fcntl(PCpipe[0], F_GETFL, flag) == -1)
666 if (fcntl(PCpipe[0], F_SETFL, flag) == -1)
670 if (ioctl(PCpipe[0], I_SRDOPT, RMSGD) == -1)
674 if (ioctl(PCpipe[0], I_SETSIG, S_INPUT) == -1)
678 log("PCpipe[0]\t = %d", PCpipe[0]);
679 log("PCpipe[1]\t = %d", PCpipe[1]);