Home
last modified time | relevance | path

Searched refs:_ISwbit (Results 1 – 7 of 7) sorted by relevance

/glibc-2.36/wctype/bits/
Dwctype-wchar.h40 # ifndef _ISwbit
47 # define _ISwbit(bit) (1 << (bit)) macro
49 # define _ISwbit(bit) \ macro
71 _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 …]
/glibc-2.36/locale/programs/
Dld-ctype.c48 #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()
/glibc-2.36/posix/
Dtst-regex.input8968 * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
9042 (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
/glibc-2.36/ChangeLog.old/
DChangeLog.88968 * wctype/wctype.h (_ISwbit): Avoid warning with gcc before 2.8.
9042 (_ISwbit) [__BYTE_ORDER == __LITTLE_ENDIAN]: Correctly transform
DChangeLog.103838 * wctype/wctype.h (_ISwbit): Correctly handle bits > 16.
12976 * wctype/wctype.h (_ISwbit): Cast result of shift operations to
DChangeLog.91873 * wctype/wctype.h (_ISwbit): Likewise.
DChangeLog.116796 * wctype/wctype.h (_ISwbit): Avoid warnings about shifting left