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

/freebsd-9.3-release/contrib/cvs/src/
H A Droot.c183 static int root_allow_size; variable
197 if (root_allow_size <= root_allow_count)
199 if (root_allow_size == 0)
201 root_allow_size = 1;
203 (char **) xmalloc (root_allow_size * sizeof (char *));
207 root_allow_size *= 2;
210 root_allow_size * sizeof (char *));
236 root_allow_size = 0;

Completed in 94 milliseconds