Lines Matching refs:fd
30 struct pollfd pfd = { .fd = 0, .events = 0, .revents = 0 };
69 pfd[0].fd = dir;
75 pfd[0].fd = file; pfd[0].revents = 0;
76 pfd[1].fd = dir; pfd[1].revents = 0;
84 pfd[0].fd = dir; pfd[0].revents = 0;
85 pfd[1].fd = file; pfd[1].revents = 0;
93 pfd[0].fd = file; pfd[0].revents = 0;
94 pfd[1].fd = pipes[0]; pfd[0].revents = 0;
102 pfd[0].fd = file; pfd[0].revents = 0;
103 pfd[1].fd = dir; pfd[1].revents = 0;
104 pfd[2].fd = pipes[0]; pfd[2].revents = 0;
114 pfd[0].fd = dir; pfd[0].revents = 0;
115 pfd[1].fd = pipes[0]; pfd[1].revents = 0;
168 fds[0].fd = STDERR_FILENO;
171 fds[1].fd = STDOUT_FILENO;