Home
last modified time | relevance | path

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

/freebsd/contrib/diff/src/
H A Dio.c229 lin linbuf_base = current->linbuf_base; in find_and_hash_each_line() local
454 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
455 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
457 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()
459 linbuf += linbuf_base; in find_and_hash_each_line()
461 (alloc_lines - linbuf_base) * sizeof *linbuf); in find_and_hash_each_line()
462 linbuf -= linbuf_base; in find_and_hash_each_line()
480 || PTRDIFF_MAX / sizeof *cureqs <= 2 * alloc_lines - linbuf_base in find_and_hash_each_line()
481 || PTRDIFF_MAX / sizeof *linbuf <= alloc_lines - linbuf_base) in find_and_hash_each_line()
483 alloc_lines = 2 * alloc_lines - linbuf_base; in find_and_hash_each_line()
[all …]
H A Ddiff.h254 lin linbuf_base, buffered_lines, valid_lines, alloc_lines; member
H A Danalyze.c1013 free (cmp->file[f].linbuf + cmp->file[f].linbuf_base); in diff_2_files()
/freebsd/contrib/diff/
H A DChangeLog3004 (struct file_data): New member linbuf_base counts number of lines
3009 New member alloc_lines - linbuf_base replaces old linbufsize.