Searched refs:dto_strtoul (Results 1 – 4 of 4) sorted by relevance
61 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base);
46 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul() function
189 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul() function
164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */); in ufdt_get_fixup_location()