Home
last modified time | relevance | path

Searched refs:__ctype (Results 1 – 19 of 19) sorted by relevance

/titanic_44/usr/src/stand/lib/sa/
H A Dctype.h53 #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 …]
H A Dctype.c49 unsigned char __ctype[129] = variable
/titanic_44/usr/src/head/
H A Deuc.h51 #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]
/titanic_44/usr/src/lib/libc/port/locale/
H A Dsetlocale.c162 __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()
/titanic_44/usr/src/lib/libcurses/screen/
H A Dcurses_wchar.h41 #define _ctype __ctype
H A Dmbgetwidth.c52 unsigned char *cp = &__ctype[CSWIDTH]; in mbgetwidth()
/titanic_44/usr/src/ucblib/libucb/port/stdio/
H A D_locale.h46 extern unsigned char __ctype[SZ_TOTAL];
/titanic_44/usr/src/lib/libumem/common/
H A Dlinktest_stand.c69 int __ctype; variable
/titanic_44/usr/src/lib/libc/port/i18n/
H A D_ctype.c35 #pragma weak _ctype = __ctype
116 unsigned char __ctype[SZ_TOTAL] = variable
/titanic_44/usr/src/head/iso/
H A Dctype_iso.h75 extern unsigned char __ctype[];
/titanic_44/usr/src/cmd/sgs/rtld/common/
H A Drtld.intel32.msg33 @ MSG_SYM_CTYPE "__ctype"
/titanic_44/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel34 * entries for __ctype and errno below.
/titanic_44/usr/src/lib/libsys/i386/
H A Dlibsys.list181 d 0 __ctype[257+257+7] 2 unsigned char = {0};
/titanic_44/usr/src/lib/libsys/sparc/
H A Dlibsys.list198 d 0 __ctype[257+257+7] 2 unsigned char = {0};
/titanic_44/usr/src/lib/libsys/common/
H A Dmapfile-vers92 __ctype;
/titanic_44/usr/src/cmd/locale/
H A Dlocale.c73 #define isblank(c) ((__ctype + 1)[c] & _B)
/titanic_44/usr/src/cmd/abi/appcert/etc/
H A Detc.tweaks.in124 SKIP_SYMBOL|__ctype
H A Detc.scoped.in67 SCOPED_SYMBOL|SunOS_5.6|ld.so.1|__ctype
/titanic_44/usr/src/lib/libc/port/
H A Dmapfile-vers2080 __ctype;