Searched refs:nptr (Results 1 – 3 of 3) sorted by relevance
65 static inline double strtod(const char *nptr, char **endptr) in strtod() argument67 *endptr = (char *)nptr; in strtod()
7 uintmax_t malloc_strtoumax(const char *restrict nptr,
106 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() argument113 p = nptr; in malloc_strtoumax()213 *endptr = (char *)nptr; in malloc_strtoumax()
Completed in 5 milliseconds