Searched defs:_PC_ISSET (Results 1 – 2 of 2) sorted by relevance
58 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro
53 #define _PC_ISSET(n, a) (a[(n) / _BITS] & (1 << ((n) % _BITS))) macro