Home
last modified time | relevance | path

Searched refs:__locale_struct (Results 1 – 25 of 35) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/
Dstdlib.h157 struct __locale_struct;
158 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
159 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
160 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/linux/user/include/
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/liteos_m/user/include/
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/ndk_musl_include/
Dstdlib.h149 struct __locale_struct;
150 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
151 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
152 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/include/
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/
Dstdlib.h157 struct __locale_struct;
158 float strtof_l(const char *__restrict, char **__restrict, struct __locale_struct *);
159 double strtod_l(const char *__restrict, char **__restrict, struct __locale_struct *);
160 long double strtold_l(const char *__restrict, char **__restrict, struct __locale_struct *);
/third_party/musl/porting/liteos_a/kernel/src/locale/
Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
/third_party/musl/porting/liteos_m/kernel/src/locale/
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/
Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
/third_party/musl/src/locale/
Dc_locale.c12 const struct __locale_struct __c_locale = { 0 };
13 const struct __locale_struct __c_dot_utf8_locale = {
Dnewlocale.c7 static struct __locale_struct default_locale, default_ctype_locale;
24 struct __locale_struct tmp; in __newlocale()
Dsetlocale.c27 struct __locale_struct tmp_locale; in setlocale()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlocale_impl.h22 extern hidden const struct __locale_struct __c_locale;
23 extern hidden const struct __locale_struct __c_dot_utf8_locale;
Dlibc.h10 struct __locale_struct { struct
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlocale_impl.h19 extern hidden const struct __locale_struct __c_locale;
20 extern hidden const struct __locale_struct __c_dot_utf8_locale;
Dlibc.h10 struct __locale_struct { struct
Dstdio_impl.h43 struct __locale_struct *locale;
/third_party/musl/src/internal/
Dlocale_impl.h19 extern hidden const struct __locale_struct __c_locale;
20 extern hidden const struct __locale_struct __c_dot_utf8_locale;
Dlibc.h10 struct __locale_struct { struct
29 struct __locale_struct global_locale; argument
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlocale_impl.h22 extern hidden const struct __locale_struct __c_locale;
23 extern hidden const struct __locale_struct __c_dot_utf8_locale;
Dlibc.h10 struct __locale_struct { struct
/third_party/musl/porting/linux/user/src/internal/
Dlibc.h25 struct __locale_struct { struct
44 struct __locale_struct global_locale; argument
/third_party/musl/porting/liteos_a/user/src/internal/
Dlibc.h10 struct __locale_struct { struct
29 struct __locale_struct global_locale; argument
/third_party/musl/porting/uniproton/kernel/include/bits/
Dalltypes.h333 struct __locale_struct *locale;
362 typedef struct __locale_struct * locale_t;
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dalltypes.h333 struct __locale_struct *locale;
362 typedef struct __locale_struct * locale_t;

12