Searched refs:__ctype (Results 1 – 19 of 19) sorted by relevance
53 #define isalpha(c) ((__ctype + 1)[c] & (_U | _L))54 #define isupper(c) ((__ctype + 1)[c] & _U)55 #define islower(c) ((__ctype + 1)[c] & _L)56 #define isdigit(c) ((__ctype + 1)[c] & _N)57 #define isxdigit(c) ((__ctype + 1)[c] & _X)58 #define isalnum(c) ((__ctype + 1)[c] & (_U | _L | _N))59 #define isspace(c) ((__ctype + 1)[c] & _S)60 #define ispunct(c) ((__ctype + 1)[c] & _P)61 #define isprint(c) ((__ctype + 1)[c] & (_P | _U | _L | _N | _B))62 #define isgraph(c) ((__ctype + 1)[c] & (_P | _U | _L | _N))[all …]
49 unsigned char __ctype[129] = variable
51 #define multibyte (__ctype[520] > 1)52 #define eucw1 __ctype[514]53 #define eucw2 __ctype[515]54 #define eucw3 __ctype[516]55 #define scrw1 __ctype[517]56 #define scrw2 __ctype[518]57 #define scrw3 __ctype[519]
162 __ctype[i+1] = lct->lc_ctype_mask[i] & 0xff; in install_legacy()169 __ctype[258 + i] = i; in install_legacy()173 __ctype[258+i] = u; in install_legacy()175 __ctype[258+i] = l; in install_legacy()183 __ctype[520] = lct->lc_max_mblen; in install_legacy()
41 #define _ctype __ctype
52 unsigned char *cp = &__ctype[CSWIDTH]; in mbgetwidth()
46 extern unsigned char __ctype[SZ_TOTAL];
69 int __ctype; variable
35 #pragma weak _ctype = __ctype116 unsigned char __ctype[SZ_TOTAL] = variable
75 extern unsigned char __ctype[];
33 @ MSG_SYM_CTYPE "__ctype"
34 * entries for __ctype and errno below.
181 d 0 __ctype[257+257+7] 2 unsigned char = {0};
198 d 0 __ctype[257+257+7] 2 unsigned char = {0};
92 __ctype;
73 #define isblank(c) ((__ctype + 1)[c] & _B)
124 SKIP_SYMBOL|__ctype
67 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|__ctype
2080 __ctype;