Home
last modified time | relevance | path

Searched refs:__FD_ISSET (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dselect.h35 #define __FD_ISSET(d, s) ((__FDS_BITS (s)[__FDELT(d)] & __FDMASK(d)) != 0) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dtime.h31 #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp)
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/sys/
H A Dselect.h95 #define FD_ISSET(fd, fdsetp) __FD_ISSET (fd, fdsetp)