Home
last modified time | relevance | path

Searched refs:STD_opt_arr (Results 1 – 1 of 1) sorted by relevance

/external/ltp/lib/
Dparse_opts.c60 static char **STD_opt_arr = NULL; /* array of option strings */ variable
159 if (STD_opt_arr != NULL) { in parse_opts()
160 free(STD_opt_arr); in parse_opts()
161 STD_opt_arr = NULL; in parse_opts()