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

/bind-9.11.3/lib/isc/
H A Dstrtoul.c61 isc_strtoul(const char *nptr, char **endptr, int base) { argument
113 if (endptr != 0)
114 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.11.3/lib/lwres/
H A Dcompat.c66 lwres_strtoul(const char *nptr, char **endptr, int base) { argument
119 if (endptr != 0)
120 DE_CONST(any ? s - 1 : nptr, *endptr);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtext.c165 char *endptr; local
169 tmp = strtol(str, &endptr, 10);
170 if (str[0] == '\0' || *endptr != '\0')

Completed in 11 milliseconds