Home
last modified time | relevance | path

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

/external/mtools/
Dstrtonum.c65 uint8_t strtou8(const char *nptr, char **endptr, int base) { in strtou8() function
70 return strtou8(str, 0, 0); in atou8()
Dmtools.h195 uint8_t strtou8(const char *nptr, char **endptr, int base);
Dmpartition.c353 type = strtou8(optarg, &endptr, 0); in mpartition()
Dmformat.c1094 mediaDesc = strtou8(optarg,&endptr,0); in mformat()
1096 mediaDesc = strtou8(optarg,&endptr,16); in mformat()
Dconfig.c275 * ((uint8_t *)global_switches[i].address) = strtou8(s,0,0); in get_env_conf()