Home | History | Annotate | Download | only in include

Lines Matching refs:nptr

332 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr,
335 return __strtol_internal (nptr, endptr, base, 0);
345 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr,
348 return __strtoul_internal (nptr, endptr, base, 0);
357 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr,
360 return __wcstol_internal (nptr, endptr, base, 0);
371 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr,
374 return __wcstoul_internal (nptr, endptr, base, 0);
386 __NTH (strtoimax (__const char *__restrict nptr, char **__restrict endptr,
389 return __strtoll_internal (nptr, endptr, base, 0);
402 __NTH (strtoumax (__const char *__restrict nptr, char **__restrict endptr,
405 return __strtoull_internal (nptr, endptr, base, 0);
416 __NTH (wcstoimax (__const __gwchar_t *__restrict nptr,
419 return __wcstoll_internal (nptr, endptr, base, 0);
433 __NTH (wcstoumax (__const __gwchar_t *__restrict nptr,
436 return __wcstoull_internal (nptr, endptr, base, 0);