Home
last modified time | relevance | path

Searched refs:strtox (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/uniproton/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() function
23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
28 return strtox(s, p, base, LLONG_MIN); in strtoll()
33 return strtox(s, p, base, ULONG_MAX); in strtoul()
38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
Dstrtod.c6 static long double strtox(const char *s, char **p, int prec) in strtox() function
19 return strtox(s, p, 0); in strtof()
24 return strtox(s, p, 1); in strtod()
29 return strtox(s, p, 2); in strtold()
/third_party/musl/porting/liteos_m/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() function
23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
28 return strtox(s, p, base, LLONG_MIN); in strtoll()
33 return strtox(s, p, base, ULONG_MAX); in strtoul()
38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
Dstrtod.c6 static long double strtox(const char *s, char **p, int prec) in strtox() function
19 return strtox(s, p, 0); in strtof()
24 return strtox(s, p, 1); in strtod()
29 return strtox(s, p, 2); in strtold()
/third_party/musl/porting/liteos_a/kernel/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() function
23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
28 return strtox(s, p, base, LLONG_MIN); in strtoll()
33 return strtox(s, p, base, ULONG_MAX); in strtoul()
38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
Dstrtod.c6 static long double strtox(const char *s, char **p, int prec) in strtox() function
19 return strtox(s, p, 0); in strtof()
24 return strtox(s, p, 1); in strtod()
29 return strtox(s, p, 2); in strtold()
/third_party/musl/src/stdlib/
Dstrtol.c8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() function
23 return strtox(s, p, base, ULLONG_MAX); in strtoull()
28 return strtox(s, p, base, LLONG_MIN); in strtoll()
33 return strtox(s, p, base, ULONG_MAX); in strtoul()
38 return strtox(s, p, base, 0UL+LONG_MIN); in strtol()
Dstrtod.c6 static long double strtox(const char *s, char **p, int prec) in strtox() function
19 return strtox(s, p, 0); in strtof()
24 return strtox(s, p, 1); in strtod()
29 return strtox(s, p, 2); in strtold()
/third_party/musl/porting/linux/user/src/stdlib/
Dstrtod.c7 static long double strtox(const char *s, char **p, int prec) in strtox() function
20 return strtox(s, p, 0); in strtof()
25 return strtox(s, p, 1); in strtod()
31 return strtox(s, p, 2); in strtold()