Lines Matching refs:Outpipe
154 char *Outpipe; /* Pipe to write output to if p_opt */
457 p_opt ? Outpipe : "stdout");
528 * otherwise, attempt to create a FIFO on path Outpipe. Exit with an
536 if (stat(Outpipe, &sbuf) == -1) {
538 if (mkfifo(Outpipe, 0666) == -1) {
541 TagName, Outpipe, SYSERR);
547 TagName, Outpipe, SYSERR);
554 TagName, Outpipe);
559 if ((outfd = open(Outpipe, O_RDWR)) == -1) {
562 TagName, Outpipe, SYSERR);
1598 Outpipe = optarg;