Searched refs:FD_ISSET (Results 1 – 13 of 13) sorted by relevance
/glibc-2.36/misc/ |
D | tst-fdset.c | 33 if (FD_ISSET (i, &set) == 0) in do_test() 43 if (FD_ISSET (i, &set)) in do_test() 53 if (FD_ISSET (i, &set) == 0) in do_test()
|
D | tst-pselect.c | 104 TEST_VERIFY (FD_ISSET (fds[1][0], &rfds)); in test_pselect_basic()
|
/glibc-2.36/hurd/ |
D | hurdselect.c | 252 if (readfds != NULL && FD_ISSET (i, &rfds)) in _hurd_select() 254 if (writefds != NULL && FD_ISSET (i, &wfds)) in _hurd_select() 256 if (exceptfds != NULL && FD_ISSET (i, &xfds)) in _hurd_select() 628 if (readfds != NULL && FD_ISSET (i, readfds)) in _hurd_select() 630 if (writefds != NULL && FD_ISSET (i, writefds)) in _hurd_select() 632 if (exceptfds != NULL && FD_ISSET (i, exceptfds)) in _hurd_select()
|
/glibc-2.36/manual/examples/ |
D | inetsrv.c | 88 if (FD_ISSET (i, &read_fd_set)) in main()
|
/glibc-2.36/conform/data/sys/ |
D | select.h-data | 22 macro FD_ISSET
|
D | time.h-data | 23 macro FD_ISSET
|
/glibc-2.36/misc/sys/ |
D | select.h | 87 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) macro
|
/glibc-2.36/debug/ |
D | tst-fortify.c | 1731 FD_ISSET (FD_SETSIZE - 1, &s); in do_test() 1734 FD_ISSET (FD_SETSIZE, &s); in do_test() 1738 FD_ISSET (l0 + FD_SETSIZE, &s); in do_test()
|
/glibc-2.36/manual/ |
D | llio.texi | 2110 @deftypefn Macro int FD_ISSET (int @var{filedes}, const fd_set *@var{set}) 2169 use @code{FD_ISSET (@var{desc}, @var{read-fds})} after @code{select} returns.
|
/glibc-2.36/ |
D | NEWS | 5326 * Checking versions of FD_SET, FD_CLR, and FD_ISSET added.
|
/glibc-2.36/posix/ |
D | tst-regex.input | 12443 * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.8 | 12443 * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
|
D | ChangeLog.18 | 92492 FD_ISSET.
|