Searched refs:endptr (Results 1 - 6 of 6) 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')
/forgerock/web-agents-v4/pcre/
H A Dpcre_compile.c3863 endptr where to return the end pointer
3869 check_posix_syntax(const pcre_uchar *ptr, const pcre_uchar **endptr) argument
3882 *endptr = ptr;
3888 check_posix_syntax(ptr, endptr))
H A Dpcre_exec.c210 PCRE_PUCHAR endptr = p + length; local
211 while (p < endptr)
H A Dpcre_newline.c68 endptr pointer to the end of the string
76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, argument
95 case CHAR_CR: *lenptr = (ptr < endptr - 1 && ptr[1] == CHAR_LF)? 2 : 1;
112 *lenptr = (ptr < endptr - 1 && ptr[1] == CHAR_LF)? 2 : 1;

Completed in 78 milliseconds