Searched defs:nptr (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/stdlib/ |
D | reallocarr.c | 61 void *nptr; in __weak_alias() local
|
/bionic/libc/bionic/ |
D | strtol.cpp | 38 T StrToI(const CharT* nptr, CharT** endptr, int base) { in StrToI() 114 T StrToU(const CharT* nptr, CharT** endptr, int base) { in StrToU()
|
D | ndk_cruft.cpp | 150 uintmax_t strntoumax(const char *nptr, char **endptr, int base, size_t n) { in strntoumax() 198 intmax_t strntoimax(const char* nptr, char** endptr, int base, size_t n) { in strntoimax()
|