strarray__strtoul
return strarray__strtoul(arg->parm, bf, size, ret);
if (!strarray__strtoul(sa, tok, toklen, &val))
if (strarray__strtoul(sa, bf, size, ret))
bool strarray__strtoul(struct strarray *sa, char *bf, size_t size, u64 *ret);
return strarray__strtoul(&strarray__x86_irq_vectors, bf, size, ret);