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

/bind-9.6-ESV-R11/lib/isc/
H A Dstrtoul.c70 isc_strtoul(const char *nptr, char **endptr, int base) { argument
122 if (endptr != 0)
123 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.6-ESV-R11/lib/lwres/
H A Dstrtoul.c76 lwres_strtoul(const char *nptr, char **endptr, int base) { argument
128 if (endptr != 0)
129 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtext.c169 char *endptr; local
173 tmp = strtol(str, &endptr, 10);
174 if (str[0] == '\0' || *endptr != '\0')

Completed in 18 milliseconds