Home | History | Annotate | Download | only in sys

Lines Matching defs:wfd

275 	int rfd, wfd;
284 RL(wfd = open(fifo_path, O_WRONLY | O_NONBLOCK));
287 pipe_buf = fpathconf(wfd, _PC_PIPE_BUF);
295 pfd[1].fd = wfd;
307 RL(nwrit = write(wfd, buf, 1));
327 while (write(wfd, buf, pipe_buf) != -1) {
385 RL(close(wfd));
404 int rfd, wfd;
411 RL(wfd = open(fifo_path, O_WRONLY));
417 RL(close(wfd));
434 RL(wfd = open(fifo_path, O_WRONLY));
454 int rfd, wfd;
463 RL(wfd = open(fifo_path, O_WRONLY));
474 if (close(wfd))
478 RL(close(wfd));