/external/openssh/openbsd-compat/ |
D | bsd-poll.c | 47 fd_set *readfds = NULL, *writefds = NULL, *exceptfds = NULL; in poll() local 63 (exceptfds = calloc(nmemb, sizeof(fd_mask))) == NULL) { in poll() 76 FD_SET(fd, exceptfds); in poll() 80 FD_SET(fd, exceptfds); in poll() 91 ret = select(maxfd + 1, readfds, writefds, exceptfds, tvp); in poll() 106 if (FD_ISSET(fd, exceptfds)) { in poll() 114 free(exceptfds); in poll()
|
/external/curl/tests/server/ |
D | sockfilt.c | 686 fd_set *exceptfds, struct timeval *timeout) in select_ws() argument 749 if(FD_ISSET(fds, exceptfds)) in select_ws() 820 FD_CLR(sock, exceptfds); in select_ws() 825 FD_CLR(sock, exceptfds); in select_ws() 851 FD_CLR(sock, exceptfds); in select_ws() 857 FD_ISSET(sock, exceptfds)) { in select_ws() 865 FD_CLR(sock, exceptfds); in select_ws() 876 if(FD_ISSET(fds, exceptfds)) in select_ws()
|
/external/fio/os/windows/ |
D | posix.c | 740 fd_set readfds, writefds, exceptfds; in poll() local 752 FD_ZERO(&exceptfds); in poll() 767 FD_SET(fds[i].fd, &exceptfds); in poll() 769 rc = select(nfds, &readfds, &writefds, &exceptfds, to); in poll() 784 if (FD_ISSET(fds[i].fd, &exceptfds)) in poll()
|
/external/v8/src/ |
D | d8-posix.cc | 86 fd_set readfds, writefds, exceptfds; in WaitOnFD() local 99 FD_ZERO(&exceptfds); in WaitOnFD() 101 FD_SET(fd, &exceptfds); in WaitOnFD() 115 &exceptfds, in WaitOnFD()
|
/external/compiler-rt/lib/dfsan/ |
D | dfsan_custom.cc | 692 fd_set *exceptfds, struct timeval *timeout, in __dfsw_select() argument 696 int ret = select(nfds, readfds, writefds, exceptfds, timeout); in __dfsw_select() 705 if (exceptfds) { in __dfsw_select() 706 dfsan_set_label(0, exceptfds, sizeof(fd_set)); in __dfsw_select()
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/ |
D | socket_ops.hpp | 207 fd_set* exceptfds, timeval* timeout, asio::error_code& ec);
|
/external/parameter-framework/asio-1.10.6/include/asio/detail/impl/ |
D | socket_ops.ipp | 1259 fd_set* exceptfds, timeval* timeout, asio::error_code& ec) 1268 writefds, exceptfds, timeout ? &ts : 0, 0), ec); 1271 writefds, exceptfds, timeout), ec);
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 906 Syscall param old_select(exceptfds) points to unaddressable byte(s) 1657 Syscall param select(exceptfds) contains uninitialised byte(s) 1675 Syscall param select(exceptfds) points to unaddressable byte(s)
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-generic.c | 4242 vki_fd_set *, exceptfds, struct vki_timeval *, timeout); in PRE()
|
D | syswrap-linux.c | 1278 vki_fd_set *, exceptfds, struct vki_timeval *, timeout, in PRE()
|
/external/libvncserver/ |
D | ChangeLog | 8086 * sockets.c: select exceptfds
|