Searched refs:endptr (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()
8 char **restrict endptr, int base);
106 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() argument210 if (endptr != NULL) { in malloc_strtoumax()213 *endptr = (char *)nptr; in malloc_strtoumax()215 *endptr = (char *)p; in malloc_strtoumax()
Completed in 11 milliseconds