Symbol: lc_ctype
usr/src/cmd/dumpcs/dumpcs.c
117
for (i = strlen(lc_ctype) + 14; i; i--)
usr/src/cmd/dumpcs/dumpcs.c
122
(void) printf("LC_CTYPE:%s", lc_ctype);
usr/src/cmd/dumpcs/dumpcs.c
69
char *lc_ctype;
usr/src/cmd/dumpcs/dumpcs.c
77
lc_ctype = setlocale(LC_CTYPE, NULL);
usr/src/lib/libc/port/locale/big5.c
59
_BIG5_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/euc.c
115
_EUC_CN_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/euc.c
160
_EUC_KR_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/euc.c
205
_EUC_JP_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/euc.c
250
_EUC_TW_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/fgetwc.c
52
const struct lc_ctype *lct;
usr/src/lib/libc/port/locale/gb18030.c
59
_GB18030_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/gb2312.c
54
_GB2312_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/gbk.c
59
_GBK_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/localeimpl.c
100
extern struct lc_ctype lc_ctype_posix;
usr/src/lib/libc/port/locale/localeimpl.h
66
const struct lc_ctype *ctype;
usr/src/lib/libc/port/locale/mblocal.h
100
void _EUC_KR_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
101
void _EUC_TW_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
102
void _GB18030_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
103
void _GB2312_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
104
void _GBK_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
105
void _BIG5_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
106
void _MSKanji_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
96
void _none_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
97
void _UTF8_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
98
void _EUC_CN_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mblocal.h
99
void _EUC_JP_init(struct lc_ctype *);
usr/src/lib/libc/port/locale/mskanji.c
61
_MSKanji_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/none.c
50
_none_init(struct lc_ctype *lct)
usr/src/lib/libc/port/locale/setlocale.c
159
struct lc_ctype *lct;
usr/src/lib/libc/port/locale/setrunelocale.c
100
struct lc_ctype *lct;
usr/src/lib/libc/port/locale/setrunelocale.c
54
struct lc_ctype lc_ctype_posix = {
usr/src/lib/libc/port/locale/setrunelocale.c
79
void (*e_init)(struct lc_ctype *);
usr/src/lib/libc/port/locale/strcasecmp.c
50
const struct lc_ctype *lct = loc->ctype;
usr/src/lib/libc/port/locale/strncasecmp.c
50
const struct lc_ctype *lct = loc->ctype;
usr/src/lib/libc/port/locale/utf8.c
52
_UTF8_init(struct lc_ctype *lct)