Searched refs:nptr (Results 1 – 1 of 1) sorted by relevance
450 while (isspace(*nptr)) in __strtox()451 nptr++; in __strtox()453 if (*nptr == '+') { in __strtox()454 nptr++; in __strtox()457 nptr++; in __strtox()466 (strncmp(nptr, "0x", 2) == 0 || strncmp(nptr, "0X", 2) == 0)) { in __strtox()468 nptr += 2; in __strtox()471 nptr += 1; in __strtox()476 while (*nptr) { in __strtox()477 c = *nptr; in __strtox()[all …]
Completed in 4 milliseconds