Searched refs:fd_mask (Results 1 – 5 of 5) sorted by relevance
55 typedef unsigned long fd_mask; typedef59 #define NFDBITS (sizeof(fd_mask)*8)67 (DIV_ROUNDUP(n, NFDBITS) * sizeof(fd_mask))255 if (fdsz < (int)sizeof(fd_mask)) in select_add()256 fdsz = (int)sizeof(fd_mask); in select_add()
64 /* Define to 1 if the system has the type `fd_mask'. */
547 AC_CHECK_TYPES([fd_mask], , ,
1109 o Fix compilation on Android, which forgot to define fd_mask in its sys/select.h
397 typedef __fd_mask fd_mask; typedef