Lines Matching refs:file2
142 # markit(file1, file2)
161 my($file2) = shift;
191 open(FILE, qq(diff -d --old-group-format="$old" --new-group-format="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 |)) || die("Diff failed: $!");
192 # system (qq(diff --old-group-format="$old" --new-group-format="$new" --changed-group-format="$changed" --unchanged-group-format="$unchanged" $file1 $file2 > /tmp/output));
456 $file2 = $ARGV[1];
464 $tmp = splitit($file2, $headertmp2);
500 my $file2 = "/tmp/htdcgi2.$$";
518 my $res2 = $ua->request($req2, $file2);
530 $split2 = splitit($file2, $headertmp2);
562 unlink $file2;