Home
last modified time | relevance | path

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

/illumos-gate/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
/illumos-gate/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]
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dsetlocale.c163 __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()
/illumos-gate/usr/src/lib/libcurses/screen/
H A Dcurses_wchar.h39 #define _ctype __ctype
H A Dmbgetwidth.c50 unsigned char *cp = &__ctype[CSWIDTH]; in mbgetwidth()
/illumos-gate/usr/src/ucblib/libucb/port/stdio/
H A D_locale.h43 extern unsigned char __ctype[SZ_TOTAL];
/illumos-gate/usr/src/lib/libc/port/i18n/
H A D_ctype.c35 #pragma weak _ctype = __ctype
116 unsigned char __ctype[SZ_TOTAL] = variable
/illumos-gate/usr/src/lib/libumem/common/
H A Dlinktest_stand.c69 int __ctype; variable
/illumos-gate/usr/src/head/iso/
H A Dctype_iso.h75 extern unsigned char __ctype[];
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.intel32.msg32 @ MSG_SYM_CTYPE "__ctype"
/illumos-gate/usr/src/cmd/mdb/common/kmdb/
H A Dmapfile_skel34 * entries for __ctype and errno below.
/illumos-gate/usr/src/cmd/locale/
H A Dlocale.c71 #define isblank(c) ((__ctype + 1)[c] & _B)
/illumos-gate/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
/illumos-gate/usr/src/lib/libc/port/
H A Dmapfile-vers2061 ALIAS = __ctype;
2537 __ctype {