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

/freebsd-10.0-release/gnu/usr.bin/grep/
H A Dexclude.c42 int exclude_alloc; member in struct:exclude
51 ex->exclude_alloc = 64;
52 ex->exclude = (char const **) xmalloc (ex->exclude_alloc * sizeof (char *));
73 if (ex->exclude_alloc <= ex->exclude_count)
75 ((ex->exclude_alloc *= 2)
/freebsd-10.0-release/contrib/diff/lib/
H A Dexclude.c87 size_t exclude_alloc; member in struct:exclude
187 if (ex->exclude_count == ex->exclude_alloc)
188 ex->exclude = x2nrealloc (ex->exclude, &ex->exclude_alloc,

Completed in 126 milliseconds