Home
last modified time | relevance | path

Searched refs:FD_ISSET (Results 1 – 13 of 13) sorted by relevance

/glibc-2.36/misc/
Dtst-fdset.c33 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()
Dtst-pselect.c104 TEST_VERIFY (FD_ISSET (fds[1][0], &rfds)); in test_pselect_basic()
/glibc-2.36/hurd/
Dhurdselect.c252 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/
Dinetsrv.c88 if (FD_ISSET (i, &read_fd_set)) in main()
/glibc-2.36/conform/data/sys/
Dselect.h-data22 macro FD_ISSET
Dtime.h-data23 macro FD_ISSET
/glibc-2.36/misc/sys/
Dselect.h87 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp) macro
/glibc-2.36/debug/
Dtst-fortify.c1731 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/
Dllio.texi2110 @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/
DNEWS5326 * Checking versions of FD_SET, FD_CLR, and FD_ISSET added.
/glibc-2.36/posix/
Dtst-regex.input12443 * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
/glibc-2.36/ChangeLog.old/
DChangeLog.812443 * misc/tst-fdset.c: Don't require the value of FD_ISSET to be
DChangeLog.1892492 FD_ISSET.