HomeSort by: relevance | last modified time | path
    Searched refs:FD_ISSET (Results 1 - 25 of 139) sorted by relevancy

1 2 3 4 5 6

  /src/external/gpl2/xcvs/dist/lib/
sunos57-select.c 86 bool isread = (readfds && FD_ISSET (fd, readfds));
87 bool isexcept = (exceptfds && FD_ISSET (fd, exceptfds));
88 bool iswrite = (writefds && FD_ISSET (fd, writefds));
209 if (FD_ISSET (fd, &null_rfds))
215 if (FD_ISSET (fd, &null_wfds))
  /src/external/gpl3/gdb.old/dist/gdb/
mingw-hdep.c 89 gdb_assert (!writefds || !FD_ISSET (fd, writefds));
91 if ((!readfds || !FD_ISSET (fd, readfds))
92 && (!exceptfds || !FD_ISSET (fd, exceptfds)))
112 if (readfds && FD_ISSET (fd, readfds))
118 if (exceptfds && FD_ISSET (fd, exceptfds))
153 if ((!readfds || !FD_ISSET (fd, readfds))
154 && (!exceptfds || !FD_ISSET (fd, exceptfds)))
157 if (readfds && FD_ISSET (fd, readfds))
168 if (exceptfds && FD_ISSET (fd, exceptfds))
  /src/external/ibm-public/postfix/dist/src/util/
fifo_rdonly_bug.c 114 if (FD_ISSET(fd, &except_fds)) {
117 } else if (FD_ISSET(fd, &read_fds)) {
fifo_rdwr_bug.c 81 if (FD_ISSET(fd, &read_fds)) {
  /src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c 93 gdb_assert (!writefds || !FD_ISSET (fd, writefds));
95 if ((!readfds || !FD_ISSET (fd, readfds))
96 && (!exceptfds || !FD_ISSET (fd, exceptfds)))
116 if (readfds && FD_ISSET (fd, readfds))
122 if (exceptfds && FD_ISSET (fd, exceptfds))
157 if ((!readfds || !FD_ISSET (fd, readfds))
158 && (!exceptfds || !FD_ISSET (fd, exceptfds)))
161 if (readfds && FD_ISSET (fd, readfds))
172 if (exceptfds && FD_ISSET (fd, exceptfds))
  /src/external/bsd/ntp/dist/include/
ntp_select.h 27 # define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
  /src/external/gpl3/gcc/dist/libcc1/
connection.cc 93 if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set))
106 if (FD_ISSET (m_fd, &read_set))
  /src/external/gpl3/gcc.old/dist/libcc1/
connection.cc 93 if (m_aux_fd != -1 && FD_ISSET (m_aux_fd, &read_set))
106 if (FD_ISSET (m_fd, &read_set))
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
select.d 44 int FD_ISSET(int fd, const(fd_set)* fdset);
84 extern (D) bool FD_ISSET( int fd, const(fd_set)* fdset ) pure
157 extern (D) bool FD_ISSET( int fd, const(fd_set)* fdset ) pure
200 extern (D) bool FD_ISSET( int n, const(fd_set)* p ) pure
249 extern (D) bool FD_ISSET( int n, const(fd_set)* p ) pure
298 extern (D) bool FD_ISSET(int n, const(fd_set)* p) pure
345 extern (D) bool FD_ISSET( int n, const(fd_set)* p ) pure
399 extern (D) bool FD_ISSET(int __n, const(fd_set)* __p) pure
443 extern (D) bool FD_ISSET( int fd, const(fd_set)* fdset ) pure
491 extern (D) bool FD_ISSET( int fd, const(fd_set)* fdset ) pur
    [all...]
  /src/regress/sys/kern/select/
select.c 104 assert(!FD_ISSET(fd, &set));
143 if (FD_ISSET(fd, &set)) {
150 if (!FD_ISSET(fd, &oset)) {
  /src/external/gpl3/gdb/dist/readline/readline/examples/
rlptytest.c 196 if (FD_ISSET(slavefd, &rset))
202 if (FD_ISSET(masterfd, &rset))
207 if (FD_ISSET(STDIN_FILENO, &rset))
rl-callbacktest.c 109 if (FD_ISSET (fileno (rl_instream), &fds))
  /src/external/gpl3/gdb.old/dist/readline/readline/examples/
rlptytest.c 196 if (FD_ISSET(slavefd, &rset))
202 if (FD_ISSET(masterfd, &rset))
207 if (FD_ISSET(STDIN_FILENO, &rset))
rl-callbacktest.c 109 if (FD_ISSET (fileno (rl_instream), &fds))
  /src/sys/sys/
fd_set.h 74 #define FD_ISSET(n, p) \
  /src/crypto/external/bsd/heimdal/dist/lib/krb5/
net_write.c 98 if (!FD_ISSET(fd, &wfds)) {
  /src/external/bsd/ipf/dist/samples/
relay.c 65 if (FD_ISSET(ifd, &rfds)) {
74 if (n && FD_ISSET(ofd, &wfds)) {
81 if (n && FD_ISSET(rfd, &rfds)) {
90 if (n && FD_ISSET(rfd, &wfds)) {
  /src/external/bsd/libbind/dist/isc/
ev_files.c 200 !FD_ISSET(del->fd, &ctx->nonblockBefore) &&
231 if (FD_ISSET(del->fd, &ctx->rdLast)) {
238 if (FD_ISSET(del->fd, &ctx->wrLast)) {
245 if (FD_ISSET(del->fd, &ctx->exLast)) {
  /src/external/gpl3/gdb/dist/gnulib/import/
select.c 535 if (FD_ISSET (s, &handle_rfds))
537 if (FD_ISSET (s, &handle_wfds))
539 if (FD_ISSET (s, &handle_xfds))
580 if (((rfds && FD_ISSET (i, rfds))
581 || (wfds && FD_ISSET (i, wfds))
582 || (xfds && FD_ISSET (i, xfds)))
  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 450 if (FD_ISSET (i - 1, &gdb_notifier.check_masks[0])
451 || FD_ISSET (i - 1, &gdb_notifier.check_masks[1])
452 || FD_ISSET (i - 1, &gdb_notifier.check_masks[2]))
686 if (FD_ISSET (file_ptr->fd, &gdb_notifier.ready_masks[0]))
688 if (FD_ISSET (file_ptr->fd, &gdb_notifier.ready_masks[1]))
690 if (FD_ISSET (file_ptr->fd, &gdb_notifier.ready_masks[2]))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
select.c 535 if (FD_ISSET (s, &handle_rfds))
537 if (FD_ISSET (s, &handle_wfds))
539 if (FD_ISSET (s, &handle_xfds))
580 if (((rfds && FD_ISSET (i, rfds))
581 || (wfds && FD_ISSET (i, wfds))
582 || (xfds && FD_ISSET (i, xfds)))
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 450 if (FD_ISSET (i - 1, &gdb_notifier.check_masks[0])
451 || FD_ISSET (i - 1, &gdb_notifier.check_masks[1])
452 || FD_ISSET (i - 1, &gdb_notifier.check_masks[2]))
686 if (FD_ISSET (file_ptr->fd, &gdb_notifier.ready_masks[0]))
688 if (FD_ISSET (file_ptr->fd, &gdb_notifier.ready_masks[1]))
690 if (FD_ISSET (file_ptr->fd, &gdb_notifier.ready_masks[2]))
  /src/tests/lib/libc/sys/
t_eventfd.c 310 ATF_REQUIRE(!FD_ISSET(efd, &readfds));
311 ATF_REQUIRE(FD_ISSET(efd, &writefds));
312 ATF_REQUIRE(!FD_ISSET(efd, &exceptfds));
347 ATF_REQUIRE(FD_ISSET(efd, &readfds));
348 ATF_REQUIRE(!FD_ISSET(efd, &writefds));
349 ATF_REQUIRE(!FD_ISSET(efd, &exceptfds));
428 ATF_REQUIRE(FD_ISSET(ctx->efd, &selfds));
443 ATF_REQUIRE(FD_ISSET(ctx->efd, &selfds));
  /src/tests/net/can/
h_canutils.c 119 ATF_CHECK_MSG(FD_ISSET(s, &rfds), "select returns but s not in set");
157 ATF_CHECK_MSG(FD_ISSET(s, &rfds), "select returns but s not in set");
  /src/usr.sbin/mopd/common/
loop-linux2.c 135 if (!FD_ISSET(ii->fd, &listeners))

Completed in 52 milliseconds

1 2 3 4 5 6