Searched refs:hexonly (Results 1 – 1 of 1) sorted by relevance
103 static char *parseint(char *arg, uint32_t *val, int hexonly) in parseint() argument108 *val = strtoul(arg, &endptr, hexonly ? 16 : 0); in parseint()