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

/freebsd-12-stable/usr.bin/sdiff/
H A Dsdiff.c695 size_t file1start, file1end, file2start, file2end, n; local
711 file1start = strtonum(line, 0, INT_MAX, &errstr);
726 if (file1start > file1end)
729 file1end = file1start;
765 if (file1start != file1end)
768 if (file1start == SIZE_MAX)
770 file1start = ++file1end;
789 for (; file1ln < file1start && file2ln < file2start;
816 for (; file1ln < file1start; ++file1ln) {
848 n = file1end - file1start
[all...]

Completed in 104 milliseconds