Lines Matching defs:file2
245 diffreg(char *file1, char *file2, int flags)
301 if (strcmp(file1, "-") == 0 && strcmp(file2, "-") == 0)
331 if ((f2 = opentemp(file2)) == NULL ||
333 warn("%s", file2);
338 } else if (strcmp(file2, "-") == 0)
341 f2 = fopen(file2, "r");
344 warn("%s", file2);
351 pr = start_pr(file1, file2);
386 errc(1, EFBIG, "%s", file2);
416 output(file1, f1, file2, f2, flags);
864 output(char *file1, FILE *f1, char *file2, FILE *f2, int flags)
901 change(file1, f1, file2, f2, i, i, j, j, &flags);
904 change(file1, f1, file2, f2, i, i, j + 1, j, &flags);
909 change(file1, f1, file2, f2, i + 1, i, j, j, &flags);
913 change(file1, f1, file2, f2, i0, i1, j0, j1, &flags);
925 change(file1, f1, file2, f2, i1, i0, j1, j0, &flags);
929 change(file1, f1, file2, f2, 1, 0, 1, len[1], &flags);
1009 change(char *file1, FILE *f1, char *file2, FILE *f2, int a, int b, int c, int d,
1053 printf("%s %s %s\n", diffargs, file1, file2);
1076 print_header(file1, file2);
1604 print_header(const char *file1, const char *file2)
1637 file2, buf);