Lines Matching full:fdset
1095 fd_set *fdset;
1104 fdset = NULL;
1121 if (fdset != NULL)
1122 xfree(fdset);
1123 fdset = (fd_set *)xcalloc(howmany(maxfd + 1, NFDBITS),
1127 FD_SET(listen_socks[i], fdset);
1130 FD_SET(startup_pipes[i], fdset);
1133 ret = select(maxfd+1, fdset, NULL, NULL, NULL);
1153 FD_ISSET(startup_pipes[i], fdset)) {
1165 if (!FD_ISSET(listen_socks[i], fdset))