Lines Matching refs:endptr
260 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
262 STRING_TYPE **endptr; variable
404 if (endptr != NULL)
405 *endptr = (STRING_TYPE *) s;
435 if (endptr != NULL)
439 *endptr = (STRING_TYPE *) &save[-1];
442 *endptr = (STRING_TYPE *) nptr;
459 INT strtol PARAMS ((const STRING_TYPE *nptr, STRING_TYPE **endptr, int base));
467 strtol (nptr, endptr, base LOCALE_PARAM)
469 STRING_TYPE **endptr; variable
473 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);