Home
last modified time | relevance | path

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

/system/libufdt/sysdeps/include/
Dlibufdt_sysdeps.h61 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base);
/system/libufdt/sysdeps/
Dlibufdt_sysdeps_posix.c46 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul() function
Dlibufdt_sysdeps_vendor.c189 unsigned long int dto_strtoul(const char *nptr, char **endptr, int base) { in dto_strtoul() function
/system/libufdt/
Dufdt_overlay.c164 prop_offset = dto_strtoul(offset_ptr, &end_ptr, 10 /* base */); in ufdt_get_fixup_location()