/third_party/musl/porting/uniproton/kernel/src/stdlib/ |
D | strtol.c | 8 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()
|
D | strtod.c | 6 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/ |
D | strtol.c | 8 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()
|
D | strtod.c | 6 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/ |
D | strtol.c | 8 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()
|
D | strtod.c | 6 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/ |
D | strtol.c | 8 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()
|
D | strtod.c | 6 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/ |
D | strtod.c | 7 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()
|