Lines Matching refs:nptr
372 int atoi(const char *nptr);
383 long atol(const char *nptr);
395 atoll(const char *nptr);
455 long strtol(const char * __restrict nptr, char ** __restrict endptr, int base);
472 strtoul(const char * __restrict nptr, char ** __restrict endptr, int base);
490 strtoll(const char * __restrict nptr, char ** __restrict endptr, int base);
507 strtoull(const char * __restrict nptr, char ** __restrict endptr, int base);
517 double atof(const char *nptr);
543 double strtod(const char * __restrict nptr, char ** __restrict endptr);
557 float strtof(const char * __restrict nptr, char ** __restrict endptr);
572 strtold(const char * __restrict nptr, char ** __restrict endptr);