Home
last modified time | relevance | path

Searched refs:endptr (Results 1 – 3 of 3) sorted by relevance

/third_party/uapp/dash/src/
A Dsystem.h65 static inline double strtod(const char *nptr, char **endptr) in strtod() argument
67 *endptr = (char *)nptr; in strtod()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dutil_externs.h8 char **restrict endptr, int base);
/third_party/ulib/jemalloc/src/
A Dutil.c106 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() argument
210 if (endptr != NULL) { in malloc_strtoumax()
213 *endptr = (char *)nptr; in malloc_strtoumax()
215 *endptr = (char *)p; in malloc_strtoumax()

Completed in 11 milliseconds