fd_set
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
fd_set *_p; \
int pselect(int, fd_set *__restrict, fd_set *__restrict, fd_set *__restrict,
(void) select(0, (fd_set *)0, (fd_set *)0, (fd_set *)0, &tv);
fd_set rfds;
fd_set rfds;
fd_set readfds, exceptfds;
while (select(fd + 1, &readfds, (fd_set *) 0,
struct fd_set mask;
struct fd_set mask;
struct fd_set mask;
struct fd_set mask;
empty(struct fd_set *mask, int sec, int nfds)
static int empty(struct fd_set *mask, int sec, int nfds);
fd_set mask;
fd_set ready, writey;
fd_set exceptfds;
fd_set remset;
fd_set readyset;
while ((nready = select(32, (fd_set *)&read_mask,
nready = select(32, (fd_set *)&read_mask, 0, 0, &wait);
nb = select(32, (fd_set *)&read_set, 0, 0, &wait);
fd_set excepts;
static fd_set ibits, obits, xbits;
fd_set o;
fd_set readfrom, ready;
fd_set ibits;
static fd_set fdbits;
fd_set bits;
fd_set ready;
fd_set readfrom;
fd_set rfds;
fd_set ibits, obits, xbits;
fd_set readfds;
fd_set fds;
(fd_set *)NULL, (fd_set *)NULL, (struct timeval *)NULL);
fd_set fds;
result = select(sock + 1, &fds, (fd_set *)NULL, (fd_set *)NULL, &wait);
fd_set fds;
fd_set rfds; /* The set of file descriptors to check */
fd_set readfds, mask;
(fd_set *)NULL, (fd_set *)NULL, &rcv_timeout)) {
fd_set fdset;
fd_set rfds;
fd_set efds;
fd_set readfd;
fd_set read_fd;
fd_set read_fd;
fd_set fds;
fd_set rfds;
fd_set wfds;
fd_set efds;
fd_set rd_set, exc_set;
# define FD_RD_VAR(rds, excs) fd_set rds, excs
# define FD_WR_VAR(wrs) fd_set wrs
fd_set sm_io_to_mask, sm_io_x_mask; \
fd_set sm_io_to_mask, sm_io_x_mask; \
fd_set readfds;
fd_set readfds;
fd_set fds; \
fd_set ssl_maskr, ssl_maskx;
fd_set ssl_maskw, ssl_maskx;
fd_set readfds;
fd_set fds;
fd_set rfds, wfds, xfds;
fd_set *rfds, *wfds, *xfds;
rfds = va_arg(args, fd_set *);
wfds = va_arg(args, fd_set *);
xfds = va_arg(args, fd_set *);
fd_set fdset;
pselect(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0,
static fd_set zero = { 0 };
select(int nfds, fd_set *in0, fd_set *out0, fd_set *ex0, struct timeval *tv)
fd_sets_count(int limit, fd_set *in, fd_set *out, fd_set *ex)
fd_set rset;
fd_set read_set, err_set;
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
fd_set *readfds, fd_set *writefds, fd_set *errorfds,
extern int _select(int nfds, fd_set *readfds, fd_set *writefds,
fd_set *exceptfds, struct timeval *timeout);
fd_set readfds, writefds;
fd_set rset, wset;
fd_set eset;
fd_set ossi_readfds;
fd_set ossi_writefds;
fd_set ossi_use_readfds;
fd_set ossi_use_writefds;
fd_set readfds;
fd_set readfds;
fd_set svc_fdset;
fd_set _new_svc_fdset;
fd_set *fdset, /* source fd_set array */
extern fd_set _new_svc_fdset;
fd_set readfds;
svc_getreqset(fd_set *readfds)
fd_set dsmask;
n = select(s+1, &dsmask, (fd_set *)NULL,
(fd_set *)NULL, &timeout);
fd_set rdLast, rdNext;
fd_set wrLast, wrNext;
fd_set exLast, exNext;
fd_set nonblockBefore;
fd_set dsmask;
int select(int, fd_set *, fd_set *, fd_set *, struct timeval *);
fd_set rd, wr, ex;
fd_set fdset;
while ((selret = select(FD_SETSIZE, &fdset, (fd_set *)0,
(fd_set *)0, (struct timeval *)0)) > 0) {
fd_set rfds; /* The set of fds to watch for readability */
fd_set wfds; /* The set of fds to watch for writability */
fd_set ufds; /* The set of fds to watch for urgent data */
fd_set rfds = gl->rfds;
fd_set wfds = gl->wfds;
fd_set ufds = gl->ufds;
struct fd_set readfds;
http->input_set = calloc(1, sizeof(fd_set));
if (set_size < sizeof(fd_set))
set_size = sizeof(fd_set);
fd_set *input_set; /* select() set for httpWait() */
fd_set rfds;
diff_sets(fd_set *a, fd_set *b, size_t size)
print_set(fd_set *a, size_t size)
fd_set check, proto;
fd_set *sread = NULL, *swrite = NULL, *serr = NULL;
fd_set mask;
fd_set readfds;
fd_set readfds;
fd_set mask;
fd_set readfds;
fd_set mask;
fd_set readfds;
extern fd_set svc_fdset;
extern void svc_getreqset(fd_set *); /* takes fdset instead of int */
extern int select(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
fd_set *_RESTRICT_KYWD, struct timeval *_RESTRICT_KYWD);
extern int pselect(int, fd_set *_RESTRICT_KYWD, fd_set *_RESTRICT_KYWD,
fd_set *_RESTRICT_KYWD, const struct timespec *_RESTRICT_KYWD,