HomeSort by: relevance | last modified time | path
    Searched refs:__FD_ISSET (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/am-utils/dist/conf/nfs_prot/
nfs_prot_linux.h 322 # ifndef __FD_ISSET
323 # define __FD_ISSET(d, set) ((set)->fds_bits[__FDELT(d)] & __FDMASK(d))
324 # endif /* not __FD_ISSET */
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/sys/
select.d 123 # define __FD_ISSET(fd, fdsp) \

Completed in 48 milliseconds