Searched refs:lc_ctype (Results 1 - 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmblocal.h38 void _none_init(struct lc_ctype *);
39 void _UTF8_init(struct lc_ctype *);
40 void _EUC_CN_init(struct lc_ctype *);
41 void _EUC_JP_init(struct lc_ctype *);
42 void _EUC_KR_init(struct lc_ctype *);
43 void _EUC_TW_init(struct lc_ctype *);
44 void _GB18030_init(struct lc_ctype *);
45 void _GB2312_init(struct lc_ctype *);
46 void _GBK_init(struct lc_ctype *);
47 void _BIG5_init(struct lc_ctype *);
[all...]
H A Dsetrunelocale.c54 struct lc_ctype lc_ctype_posix = {
79 void (*e_init)(struct lc_ctype *);
100 struct lc_ctype *lct;
H A Dstrcasecmp.c50 const struct lc_ctype *lct = loc->ctype;
H A Dstrncasecmp.c50 const struct lc_ctype *lct = loc->ctype;
H A Dlctype.h24 struct lc_ctype { struct
H A Dlocaleimpl.h66 const struct lc_ctype *ctype;
H A Dfgetwc.c52 const struct lc_ctype *lct;
H A Deuc.c120 _EUC_CN_init(struct lc_ctype *lct)
165 _EUC_KR_init(struct lc_ctype *lct)
210 _EUC_JP_init(struct lc_ctype *lct)
255 _EUC_TW_init(struct lc_ctype *lct)
H A Dnone.c51 _none_init(struct lc_ctype *lct)
H A Dsetlocale.c49 #include "lctype.h" /* for struct lc_ctype */
159 struct lc_ctype *lct;
H A Dbig5.c63 _BIG5_init(struct lc_ctype *lct)
H A Dgb2312.c60 _GB2312_init(struct lc_ctype *lct)
H A Dgbk.c63 _GBK_init(struct lc_ctype *lct)
H A Dmskanji.c65 _MSKanji_init(struct lc_ctype *lct)
H A Dgb18030.c65 _GB18030_init(struct lc_ctype *lct)
H A Dutf8.c58 _UTF8_init(struct lc_ctype *lct)
H A Dlocaleimpl.c98 extern struct lc_ctype lc_ctype_posix;
/illumos-gate/usr/src/cmd/dumpcs/
H A Ddumpcs.c71 char *lc_ctype; local
79 lc_ctype = setlocale(LC_CTYPE, NULL);
119 for (i = strlen(lc_ctype) + 14; i; i--)
124 (void) printf("LC_CTYPE:%s", lc_ctype);

Completed in 56 milliseconds