Lines Matching refs:fd_set
11 T(fd_set)
19 {void(*p)(int,fd_set*) = FD_CLR;}
22 {int(*p)(int,fd_set*) = FD_ISSET;}
25 {void(*p)(int,fd_set*) = FD_SET;}
28 {void(*p)(fd_set*) = FD_ZERO;}
30 {int(*p)(int,fd_set*restrict,fd_set*restrict,fd_set*restrict,const struct timespec*restrict,const sigset_t*restrict) = pselect;}
31 {int(*p)(int,fd_set*restrict,fd_set*restrict,fd_set*restrict,struct timeval*restrict) = select;}