Searched refs:endptr (Results 1 – 1 of 1) sorted by relevance
426 _dl_strtoul (const char *nptr, char **endptr) in _dl_strtoul() argument445 if (endptr != NULL) in _dl_strtoul()446 *endptr = (char *) nptr; in _dl_strtoul()485 if (endptr != NULL) in _dl_strtoul()486 *endptr = (char *) nptr; in _dl_strtoul()494 if (endptr != NULL) in _dl_strtoul()495 *endptr = (char *) nptr; in _dl_strtoul()
Completed in 3 milliseconds