Searched refs:strtou8 (Results 1 – 3 of 3) sorted by relevance
65 uint8_t strtou8(const char *nptr, char **endptr, int base) { in strtou8() function70 return strtou8(str, 0, 0); in atou8()
274 uint8_t strtou8(const char *nptr, char **endptr, int base);
271 * ((uint8_t *)global_switches[i].address) = strtou8(s,0,0); in get_env_conf()