Lines Matching defs:nptr
256 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE.
264 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
265 const STRING_TYPE *nptr;
317 save = s = nptr;
441 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
446 *endptr = (STRING_TYPE *) nptr;
464 INT strtol PARAMS ((const STRING_TYPE *nptr, STRING_TYPE **endptr, int base));
472 strtol (nptr, endptr, base LOCALE_PARAM)
473 const STRING_TYPE *nptr;
478 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);