Lines Matching refs:endptr
34 ** endptr -- location of first invalid character
40 ** When 'endptr' == '\0' then the entire string 'nptr'
46 sm_strtoll(nptr, endptr, base)
48 char **endptr;
163 if (endptr != 0)
164 *endptr = (char *) (any ? s - 1 : nptr);
176 ** endptr -- location of first invalid character
181 ** When 'endptr' == '\0' then the entire string 'nptr'
187 sm_strtoull(nptr, endptr, base)
189 char **endptr;
253 if (endptr != 0)
254 *endptr = (char *) (any ? s - 1 : nptr);