Searched refs:__xlocale_st_runelocale (Results 1 - 20 of 20) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/locale/FreeBSD/
H A Dmblocal.h37 __attribute__((visibility("hidden"))) int _none_init(struct __xlocale_st_runelocale *);
38 __attribute__((visibility("hidden"))) int _ascii_init(struct __xlocale_st_runelocale *);
39 __attribute__((visibility("hidden"))) int _UTF2_init(struct __xlocale_st_runelocale *);
40 __attribute__((visibility("hidden"))) int _UTF8_init(struct __xlocale_st_runelocale *);
41 __attribute__((visibility("hidden"))) int _EUC_init(struct __xlocale_st_runelocale *);
42 __attribute__((visibility("hidden"))) int _GB18030_init(struct __xlocale_st_runelocale *);
43 __attribute__((visibility("hidden"))) int _GB2312_init(struct __xlocale_st_runelocale *);
44 __attribute__((visibility("hidden"))) int _GBK_init(struct __xlocale_st_runelocale *);
45 __attribute__((visibility("hidden"))) int _BIG5_init(struct __xlocale_st_runelocale *);
46 __attribute__((visibility("hidden"))) int _MSKanji_init(struct __xlocale_st_runelocale *);
[all...]
H A Drune.c126 struct __xlocale_st_runelocale *
130 struct __xlocale_st_runelocale *data;
147 if ((data = (struct __xlocale_st_runelocale *)malloc(sizeof(struct __xlocale_st_runelocale))) == NULL)
149 if ((data = (struct __xlocale_st_runelocale *)malloc(sizeof(struct __xlocale_st_runelocale) - sizeof(_RuneLocale) + sb.st_size)) == NULL)
225 if ((data = (struct __xlocale_st_runelocale *)reallocf(data, sizeof(struct __xlocale_st_runelocale)
H A Dsetrunelocale.c50 extern struct __xlocale_st_runelocale *_Read_RuneMagi(FILE *);
63 struct __xlocale_st_runelocale *xrl;
66 static struct __xlocale_st_runelocale *CachedRuneLocale;
H A Deuc.c74 _EUC_free_extra(struct __xlocale_st_runelocale *xrl)
80 _EUC_init(struct __xlocale_st_runelocale *xrl)
161 struct __xlocale_st_runelocale *rl = loc->__lc_ctype;
H A Dbig5.c65 _BIG5_init(struct __xlocale_st_runelocale *xrl)
H A Dgb2312.c53 _GB2312_init(struct __xlocale_st_runelocale *xrl)
H A Dgbk.c58 _GBK_init(struct __xlocale_st_runelocale *xrl)
H A Dmskanji.c63 _MSKanji_init(struct __xlocale_st_runelocale *xrl)
H A Dnone.c58 _none_init(struct __xlocale_st_runelocale *xrl)
H A Dwcsnrtombs.c64 struct __xlocale_st_runelocale *runeLocale = loc->__lc_ctype;
H A Dascii.c59 _ascii_init(struct __xlocale_st_runelocale *xrl)
H A Dgb18030.c58 _GB18030_init(struct __xlocale_st_runelocale *xrl)
H A Dutf2.c62 _UTF2_init(struct __xlocale_st_runelocale *xrl)
H A Dutf8.c97 _UTF8_init(struct __xlocale_st_runelocale *xrl)
H A Dtable.c251 struct __xlocale_st_runelocale _DefaultRuneXLocale __attribute__((section("__DATA,__constrw"))) = {
262 sizeof(struct __xlocale_st_runelocale),
/macosx-10.10.1/Libc-1044.1.2/locale/
H A Dsetinvalidrune.c58 struct __xlocale_st_runelocale *new = (struct __xlocale_st_runelocale *)malloc(loc->__lc_ctype->__datasize);
H A Dxlocale_private.h69 struct __xlocale_st_runelocale { struct
151 struct __xlocale_st_runelocale *__lc_ctype;
188 extern struct __xlocale_st_runelocale _DefaultRuneXLocale;
/macosx-10.10.1/Libc-1044.1.2/stdio/FreeBSD/
H A Dfgetwc.c80 struct __xlocale_st_runelocale *xrl = loc->__lc_ctype;
H A Dfputwc.c51 struct __xlocale_st_runelocale *xrl = loc->__lc_ctype;
H A Dfgetws.c49 struct __xlocale_st_runelocale *rl;

Completed in 127 milliseconds