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/linux/
H A Dtime.h31 #define FD_ISSET(fd,fdsetp) __FD_ISSET(fd,fdsetp) macro
/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) macro
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/sys/
H A Dtypes.h241 # define FD_ISSET(n, p) ((p)->fds_bits[(n)/NFDBITS] & (1L << ((n) % NFDBITS))) macro