nptr 568 lib/strutil.h strtol_error_t xstrtoumax (const char *nptr, char **endptr, int base, uintmax_t * val, nptr 93 lib/strutil/xstrtol.c xstrtoumax (const char *nptr, char **endptr, int base, uintmax_t *val, const char *valid_suffixes) nptr 103 lib/strutil/xstrtol.c const char *q = nptr; nptr 111 lib/strutil/xstrtol.c *p = (char *) nptr; nptr 117 lib/strutil/xstrtol.c tmp = strtol (nptr, p, base); nptr 119 lib/strutil/xstrtol.c if (*p == nptr) nptr 123 lib/strutil/xstrtol.c if (!(valid_suffixes != NULL && *nptr != '\0' && strchr (valid_suffixes, *nptr) != NULL))