lc_ctype
for (i = strlen(lc_ctype) + 14; i; i--)
(void) printf("LC_CTYPE:%s", lc_ctype);
char *lc_ctype;
lc_ctype = setlocale(LC_CTYPE, NULL);
_BIG5_init(struct lc_ctype *lct)
_EUC_CN_init(struct lc_ctype *lct)
_EUC_KR_init(struct lc_ctype *lct)
_EUC_JP_init(struct lc_ctype *lct)
_EUC_TW_init(struct lc_ctype *lct)
const struct lc_ctype *lct;
_GB18030_init(struct lc_ctype *lct)
_GB2312_init(struct lc_ctype *lct)
_GBK_init(struct lc_ctype *lct)
extern struct lc_ctype lc_ctype_posix;
const struct lc_ctype *ctype;
void _EUC_KR_init(struct lc_ctype *);
void _EUC_TW_init(struct lc_ctype *);
void _GB18030_init(struct lc_ctype *);
void _GB2312_init(struct lc_ctype *);
void _GBK_init(struct lc_ctype *);
void _BIG5_init(struct lc_ctype *);
void _MSKanji_init(struct lc_ctype *);
void _none_init(struct lc_ctype *);
void _UTF8_init(struct lc_ctype *);
void _EUC_CN_init(struct lc_ctype *);
void _EUC_JP_init(struct lc_ctype *);
_MSKanji_init(struct lc_ctype *lct)
_none_init(struct lc_ctype *lct)
struct lc_ctype *lct;
struct lc_ctype *lct;
struct lc_ctype lc_ctype_posix = {
void (*e_init)(struct lc_ctype *);
const struct lc_ctype *lct = loc->ctype;
const struct lc_ctype *lct = loc->ctype;
_UTF8_init(struct lc_ctype *lct)