Searched refs:xlocale_ctype (Results 1 - 17 of 17) sorted by relevance

/barrelfish-2018-10-04/lib/libc/locale/
H A Dmblocal.h48 struct xlocale_ctype { struct
62 #define XLOCALE_CTYPE(x) ((struct xlocale_ctype*)(x)->components[XLC_CTYPE])
63 extern struct xlocale_ctype __xlocale_global_ctype;
68 __hidden int _none_init(struct xlocale_ctype *, _RuneLocale *);
69 __hidden int _ascii_init(struct xlocale_ctype *, _RuneLocale *);
70 __hidden int _UTF8_init(struct xlocale_ctype *, _RuneLocale *);
71 __hidden int _EUC_CN_init(struct xlocale_ctype *, _RuneLocale *);
72 __hidden int _EUC_JP_init(struct xlocale_ctype *, _RuneLocale *);
73 __hidden int _EUC_KR_init(struct xlocale_ctype *, _RuneLocale *);
74 __hidden int _EUC_TW_init(struct xlocale_ctype *, _RuneLocal
[all...]
H A Dsetrunelocale.c68 static int __setrunelocale(struct xlocale_ctype *l, const char *);
73 struct xlocale_ctype *l = v;
96 __setrunelocale(struct xlocale_ctype *l, const char *encoding)
101 struct xlocale_ctype saved = *l;
164 memcpy(l, &saved, sizeof(struct xlocale_ctype));
204 struct xlocale_ctype *l = calloc(sizeof(struct xlocale_ctype), 1);
H A Dnone.c74 _none_init(struct xlocale_ctype *l, _RuneLocale *rl)
193 struct xlocale_ctype __xlocale_global_ctype = {
205 struct xlocale_ctype __xlocale_C_ctype = {
H A Deuc.c125 _EUC_CN_init(struct xlocale_ctype *l, _RuneLocale *rl)
172 _EUC_KR_init(struct xlocale_ctype *l, _RuneLocale *rl)
219 _EUC_JP_init(struct xlocale_ctype *l, _RuneLocale *rl)
266 _EUC_TW_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dascii.c64 _ascii_init(struct xlocale_ctype *l,_RuneLocale *rl)
H A Dbig5.c74 _BIG5_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dgb2312.c64 _GB2312_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dgbk.c71 _GBK_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dmskanji.c76 _MSKanji_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dgb18030.c69 _GB18030_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dutf8.c65 _UTF8_init(struct xlocale_ctype *l, _RuneLocale *rl)
H A Dtable.c260 struct xlocale_ctype *c = XLOCALE_CTYPE(locale);
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfgetwc.c80 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
H A Dfputwc.c54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
H A Dfputws.c55 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
H A Dungetwc.c55 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);
H A Dfgetws.c54 struct xlocale_ctype *l = XLOCALE_CTYPE(locale);

Completed in 103 milliseconds