Searched refs:opt_array (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test_config.c49 static char **opt_array; variable
54 if (opt_array == NULL) {
66 opt_array = (char **)malloc((nopts + 2) * sizeof (*opt_array));
67 if (opt_array != NULL) {
71 opt_array[i] = (char *)mtest_table[i].test_name;
73 opt_array[nopts] = "max_errors";
74 opt_array[nopts + 1] = NULL;
78 return (opt_array);

Completed in 36 milliseconds