Searched refs:strtou8 (Results 1 – 5 of 5) sorted by relevance
/external/mtools/ |
D | strtonum.c | 65 uint8_t strtou8(const char *nptr, char **endptr, int base) { in strtou8() function 70 return strtou8(str, 0, 0); in atou8()
|
D | mtools.h | 195 uint8_t strtou8(const char *nptr, char **endptr, int base);
|
D | mpartition.c | 353 type = strtou8(optarg, &endptr, 0); in mpartition()
|
D | mformat.c | 1094 mediaDesc = strtou8(optarg,&endptr,0); in mformat() 1096 mediaDesc = strtou8(optarg,&endptr,16); in mformat()
|
D | config.c | 275 * ((uint8_t *)global_switches[i].address) = strtou8(s,0,0); in get_env_conf()
|