crypto/heimdal/appl/ftp/ftp/ftp.c
1805
if (din && FD_ISSET (fileno (din), &mask)) {
crypto/heimdal/appl/push/push.c
314
if (FD_ISSET(s, &readset)) {
crypto/heimdal/appl/push/push.c
479
if (FD_ISSET(s, &writeset)) {
crypto/heimdal/appl/rsh/rsh.c
114
if (FD_ISSET(s, &readset)) {
crypto/heimdal/appl/rsh/rsh.c
126
if (errsock != -1 && FD_ISSET(errsock, &readset)) {
crypto/heimdal/appl/rsh/rsh.c
138
if (FD_ISSET(STDIN_FILENO, &readset)) {
crypto/heimdal/appl/rsh/rsh.c
508
if (FD_ISSET(errsock, &fdset)) {
crypto/heimdal/appl/rsh/rsh.c
524
if (FD_ISSET(s, &fdset)) {
crypto/heimdal/appl/rsh/rshd.c
445
if (FD_ISSET(from0, &readset)) {
crypto/heimdal/appl/rsh/rshd.c
456
if (FD_ISSET(from1, &readset)) {
crypto/heimdal/appl/rsh/rshd.c
469
if (FD_ISSET(from2, &readset)) {
crypto/heimdal/appl/telnet/telnet/network.c
91
if (FD_ISSET(net, &excepts)) {
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
822
if (FD_ISSET(net, &xbits)) {
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
831
if (FD_ISSET(net, &ibits)) {
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
944
if (FD_ISSET(tin, &ibits)) {
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
969
if (FD_ISSET(net, &obits)) {
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
973
if (FD_ISSET(tout, &obits)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1048
if (FD_ISSET(net, &xbits)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1055
if (FD_ISSET(net, &ibits)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1130
if (FD_ISSET(p, &ibits)) {
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1207
if (FD_ISSET(f, &obits) && (nfrontp - nbackp) > 0)
crypto/heimdal/appl/telnet/telnetd/telnetd.c
1211
if (FD_ISSET(p, &obits) && (pfrontp - pbackp) > 0)
crypto/heimdal/appl/telnet/telnetd/utility.c
106
if (FD_ISSET(s, &excepts)) {
crypto/heimdal/kadmin/kadm_conn.c
209
if(FD_ISSET(socks[i], &read_set))
crypto/heimdal/kdc/connect.c
909
if(!rk_IS_BAD_SOCKET(d[i].s) && FD_ISSET(d[i].s, &fds)) {
crypto/heimdal/kpasswd/kpasswdd.c
720
if (FD_ISSET(sockets[i], &fdset)) {
crypto/heimdal/lib/kadm5/ipropd_master.c
1007
if (ret && FD_ISSET(listen6_fd, &readset)) {
crypto/heimdal/lib/kadm5/ipropd_master.c
1012
if (ret && FD_ISSET(listen_fd, &readset)) {
crypto/heimdal/lib/kadm5/ipropd_master.c
959
if (ret && FD_ISSET(signal_fd, &readset)) {
crypto/heimdal/lib/kadm5/ipropd_master.c
996
if (ret && FD_ISSET(p->fd, &readset)) {
crypto/heimdal/lib/krb5/net_write.c
96
if (!FD_ISSET(fd, &wfds)) {
crypto/heimdal/lib/roken/mini_inetd.c
148
if (FD_ISSET (fds[i], &read_set)) {
crypto/krb5/src/appl/gss-sample/gss-misc.c
123
|| !FD_ISSET(fildes, &rfds))
crypto/krb5/src/lib/apputils/net-server.c
1549
if (!FD_ISSET(s, &svc_fdset) || have_event_for_fd(s))
crypto/krb5/src/lib/apputils/net-server.c
1585
if (!FD_ISSET(verto_get_fd(ev), &svc_fdset))
crypto/krb5/src/lib/apputils/net-server.c
529
if (FD_ISSET(fd, &svc_fdset)) {
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
306
!FD_ISSET(selstate->max - 1, &selstate->rfds) &&
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
307
!FD_ISSET(selstate->max - 1, &selstate->wfds) &&
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
308
!FD_ISSET(selstate->max - 1, &selstate->xfds))
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
334
return (FD_ISSET(fd, &selstate->rfds) ? SSF_READ : 0) |
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
335
(FD_ISSET(fd, &selstate->wfds) ? SSF_WRITE : 0) |
crypto/krb5/src/lib/krb5/os/sendto_kdc.c
336
(FD_ISSET(fd, &selstate->xfds) ? SSF_EXCEPTION : 0);
crypto/krb5/src/lib/rpc/svc.c
425
if (!FD_ISSET(sock, readfds))
crypto/krb5/src/lib/rpc/svc_tcp.c
371
#define loopcond (!FD_ISSET(sock, &readfds))
crypto/krb5/src/util/verto/ev_select.c
233
if (FD_ISSET (handle, (fd_set *)vec_ro)) events |= EV_READ;
crypto/krb5/src/util/verto/ev_select.c
234
if (FD_ISSET (handle, (fd_set *)vec_wo)) events |= EV_WRITE;
crypto/krb5/src/util/verto/ev_select.c
236
if (FD_ISSET (handle, (fd_set *)vec_eo)) events |= EV_WRITE;
crypto/openssh/openbsd-compat/bsd-poll.c
86
if ((fds[i].events & POLLIN) && FD_ISSET(fd, &readfds))
crypto/openssh/openbsd-compat/bsd-poll.c
88
if ((fds[i].events & POLLOUT) && FD_ISSET(fd, &writefds))
crypto/openssh/openbsd-compat/bsd-poll.c
90
if ((fds[i].events & POLLPRI) && FD_ISSET(fd, &exceptfds))
crypto/openssh/openbsd-compat/bsd-pselect.c
102
if (notify_pipe[0] != -1 && FD_ISSET(notify_pipe[0], readset)) {
crypto/openssh/openbsd-compat/kludge-fd_set.c
23
return FD_ISSET(n, set);
crypto/openssl/apps/s_client.c
3129
&& !FD_ISSET(SSL_get_fd(con), &readfds)
crypto/openssl/apps/s_client.c
3130
&& !FD_ISSET(SSL_get_fd(con), &writefds))
crypto/openssl/apps/s_client.c
3135
&& ((!isquic && FD_ISSET(SSL_get_fd(con), &writefds))
crypto/openssl/apps/s_client.c
3209
else if (!ssl_pending && FD_ISSET(fileno_stdout(), &writefds))
crypto/openssl/apps/s_client.c
3230
|| (!isquic && FD_ISSET(SSL_get_fd(con), &readfds))) {
crypto/openssl/apps/s_client.c
3304
else if (FD_ISSET(fileno_stdin(), &readfds))
crypto/openssl/apps/s_server.c
2779
if (FD_ISSET(fileno_stdin(), &readfds))
crypto/openssl/apps/s_server.c
2782
if (FD_ISSET(s, &readfds))
crypto/openssl/apps/s_server.c
3447
if (i <= 0 || !FD_ISSET(s, &readfds)) {
crypto/openssl/apps/speed.c
1735
if (num_job_fds == 1 && !FD_ISSET(job_fd, &waitfdset))
crypto/openssl/test/helpers/ssltestlib.c
1042
return FD_ISSET(sock, &readfds);
lib/libbluetooth/hci.c
168
assert(FD_ISSET(s, &rfd));
lib/libc/net/rcmd.c
236
if (_select(nfds, &reads, 0, 0, 0) < 1 || !FD_ISSET(s2, &reads)){
lib/libc/rpc/svc_vc.c
747
if (FD_ISSET(i, fds)) {
lib/libc/tests/secure/fortify_select_test.c
570
FD_ISSET(__idx, &__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
591
FD_ISSET(__idx, &__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
621
FD_ISSET(__idx, &__stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
666
FD_ISSET(__idx, __stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
689
FD_ISSET(__idx, __stack.__buf);
lib/libc/tests/secure/fortify_select_test.c
721
FD_ISSET(__idx, __stack.__buf);
lib/libc/tests/sys/cpuset_test.c
539
if (FD_ISSET(pfd, &lset)) {
lib/libc/tests/sys/cpuset_test.c
544
ATF_REQUIRE(FD_ISSET(fd, &lset));
lib/libcasper/libcasper/libcasper_service.c
282
if (FD_ISSET(sock, &fds)) {
lib/libcasper/libcasper/service.c
460
if (FD_ISSET(service_connection_get_sock(sconn), &fds))
lib/libradius/radlib.c
1263
if (!FD_ISSET(fd, &readfds)) {
libexec/bootpd/bootpd.c
528
if (!FD_ISSET(s, &readfds)) {
libexec/rbootd/rbootd.c
234
if (FD_ISSET(fd, &r)) {
sbin/devd/devd.cc
1118
if (FD_ISSET(stream_fd, &fds))
sbin/devd/devd.cc
1120
if (FD_ISSET(seqpacket_fd, &fds))
sbin/devd/devd.cc
1122
if (FD_ISSET(fd, &fds)) {
sbin/hastd/hastd.c
1139
if (FD_ISSET(proto_descriptor(cfg->hc_controlconn), &rfds))
sbin/hastd/hastd.c
1144
if (FD_ISSET(proto_descriptor(lst->hl_conn), &rfds))
sbin/hastd/hastd.c
1150
if (FD_ISSET(proto_descriptor(res->hr_event), &rfds)) {
sbin/hastd/hastd.c
1164
if (FD_ISSET(proto_descriptor(res->hr_conn),
sbin/hastd/proto_tcp.c
372
PJDLOG_ASSERT(FD_ISSET(tctx->tc_fd, &fdset));
sbin/ipf/ipfstat/ipfstat.c
1671
if (FD_ISSET(0, &readfd)) {
sbin/ipf/ipfsync/ipfsyncd.c
257
if (FD_ISSET(lfd, &rd)) {
sbin/ipf/ipfsync/ipfsyncd.c
284
if (FD_ISSET(nfd, &rd)) {
sbin/ipf/ipmon/ipmon.c
1777
if ((l->logtype == -1) || !FD_ISSET(l->fd, &fdr))
sbin/natd/natd.c
426
if (FD_ISSET (divertGlobal, &readMask))
sbin/natd/natd.c
431
if (FD_ISSET (mip->divertIn, &readMask))
sbin/natd/natd.c
435
if (FD_ISSET (mip->divertOut, &readMask))
sbin/natd/natd.c
439
if (FD_ISSET (mip->divertInOut, &readMask))
sbin/natd/natd.c
444
if (FD_ISSET (routeSock, &readMask))
sbin/nos-tun/nos-tun.c
363
if(FD_ISSET(net,&rfds)) {
sbin/nos-tun/nos-tun.c
375
if(FD_ISSET(tun,&rfds)) {
sbin/routed/main.c
496
if (FD_ISSET(rt_sock, &ibits)) {
sbin/routed/main.c
500
if (rdisc_sock >= 0 && FD_ISSET(rdisc_sock, &ibits)) {
sbin/routed/main.c
504
if (rip_sock >= 0 && FD_ISSET(rip_sock, &ibits)) {
sbin/routed/main.c
513
&& FD_ISSET(ifp->int_rip_sock, &ibits)) {
share/doc/psd/20.ipctut/strchkread.c
83
if (FD_ISSET(sock, &ready)) {
share/examples/ipfilter/l4check/l4check.c
382
if (FD_ISSET(l4->l4_fd, &rfd)) {
share/examples/ipfilter/l4check/l4check.c
390
if ((l4->l4_fd >= 0) && FD_ISSET(l4->l4_fd, &wfd)) {
share/examples/ipfilter/samples/proxy.c
268
if ((n > 0) && FD_ISSET(in, &rd)) {
share/examples/ipfilter/samples/proxy.c
277
if ((n > 0) && FD_ISSET(net, &rd)) {
share/examples/ipfilter/samples/proxy.c
286
if ((n > 0) && FD_ISSET(out, &wr)) {
share/examples/ipfilter/samples/proxy.c
299
if ((n > 0) && FD_ISSET(net, &wr)) {
share/examples/ipfilter/samples/relay.c
64
if (FD_ISSET(ifd, &rfds)) {
share/examples/ipfilter/samples/relay.c
73
if (n && FD_ISSET(ofd, &wfds)) {
share/examples/ipfilter/samples/relay.c
80
if (n && FD_ISSET(rfd, &rfds)) {
share/examples/ipfilter/samples/relay.c
89
if (n && FD_ISSET(rfd, &wfds)) {
share/examples/sound/select.c
52
if (FD_ISSET(config.fd, &fds)) {
sys/teken/demo/teken_demo.c
336
if (FD_ISSET(STDIN_FILENO, &rfds)) {
sys/teken/demo/teken_demo.c
343
if (FD_ISSET(ptfd, &rfds)) {
tests/sys/fifo/fifo_io.c
900
*readable = FD_ISSET(fd, &readfds) ? 1 : 0;
tests/sys/fifo/fifo_io.c
901
*writable = FD_ISSET(fd, &writefds) ? 1 : 0;
tests/sys/fifo/fifo_io.c
902
*exception = FD_ISSET(fd, &exceptfds) ? 1 : 0;
tests/sys/fs/fusefs/mockfs.cc
1060
ASSERT_TRUE(FD_ISSET(m_fuse_fd, &writefds));
tests/sys/fs/fusefs/mockfs.cc
997
ASSERT_TRUE(FD_ISSET(fuse_fd, &readfds));
tests/sys/kern/unix_dgram.c
302
ATF_REQUIRE(FD_ISSET(fd, &rfds));
tests/sys/netgraph/util.c
215
if (FD_ISSET(cs, &fds))
tests/sys/netgraph/util.c
217
if (FD_ISSET(ds, &fds))
tests/sys/sound/polling.c
184
if (FD_ISSET(fd, &fds[0])) {
tests/sys/sound/polling.c
189
if (FD_ISSET(fd, &fds[1])) {
tools/regression/poll/pipeselect.c
109
report(num++, "1", 0, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
118
report(num++, "2", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
124
report(num++, "2a", 0, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
133
report(num++, "3", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
149
report(num++, "4", 0, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
158
report(num++, "5", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
172
report(num++, "6", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
178
report(num++, "6a", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
198
report(num++, "6b", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
203
report(num++, "6c", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
208
report(num++, "6d", 1, FD_ISSET(fd, &rfds));
tools/regression/poll/pipeselect.c
90
report(num++, "0", 1, FD_ISSET(fd, &rfds));
tools/regression/sockets/zerosend/zerosend.c
173
if (FD_ISSET(sock2, &exceptfds))
tools/regression/sockets/zerosend/zerosend.c
175
if (!FD_ISSET(sock2, &writefds))
tools/test/netfibs/reflect.c
264
if (!FD_ISSET(s, &rset))
tools/tools/net80211/stumbler/stumbler.c
991
if (FD_ISSET(0, &fds))
tools/tools/net80211/stumbler/stumbler.c
993
if (FD_ISSET(bpf_s, &fds))
tools/tools/net80211/w00t/ap/ap.c
839
if (FD_ISSET(p->tap, &fds))
tools/tools/net80211/w00t/ap/ap.c
841
if (FD_ISSET(p->rx, &fds))
tools/tools/net80211/w00t/assoc/assoc.c
901
if (FD_ISSET(p.tap, &fds)) {
tools/tools/net80211/w00t/assoc/assoc.c
905
if (FD_ISSET(p.rx, &fds)) {
tools/tools/net80211/w00t/expand/expand.c
405
if (FD_ISSET(p->rx, &fds))
tools/tools/net80211/w00t/prga/prga.c
370
if (!FD_ISSET(p->rx, &fds))
tools/tools/net80211/w00t/prga/prga.c
431
if (!FD_ISSET(p->rx, &fds))
tools/tools/net80211/w00t/redir/redir.c
609
if (FD_ISSET(p->rx, &fds))
tools/tools/net80211/w00t/redir/redir.c
611
if (FD_ISSET(p->s, &fds))
tools/tools/net80211/wesside/dics/dics.c
412
if (rd == 1 && FD_ISSET(us, &rfds)) {
tools/tools/net80211/wesside/udps/udps.c
166
if (rd == 1 && FD_ISSET(s, &rfds)) {
tools/tools/net80211/wesside/wesside/wesside.c
2584
if (FD_ISSET(wifd, &rfd)) {
tools/tools/net80211/wesside/wesside/wesside.c
2601
if (FD_ISSET(tapfd, &rfd)) {
tools/tools/net80211/wlaninject/wlaninject.c
787
if (!FD_ISSET(fd2, &fds))
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
315
if (FD_ISSET(amaster, &rfd)) {
usr.bin/bluetooth/rfcomm_sppd/rfcomm_sppd.c
334
if (FD_ISSET(s, &rfd)) {
usr.bin/script/script.c
328
if (n > 0 && FD_ISSET(STDIN_FILENO, &rfd)) {
usr.bin/script/script.c
349
if (n > 0 && FD_ISSET(master, &wfd)) {
usr.bin/script/script.c
376
if (n > 0 && FD_ISSET(master, &rfd)) {
usr.bin/truss/syscalls.c
2015
if (FD_ISSET(i, fds))
usr.sbin/apmd/apmd.c
623
if (FD_ISSET(signal_fd[0], &rfds)) {
usr.sbin/apmd/apmd.c
628
if (FD_ISSET(apmctl_fd, &rfds))
usr.sbin/bluetooth/bthidd/server.c
205
if (FD_ISSET(fd, &rfdset)) {
usr.sbin/bluetooth/bthidd/server.c
212
} else if (FD_ISSET(fd, &wfdset)) {
usr.sbin/bluetooth/btpand/event.c
161
if (FD_ISSET(ev->fd, &r) || FD_ISSET(ev->fd, &w)) {
usr.sbin/bluetooth/hccontrol/send_recv.c
175
assert(FD_ISSET(s, &rfd));
usr.sbin/bluetooth/sdpd/server.c
271
if (!FD_ISSET(fd, &fdset))
usr.sbin/bluetooth/sdpd/server.c
310
assert(!FD_ISSET(cfd, &srv->fdset));
usr.sbin/bluetooth/sdpd/server.c
413
assert(FD_ISSET(fd, &srv->fdset));
usr.sbin/bluetooth/sdpd/server.c
566
assert(FD_ISSET(fd, &srv->fdset));
usr.sbin/inetd/inetd.c
1044
if (FD_ISSET(sep->se_fd, &allsock))
usr.sbin/inetd/inetd.c
1047
if (!FD_ISSET(sep->se_fd, &allsock))
usr.sbin/inetd/inetd.c
1457
if (FD_ISSET(sep->se_fd, &allsock))
usr.sbin/inetd/inetd.c
1527
if (FD_ISSET(sep->se_fd, &allsock)) {
usr.sbin/inetd/inetd.c
1555
if (!FD_ISSET(sep->se_fd, &allsock)) {
usr.sbin/inetd/inetd.c
576
if (FD_ISSET(signalpipe[0], &readable)) {
usr.sbin/inetd/inetd.c
608
if (sep->se_fd != -1 && FD_ISSET(sep->se_fd, &readable)) {
usr.sbin/ipfwpcap/ipfwpcap.c
235
if (!FD_ISSET(sd, &rds))
usr.sbin/lpr/lpd/lpd.c
374
if (FD_ISSET(funix, &readfds)) {
usr.sbin/lpr/lpd/lpd.c
380
if (FD_ISSET(finet[i], &readfds)) {
usr.sbin/moused/msconvd/msconvd.c
692
if ((rodent.mremsfd >= 0) && FD_ISSET(rodent.mremsfd, &fds)) {
usr.sbin/moused/msconvd/msconvd.c
696
if ((rodent.mremcfd >= 0) && FD_ISSET(rodent.mremcfd, &fds)) {
usr.sbin/nfscbd/nfscbd.c
294
if (FD_ISSET(tcpsock, &ready)) {
usr.sbin/nfsd/nfsd.c
876
if (FD_ISSET(tcpsock, &ready)) {
usr.sbin/nghook/main.c
199
if (FD_ISSET(dsock, &rfds)) {
usr.sbin/nghook/main.c
230
if (FD_ISSET(infd, &rfds)) {
usr.sbin/ppp/bundle.c
528
return FD_ISSET(bundle->dev.fd, fdset);
usr.sbin/ppp/bundle.c
551
if (FD_ISSET(bundle->dev.fd, fdset)) {
usr.sbin/ppp/chap.c
417
return chap && chap->child.fd != -1 && FD_ISSET(chap->child.fd, fdset);
usr.sbin/ppp/ether.c
141
if (r && dev->cs >= 0 && FD_ISSET(dev->cs, r)) {
usr.sbin/ppp/ether.c
401
result = dev->cs >= 0 && FD_ISSET(dev->cs, fdset);
usr.sbin/ppp/ether.c
414
if (dev->cs >= 0 && FD_ISSET(dev->cs, fdset)) {
usr.sbin/ppp/exec.c
128
if (w && FD_ISSET(dev->fd_out, w)) {
usr.sbin/ppp/exec.c
133
if (e && FD_ISSET(dev->fd_out, e)) {
usr.sbin/ppp/exec.c
234
int result = dev->fd_out >= 0 && FD_ISSET(dev->fd_out, fdset);
usr.sbin/ppp/main.c
599
if (FD_ISSET(i, rfds)) {
usr.sbin/ppp/main.c
608
if (FD_ISSET(i, wfds)) {
usr.sbin/ppp/main.c
617
if (FD_ISSET(i, efds)) {
usr.sbin/ppp/main.c
639
if (FD_ISSET(i, efds)) {
usr.sbin/ppp/mp.c
1074
return s->fd >= 0 && FD_ISSET(s->fd, fdset);
usr.sbin/ppp/netgraph.c
253
if (r && dev->cs >= 0 && FD_ISSET(dev->cs, r)) {
usr.sbin/ppp/netgraph.c
385
result = dev->cs >= 0 && FD_ISSET(dev->cs, fdset);
usr.sbin/ppp/netgraph.c
398
if (dev->cs >= 0 && FD_ISSET(dev->cs, fdset))
usr.sbin/ppp/physical.c
867
if (r && FD_ISSET(p->fd, r)) {
usr.sbin/ppp/physical.c
872
if (e && FD_ISSET(p->fd, e)) {
usr.sbin/ppp/physical.c
877
if (w && FD_ISSET(p->fd, w)) {
usr.sbin/ppp/physical.c
892
return p->fd >= 0 && FD_ISSET(p->fd, fdset);
usr.sbin/ppp/prompt.c
167
return p->fd_in >= 0 && FD_ISSET(p->fd_in, fdset);
usr.sbin/ppp/radius.c
738
return r && r->cx.fd != -1 && FD_ISSET(r->cx.fd, fdset);
usr.sbin/ppp/server.c
102
if (s->fd >= 0 && FD_ISSET(s->fd, fdset)) {
usr.sbin/ppp/server.c
78
if (s->fd >= 0 && FD_ISSET(s->fd, fdset))
usr.sbin/rarpd/rarpd.c
546
if (!FD_ISSET(fd, &listeners))
usr.sbin/route6d/route6d.c
502
if (FD_ISSET(ripsock, recvecp))
usr.sbin/route6d/route6d.c
512
if (FD_ISSET(rtsock, recvecp))
usr.sbin/rpc.yppasswdd/yppasswdd_main.c
136
if (FD_ISSET(i, &svc_fdset))
usr.sbin/rpc.ypupdated/ypupdated_main.c
109
if (FD_ISSET(i, &svc_fdset))
usr.sbin/rpc.ypxfrd/ypxfrd_main.c
111
if (FD_ISSET(i, &svc_fdset))
usr.sbin/rpcbind/rpcb_svc_com.c
1096
if (FD_ISSET(n, &svc_fdset)) {
usr.sbin/rrenumd/rrenumd.c
654
if (FD_ISSET(s4, &select_fd))
usr.sbin/rrenumd/rrenumd.c
656
if (FD_ISSET(s6, &select_fd))
usr.sbin/uhsoctl/uhsoctl.c
1523
if (FD_ISSET(ctx.fd, &set)) {
usr.sbin/watch/watch.c
354
if (opt_interactive && FD_ISSET(std_in, &fd_s)) {
usr.sbin/watch/watch.c
390
if (!FD_ISSET(snp_io, &fd_s))
usr.sbin/ypbind/ypbind.c
501
if (READFD > 0 && FD_ISSET(READFD, &fdsr)) {
usr.sbin/ypbind/ypbind.c
616
if (FD_ISSET(BROADFD, &fds)) {
usr.sbin/ypserv/yp_main.c
168
if (FD_ISSET(resfd, &readfds)) {
usr.sbin/ypserv/yp_main.c
237
if (FD_ISSET(i, &svc_fdset))