Lines Matching full:endptr
26 __inline double png_strtod(png_structp png_ptr, PNG_CONST char *nptr, char **endptr)
39 *endptr = (char *)nptr + (png_strlen(nptr) - len + 1);
1577 png_charp buf, units, endptr;
1622 endptr = purpose + slength;
1626 if (endptr <= buf + 12)
1676 for (params[i] = buf; *buf != 0x00 && buf <= endptr; buf++)
1680 if (buf > endptr)