Lines Matching refs:fifo_path
47 static char *fifo_path;
59 fifo_fd = open(fifo_path, O_WRONLY | O_NONBLOCK);
61 i_error("open(%s) failed: %m", fifo_path);
86 i_error("write(%s) wrote partial data", fifo_path);
91 i_error("write(%s) failed: %m", fifo_path);
97 i_error("close(%s) failed: %m", fifo_path);
323 "due to fifo being busy", fifo_path);
358 if (fifo_path == NULL) {
361 fifo_path = i_strconcat(user->set->base_dir,
400 i_close_fd_path(&fifo_fd, fifo_path);
401 i_free_and_null(fifo_path);