Home
last modified time | relevance | path

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

12

/third_party/musl/porting/liteos_m/kernel/include/
H A Dstdlib.h159 struct __locale_struct;
160 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
162 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_m/user/include/
H A Dstdlib.h156 struct __locale_struct;
157 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
158 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
159 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/uniproton/kernel/include/
H A Dstdlib.h159 struct __locale_struct;
160 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
161 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
162 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/linux/user/include/
H A Dstdlib.h164 struct __locale_struct;
165 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
166 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
167 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/include/
H A Dstdlib.h165 struct __locale_struct;
166 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
167 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
168 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_m/kernel/src/locale/
H A Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
/third_party/musl/porting/liteos_a/kernel/src/locale/
H A Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
/third_party/musl/porting/uniproton/kernel/src/locale/
H A Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
/third_party/musl/porting/linux/user/src/locale/
H A Dc_locale.c13 const struct __locale_struct __c_locale = { 0 };
14 const struct __locale_struct __c_dot_utf8_locale = {
H A Dnewlocale.c13 static struct __locale_struct default_locale, default_ctype_locale;
23 struct __locale_struct tmp; in do_newlocale()
/third_party/musl/src/locale/
H A Dc_locale.c13 const struct __locale_struct __c_locale = { 0 };
14 const struct __locale_struct __c_dot_utf8_locale = {
H A Dnewlocale.c13 static struct __locale_struct default_locale, default_ctype_locale;
23 struct __locale_struct tmp; in do_newlocale()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dlocale_impl.h22 extern hidden const struct __locale_struct __c_locale;
23 extern hidden const struct __locale_struct __c_dot_utf8_locale;
H A Dlibc.h10 struct __locale_struct { struct
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dlocale_impl.h22 extern hidden const struct __locale_struct __c_locale;
23 extern hidden const struct __locale_struct __c_dot_utf8_locale;
H A Dlibc.h10 struct __locale_struct { struct
/third_party/musl/porting/linux/user/src/internal/
H A Dlocale_impl.h24 extern hidden const struct __locale_struct __c_locale;
25 extern hidden const struct __locale_struct __c_dot_utf8_locale;
H A Dlibc.h26 struct __locale_struct { struct
46 struct __locale_struct global_locale;
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dlocale_impl.h21 extern hidden const struct __locale_struct __c_locale;
22 extern hidden const struct __locale_struct __c_dot_utf8_locale;
H A Dlibc.h10 struct __locale_struct { struct
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dlibc.h10 struct __locale_struct { struct
30 struct __locale_struct global_locale;
/third_party/musl/src/internal/
H A Dlibc.h12 struct __locale_struct { struct
32 struct __locale_struct global_locale;
H A Dlocale_impl.h25 extern hidden const struct __locale_struct __c_locale;
26 extern hidden const struct __locale_struct __c_dot_utf8_locale;
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dalltypes.h333 struct __locale_struct *locale;
362 typedef struct __locale_struct * locale_t;
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dalltypes.h333 struct __locale_struct *locale;
362 typedef struct __locale_struct * locale_t;

Completed in 7 milliseconds

12