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

/freebsd-9.3-release/contrib/diff/src/
H A Dio.c68 static lin equivs_alloc;
237 lin eqs_alloc = equivs_alloc;
513 equivs_alloc = eqs_alloc;
838 equivs_alloc = filevec[0].alloc_lines + filevec[1].alloc_lines + 1;
839 if (PTRDIFF_MAX / sizeof *equivs <= equivs_alloc)
841 equivs = xmalloc (equivs_alloc * sizeof *equivs);
849 for (i = 9; (size_t) 1 << i < equivs_alloc / 3; i++)
67 static lin equivs_alloc; variable
/freebsd-9.3-release/contrib/cvs/diff/
H A Dio.c65 static int equivs_alloc;
208 int eqs_alloc = equivs_alloc;
383 equivs_alloc = eqs_alloc;
694 equivs_alloc = filevec[0].alloc_lines + filevec[1].alloc_lines + 1;
695 equivs = (struct equivclass *) xmalloc (equivs_alloc * sizeof (struct equivclass));
700 for (i = 0; primes[i] < equivs_alloc / 3; i++)
64 static int equivs_alloc; variable

Completed in 72 milliseconds