Searched refs:_ISwbit (Results 1 – 7 of 7) sorted by relevance
40 # ifndef _ISwbit47 # define _ISwbit(bit) (1 << (bit)) macro49 # define _ISwbit(bit) \ macro71 _ISwupper = _ISwbit (__ISwupper), /* UPPERCASE. */72 _ISwlower = _ISwbit (__ISwlower), /* lowercase. */73 _ISwalpha = _ISwbit (__ISwalpha), /* Alphabetic. */74 _ISwdigit = _ISwbit (__ISwdigit), /* Numeric. */75 _ISwxdigit = _ISwbit (__ISwxdigit), /* Hexadecimal numeric. */76 _ISwspace = _ISwbit (__ISwspace), /* Whitespace. */77 _ISwprint = _ISwbit (__ISwprint), /* Printing. */[all …]
48 #define BITw(class) (_ISwbit (BITPOS (class)))463 if ((tmp & _ISwbit (cls1)) != 0) in ctype_finish()467 int eq = (tmp & _ISwbit (cls2)) != 0; in ctype_finish()499 ctype->class_collection[cnt] |= _ISwbit (cls2); in ctype_finish()2230 class_bit = _ISwbit (ctype->nr_charclass - 1); in ctype_read()2234 class_bit = _ISwbit (cnt); in ctype_read()2804 class_bit = _ISwbit (cnt); in ctype_read()2859 int bitw = _ISwbit (bitpos); in set_one_default()3641 if (ctype->class_collection[idx] & _ISwbit (nr)) in allocate_arrays()
8968 * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.9042 (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
3838 * wctype/wctype.h (_ISwbit): Correctly handle bits > 16.12976 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
1873 * wctype/wctype.h (_ISwbit): Likewise.
6796 * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left