str_to_opt
static int str_to_opt(const char *);
o->option = str_to_opt(s);
if ((o->option = str_to_opt(topt)) == (int)OPTION_NONE) {