Home
last modified time | relevance | path

Searched refs:nptr (Results 1 – 1 of 1) sorted by relevance

/elf/
A Ddl-misc.c432 while (*nptr == ' ' || *nptr == '\t') in _dl_strtoul()
433 ++nptr; in _dl_strtoul()
438 ++nptr; in _dl_strtoul()
441 ++nptr; in _dl_strtoul()
443 if (*nptr < '0' || *nptr > '9') in _dl_strtoul()
454 if (nptr[1] == 'x' || nptr[1] == 'X') in _dl_strtoul()
457 nptr += 2; in _dl_strtoul()
469 if (*nptr >= '0' && *nptr <= '0' + max_digit) in _dl_strtoul()
473 if (*nptr >= 'a' && *nptr <= 'f') in _dl_strtoul()
475 else if (*nptr >= 'A' && *nptr <= 'F') in _dl_strtoul()
[all …]

Completed in 3 milliseconds