str_to_long
static u_long str_to_long(char *, int);
o->value = str_to_long(&topt[1], o->option);
o->value = str_to_long(topt, o->option);