Searched refs:__locale_struct (Results 1 - 7 of 7) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/locale/
H A Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
H A Dnewlocale.c14 struct __locale_struct tmp;
H A Ddcngettext.c121 struct __locale_struct *loc = CURRENT_LOCALE;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dlocale_impl.h19 extern const struct __locale_struct __c_locale;
20 extern const struct __locale_struct __c_dot_utf8_locale;
H A Dlibc.h10 struct __locale_struct { struct
29 struct __locale_struct global_locale;
H A Dstdio_impl.h50 struct __locale_struct *locale;
/seL4-refos-master/libs/libmuslc/include/
H A Dstdlib.h155 struct __locale_struct;
156 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
157 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
158 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);

Completed in 50 milliseconds