Searched refs:selectfdp (Results 1 – 1 of 1) sorted by relevance
151 fd_set *fdsetp, *selectfdp; local248 if ((selectfdp = malloc(fdmasks)) == NULL) {261 memcpy(selectfdp, fdsetp, fdmasks); /* reinitialize */288 if ((i = select(maxfd + 1, selectfdp, NULL, NULL,298 if (rtsock != -1 && FD_ISSET(rtsock, selectfdp))300 if (FD_ISSET(sock, selectfdp))