Lines Matching defs:file1
34 * sdiff [-l] [-s] [-w #] [-o output] file1 file2
101 static char *file1;
203 "Usage: sdiff [-l] [-s] [-o output] [-w #] file1 file2\n"));
207 file1 = *argv++;
209 file1 = filename(file1, file2);
210 file2 = filename(file2, file1);
213 if ((fdes1 = fopen(file1, "r")) == NULL)
214 error(gettext("Cannot open: %s"), file1);
247 (void) strcat(diffcmd, file1);
257 * num1 and num2 counts the number of lines in file1 and 2