Searched refs:__ctype (Results 1 – 16 of 16) 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]
163 __ctype[i+1] = lct->lc_ctype_mask[i] & 0xff; in install_legacy()170 __ctype[258 + i] = i; in install_legacy()174 __ctype[258+i] = u; in install_legacy()176 __ctype[258+i] = l; in install_legacy()184 __ctype[520] = lct->lc_max_mblen; in install_legacy()
39 #define _ctype __ctype
50 unsigned char *cp = &__ctype[CSWIDTH]; in mbgetwidth()
43 extern unsigned char __ctype[SZ_TOTAL];
35 #pragma weak _ctype = __ctype116 unsigned char __ctype[SZ_TOTAL] = variable
69 int __ctype; variable
75 extern unsigned char __ctype[];
32 @ MSG_SYM_CTYPE "__ctype"
34 * entries for __ctype and errno below.
71 #define isblank(c) ((__ctype + 1)[c] & _B)
124 SKIP_SYMBOL|__ctype
67 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|__ctype
2061 ALIAS = __ctype;2537 __ctype {