Searched defs:strtox (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/musl/src/stdlib/ |
H A D | strtod.c | 6 static long double strtox(const char *s, char **p, int prec) in strtox() function
|
H A D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() function
|
/aosp_15_r20/external/trusty/musl/src/stdlib/ |
D | strtod.c | 6 static long double strtox(const char *s, char **p, int prec) in strtox() function
|
D | strtol.c | 8 static unsigned long long strtox(const char *s, char **p, int base, unsigned long long lim) in strtox() function
|