Searched refs:poll_fd_bsd (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/util/ |
H A D | poll_fd.c | 111 int poll_fd_bsd(int, int, int, int, int); 117 #define poll_fd_bsd poll_fd macro 150 int poll_fd_bsd(int fd, int request, int time_limit, in poll_fd_bsd() function 223 return (poll_fd_bsd((fd), (req), (time_limit), (true_res), (false_res)))
|