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

/freebsd-9.3-release/contrib/diff/src/
H A Dio.c584 lin alloc_lines0, alloc_lines1;
762 alloc_lines1 = buffered_prefix + middle_guess + MIN (context, suffix_guess);
763 if (alloc_lines1 < buffered_prefix
764 || PTRDIFF_MAX / sizeof *linbuf1 <= alloc_lines1)
766 linbuf1 = xmalloc (alloc_lines1 * sizeof *linbuf1);
787 filevec[1].alloc_lines = alloc_lines1 - buffered_prefix;
578 lin alloc_lines0, alloc_lines1; local
/freebsd-9.3-release/contrib/cvs/diff/
H A Dio.c427 int alloc_lines0, alloc_lines1;
598 alloc_lines1
602 linbuf1 = (char const **) xmalloc (alloc_lines1 * sizeof (*linbuf1));
623 filevec[1].alloc_lines = alloc_lines1 - buffered_prefix;
422 int alloc_lines0, alloc_lines1; local

Completed in 33 milliseconds