Lines Matching defs:nptr
252 /* Convert NPTR to an `unsigned long int' or `long int' in base BASE.
260 INTERNAL (strtol) (nptr, endptr, base, group LOCALE_PARAM)
261 const STRING_TYPE *nptr;
313 save = s = nptr;
437 if (save - nptr >= 2 && TOUPPER (save[-1]) == L_('X')
442 *endptr = (STRING_TYPE *) nptr;
460 INT strtol PARAMS ((const STRING_TYPE *nptr, STRING_TYPE **endptr, int base));
468 strtol (nptr, endptr, base LOCALE_PARAM)
469 const STRING_TYPE *nptr;
474 return INTERNAL (strtol) (nptr, endptr, base, 0 LOCALE_PARAM);