/src/usr.bin/sdiff/ |
sdiff.c | 570 size_t file1start, file1end, file2start, file2end, n; local in function:parsecmd 599 file1end = strtonum(q, 0, INT_MAX, &errstr); 602 if (file1start > file1end) 606 file1end = file1start; 642 if (file1start != file1end) 647 file1start = ++file1end; 725 printc(file1, file1end, file2, file2end); 726 n = file1end - file1start + 1 + 1 + file2end - file2start + 1; 730 printd(file1, file1end); 731 n = file1end - file1start + 1 [all...] |
sdiff.c | 570 size_t file1start, file1end, file2start, file2end, n; local in function:parsecmd 599 file1end = strtonum(q, 0, INT_MAX, &errstr); 602 if (file1start > file1end) 606 file1end = file1start; 642 if (file1start != file1end) 647 file1start = ++file1end; 725 printc(file1, file1end, file2, file2end); 726 n = file1end - file1start + 1 + 1 + file2end - file2start + 1; 730 printd(file1, file1end); 731 n = file1end - file1start + 1 [all...] |
sdiff.c | 570 size_t file1start, file1end, file2start, file2end, n; local in function:parsecmd 599 file1end = strtonum(q, 0, INT_MAX, &errstr); 602 if (file1start > file1end) 606 file1end = file1start; 642 if (file1start != file1end) 647 file1start = ++file1end; 725 printc(file1, file1end, file2, file2end); 726 n = file1end - file1start + 1 + 1 + file2end - file2start + 1; 730 printd(file1, file1end); 731 n = file1end - file1start + 1 [all...] |