Searched refs:_dl_strtoul (Results 1 – 7 of 7) sorted by relevance
153 _dl_strtoul (const char *nptr, char **endptr) in _dl_strtoul() function
148 val.numval = (tunable_num_t) _dl_strtoul (strval, NULL); in tunable_initialize()
2634 GLRO(dl_hwcap_mask) = _dl_strtoul (&envline[11], NULL); in process_envvars()2681 = _dl_strtoul (&envline[21], NULL) > 1; in process_envvars()
713 return _dl_strtoul (nptr, endptr); in __strtoul_internal()
275 uint64_t _dl_strtoul (const char *, char **) attribute_hidden;
35680 (_dl_higher_prime_number, _dl_strtoul): Likewise.35705 (_dl_higher_prime_number, _dl_strtoul, _dl_map_object)
3474 * elf/dl-misc.c (_dl_strtoul): New function.3476 (tunable_initialize): Replace tunables_strtoul with _dl_strtoul.3480 * sysdeps/generic/ldsodefs.h (_dl_strtoul): New prototype.