parse_opt
if (parse_opt(*(argv + 1), &opt)) {
if (parse_opt(param, &opt))
static int parse_opt(char *, struct opt_t *);