Searched refs:STD_opt_arr (Results 1 – 1 of 1) sorted by relevance
62 static char **STD_opt_arr = NULL; /* array of option strings */ variable163 if (STD_opt_arr != NULL) { in parse_opts()164 free(STD_opt_arr); in parse_opts()165 STD_opt_arr = NULL; in parse_opts()