Home
last modified time | relevance | path

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

/libtiff-4.0.7/port/
H A Dstrtoul.c49 strtoul(const char *nptr, char **endptr, int base) in strtoul() argument
105 if (endptr != 0) in strtoul()
107 *endptr = (char *)(any ? s - 1 : nptr); in strtoul()
H A Dstrtoull.c46 strtoull(const char *nptr, char **endptr, int base) in strtoull() argument
113 if (endptr != NULL) in strtoull()
114 *endptr = (char *)(any ? s - 1 : nptr); in strtoull()
H A Dlibport.h42 unsigned long strtoul(const char *nptr, char **endptr, int base);