Searched refs:opt_array (Results 1 – 1 of 1) sorted by relevance
49 static char **opt_array; variable54 if (opt_array == NULL) { in mtest_build_opts()66 opt_array = (char **)malloc((nopts + 2) * sizeof (*opt_array)); in mtest_build_opts()67 if (opt_array != NULL) { in mtest_build_opts()71 opt_array[i] = (char *)mtest_table[i].test_name; in mtest_build_opts()73 opt_array[nopts] = "max_errors"; in mtest_build_opts()74 opt_array[nopts + 1] = NULL; in mtest_build_opts()78 return (opt_array); in mtest_build_opts()