Lines Matching defs:fifo_path
245 static const char fifo_path[] = "pollhup_fifo";
252 if (mkfifo(fifo_path, 0600) == 0) {
253 RL(unlink(fifo_path));
282 RL(mkfifo(fifo_path, 0600));
283 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
284 RL(wfd = open(fifo_path, O_WRONLY | O_NONBLOCK));
391 (void)unlink(fifo_path);
409 RL(mkfifo(fifo_path, 0600));
410 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
411 RL(wfd = open(fifo_path, O_WRONLY));
434 RL(wfd = open(fifo_path, O_WRONLY));
441 (void)unlink(fifo_path);
461 RL(mkfifo(fifo_path, 0600));
462 RL(rfd = open(fifo_path, O_RDONLY | O_NONBLOCK));
463 RL(wfd = open(fifo_path, O_WRONLY));
498 (void)unlink(fifo_path);
934 RL(*pp = open(fifo_path, O_WRONLY));
943 RL(*pp = open(fifo_path, O_RDONLY));
955 RL(mkfifo(fifo_path, 0600));
958 RL(p1 = open(fifo_path, O_WRONLY));
974 RL(mkfifo(fifo_path, 0600));
977 RL(p1 = open(fifo_path, O_RDONLY));