Searched defs:nptr (Results 1 – 10 of 10) sorted by relevance
| /bionic/libc/stdlib/ |
| D | strtoull.c | 46 strtoull(const char *nptr, char **endptr, int base) in strtoull()
|
| D | strtoll.c | 46 strtoll(const char *nptr, char **endptr, int base) in strtoll()
|
| D | strntoimax.c | 31 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n) in strntoimax()
|
| D | strtol.c | 44 strtol(const char *nptr, char **endptr, int base) in strtol()
|
| D | strtoul.c | 43 strtoul(const char *nptr, char **endptr, int base) in strtoul()
|
| D | strtoimax.c | 43 strtoimax(const char *nptr, char **endptr, int base) in strtoimax()
|
| D | strtoumax.c | 43 strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
|
| D | strntoumax.c | 49 strntoumax(const char *nptr, char **endptr, int base, size_t n) in strntoumax()
|
| D | wchar.c | 285 double wcstod(const wchar_t *nptr, wchar_t **endptr) in wcstod() 290 long int wcstol(const wchar_t *nptr, wchar_t **endptr, int base) in wcstol() 295 unsigned long int wcstoul(const wchar_t *nptr, wchar_t **endptr, int base) in wcstoul()
|
| /bionic/libc/include/ |
| D | stdlib.h | 72 static __inline__ float strtof(const char *nptr, char **endptr) in strtof() 81 static __inline__ double atof(const char *nptr) in atof()
|