Home
last modified time | relevance | path

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

/openbsd/gnu/usr.bin/cvs/src/
H A Droot.c178 static char **root_allow_vector; variable
192 root_allow_vector =
198 root_allow_vector =
199 (char **) realloc (root_allow_vector,
203 if (root_allow_vector == NULL)
229 root_allow_vector[root_allow_count++] = p;
235 if (root_allow_vector != NULL) in root_allow_free()
236 free_names (&root_allow_count, root_allow_vector); in root_allow_free()
263 if (strcmp (root_allow_vector[i], arg) == 0)