| H A D | stdlib.h | 435 uintmax_t __strtox(const char *nptr, char **endptr, int base, intmax_t lower_limit, uintmax_t upper_limit) in u64toa() 447 while (isspace(*nptr)) in __strtox() 448 nptr++; in __strtox() 450 if (*nptr == '+') { in __strtox() 451 nptr++; in __strtox() 452 } else if (*nptr == '-') { in __strtox() 454 nptr++; in __strtox() 463 (strncmp(nptr, "0x", 2) == 0 || strncmp(nptr, "0X", 2) == 0)) { in __strtox() 465 nptr in __strtox() 440 __strtox(const char * nptr,char ** endptr,int base,intmax_t lower_limit,uintmax_t upper_limit) __strtox() argument 513 strtol(const char * nptr,char ** endptr,int base) strtol() argument 519 strtoul(const char * nptr,char ** endptr,int base) strtoul() argument 525 strtoll(const char * nptr,char ** endptr,int base) strtoll() argument 531 strtoull(const char * nptr,char ** endptr,int base) strtoull() argument 537 strtoimax(const char * nptr,char ** endptr,int base) strtoimax() argument 543 strtoumax(const char * nptr,char ** endptr,int base) strtoumax() argument [all...] |