HomeSort by relevance Sort by last modified time
    Searched defs:FD_ISSET (Results 1 - 8 of 8) sorted by null

  /external/curl/lib/
warnless.h 98 # undef FD_ISSET
99 # define FD_ISSET(a,b) curlx_FD_ISSET((a),(b))
  /bionic/libc/include/sys/
select.h 74 #define FD_ISSET(fd, set) __FD_ISSET_chk(fd, set, __bos(set))
78 #define FD_ISSET(fd, set) __FD_ISSET(fd, set)
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
fd_set.h 70 #define FD_ISSET(n, p) \
  /external/openssh/openbsd-compat/
openbsd-compat.h 316 /* _FORTIFY_SOURCE breaks FD_ISSET(n)/FD_SET(n) for n > FD_SETSIZE. Avoid. */
323 # undef FD_ISSET
325 # define FD_ISSET(n, set) kludge_FD_ISSET(n, set)
  /external/iputils/
traceroute6.c 284 #define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1 << ((n) % NFDBITS)))
  /bionic/libc/upstream-netbsd/lib/libc/isc/
eventlib_p.h 209 #undef FD_ISSET
210 #define FD_ISSET(fd, maskp) \
  /external/grpc-grpc/third_party/cares/config_android/
ares_config.h 441 #undef FD_ISSET
456 #define FD_ISSET(d, set) \
  /external/grpc-grpc/third_party/cares/config_linux/
ares_config.h 441 #undef FD_ISSET
456 #define FD_ISSET(d, set) \

Completed in 281 milliseconds