Home
last modified time | relevance | path

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

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