Searched refs:_U (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | ctype.c | 60 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 61 _U, _U, _U, _ [all...] |
H A D | ctype.h | 44 #define _U 0x00000001 /* Upper case */ macro 53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L)) 54 #define isupper(c) ((__ctype + 1)[c] & _U) 58 #define isalnum(c) ((__ctype + 1)[c] & (_U | _L | _N)) 61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B)) 62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N))
|
/illumos-gate/usr/src/lib/libc/port/i18n/ |
H A D | _ctype.c | 54 _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 55 _U, _U, _U, _ [all...] |
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | ctype_.c | 41 /*100*/ _P, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U|_X, _U, 42 /*110*/ _U, _U, _U, _ [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | ctype.h | 30 #define _U 01 macro 41 #define isalpha(c) ((_ctype_+1)[c]&(_U|_L)) 42 #define isupper(c) ((_ctype_+1)[c]&_U) 48 #define isalnum(c) ((_ctype_+1)[c]&(_U|_L|_N)) 49 #define isprint(c) ((_ctype_+1)[c]&(_P|_U|_L|_N|_B)) 50 #define isgraph(c) ((_ctype_+1)[c]&(_P|_U|_L|_N))
|
/illumos-gate/usr/src/lib/libbc/inc/5include/ |
H A D | ctype.h | 33 #define _U 01 /* Upper case */ macro 64 #define isalnum(c) ((_ctype_ + 1)[c] & (_U | _L | _N)) 65 #define isalpha(c) ((_ctype_ + 1)[c] & (_U | _L)) 71 #define isgraph(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N)) 73 #define isprint(c) ((_ctype_ + 1)[c] & (_P | _U | _L | _N | _B)) 76 #define isupper(c) ((_ctype_ + 1)[c] & _U)
|
/illumos-gate/usr/src/head/iso/ |
H A D | ctype_iso.h | 53 #define _U 0x00000001 /* Upper case */ macro 62 #define _ISUPPER _U
|
Completed in 45 milliseconds