Lines Matching refs:FD_ISSET
1057 if (readset_in && FD_ISSET(i, readset_in) && ((lastdata != NULL) || (rcvevent > 0))) {
1063 if (writeset_in && FD_ISSET(i, writeset_in) && (sendevent != 0)) {
1069 if (exceptset_in && FD_ISSET(i, exceptset_in) && (errevent != 0)) {
1153 if ((readset && FD_ISSET(i, readset)) ||
1154 (writeset && FD_ISSET(i, writeset)) ||
1155 (exceptset && FD_ISSET(i, exceptset))) {
1185 if ((readset && FD_ISSET(i, readset)) ||
1186 (writeset && FD_ISSET(i, writeset)) ||
1187 (exceptset && FD_ISSET(i, exceptset))) {
1328 if (scb->readset && FD_ISSET(s, scb->readset)) {
1333 if (!do_signal && scb->writeset && FD_ISSET(s, scb->writeset)) {
1338 if (!do_signal && scb->exceptset && FD_ISSET(s, scb->exceptset)) {