Home
last modified time | relevance | path

Searched refs:nptr (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.h7 uintmax_t malloc_strtoumax(const char *restrict nptr,
/third_party/ulib/jemalloc/src/
A Dutil.c106 malloc_strtoumax(const char *restrict nptr, char **restrict endptr, int base) in malloc_strtoumax() argument
113 p = nptr; in malloc_strtoumax()
213 *endptr = (char *)nptr; in malloc_strtoumax()

Completed in 5 milliseconds