Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/cvs/src/
Droot.c181 static int root_allow_count; variable
188 return root_allow_count; in root_allow_used()
197 if (root_allow_size <= root_allow_count)
228 root_allow_vector[root_allow_count++] = p;
235 free_names (&root_allow_count, root_allow_vector); in root_allow_free()
245 if (root_allow_count == 0)
261 for (i = 0; i < root_allow_count; ++i)