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

/freebsd-9.3-release/contrib/cvs/src/
H A Droot.c182 static char **root_allow_vector; variable
202 root_allow_vector =
208 root_allow_vector =
209 (char **) xrealloc (root_allow_vector,
213 if (root_allow_vector == NULL)
228 root_allow_vector[root_allow_count++] = p;
234 if (root_allow_vector != NULL)
235 free_names (&root_allow_count, root_allow_vector);
262 if (strcmp (root_allow_vector[i], arg) == 0)

Completed in 103 milliseconds