Searched defs:nptr (Results 1 – 10 of 10) sorted by relevance
/bionic/libc/stdlib/ |
D | strtoll.c | 46 strtoll(const char *nptr, char **endptr, int base) in strtoll()
|
D | strtoull.c | 46 strtoull(const char *nptr, char **endptr, int base) in strtoull()
|
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 | strtoumax.c | 43 strtoumax(const char *nptr, char **endptr, int base) in strtoumax()
|
D | strtoimax.c | 43 strtoimax(const char *nptr, char **endptr, int base) in strtoimax()
|
/bionic/libc/bionic/ |
D | strntoimax.c | 31 intmax_t strntoimax(const char *nptr, char **endptr, int base, size_t n) in strntoimax()
|
D | strntoumax.c | 49 strntoumax(const char *nptr, char **endptr, int base, size_t n) in strntoumax()
|
D | wchar.cpp | 248 double wcstod(const wchar_t* nptr, wchar_t** endptr) { in wcstod() 252 long int wcstol(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstol() 256 unsigned long int wcstoul(const wchar_t* nptr, wchar_t** endptr, int base) { in wcstoul()
|
/bionic/libc/include/ |
D | stdlib.h | 66 static __inline__ float strtof(const char *nptr, char **endptr) in strtof() 75 static __inline__ double atof(const char *nptr) in atof()
|