Searched defs:nptr (Results 1 – 6 of 6) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 61 void *nptr; in __weak_alias() local
|
/bionic/libc/include/android/ |
D | legacy_stdlib_inlines.h | 58 static __inline float strtof(const char* nptr, char** endptr) { in strtof() 70 static __inline double atof(const char *nptr) { return (strtod(nptr, NULL)); } in atof()
|
/bionic/libc/upstream-openbsd/lib/libc/locale/ |
D | _wcstol.h | 49 FUNCNAME(const wchar_t *nptr, wchar_t **endptr, int base) in FUNCNAME()
|
D | _wcstoul.h | 48 FUNCNAME(const wchar_t *nptr, wchar_t **endptr, int base) in FUNCNAME()
|
/bionic/libc/bionic/ |
D | strtol.cpp | 37 template <typename T, T Min, T Max> T StrToI(const char* nptr, char** endptr, int base) { in StrToI() 108 template <typename T, T Max> T StrToU(const char* nptr, char** endptr, int base) { in StrToU()
|
D | ndk_cruft.cpp | 149 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax() 197 intmax_t strntoimax(const char* nptr, char** endptr, int base, size_t n) { in strntoimax()
|