Searched refs:file2start (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
742 file2start = strtonum(q, 0, INT_MAX, &errstr);
758 if (file2start >= file2end)
761 file2end = file2start;
777 if (file2start != file2end)
780 if (file2start == SIZE_MAX)
782 file2start = ++file2end;
789 for (; file1ln < file1start && file2ln < file2start;
825 for (; file2ln < file2start; ++file2ln) {
844 n = file2end - file2start
[all...]

Completed in 102 milliseconds