Searched refs:__locale_map (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/internal/
H A Dlocale_impl.h10 struct __locale_map { struct
14 const struct __locale_map* next;
17 extern const struct __locale_map __c_dot_utf8;
21 const struct __locale_map* __get_locale(int, const char*) ATTR_LIBC_VISIBILITY;
23 const char* __lctrans(const char*, const struct __locale_map*)
H A Dlibc.h13 struct __locale_map;
16 const struct __locale_map* volatile cat[6];
/fuchsia/zircon/third_party/ulib/musl/src/locale/
H A Dc_locale.c6 const struct __locale_map __c_dot_utf8 = {
H A Dlocale_map.c6 const char* __lctrans(const char* msg, const struct __locale_map* lm) {
21 const struct __locale_map* __get_locale(int cat, const char* val) {
24 const struct __locale_map* p;
25 struct __locale_map* new = 0;
H A Dsetlocale.c13 const struct __locale_map* lm;
56 const struct __locale_map* lm = libc.global_locale.cat[i];
H A Dnewlocale.c13 const struct __locale_map* lm;

Completed in 80 milliseconds