Lines Matching refs:pname
111 static char pname[PATH_MAX]; /* contains the name of the named pipe */
201 strcpy(pname, optarg);
409 sprintf(pname, "%s", "tpipe");
480 SAFE_MKFIFO(cleanup, pname, 0777);
493 unlink(pname);
510 write_fd = open(pname, O_WRONLY);
513 pname, O_WRONLY | ndelay);
625 read_fd = SAFE_OPEN(cleanup, pname, O_RDONLY);
718 fprintf(stderr, "Usage: %s [-bEv][-c #writers][-D pname][-h]"
730 -D pname - name of fifo (def tpipe<pid>)\n\