Searched refs:file2 (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/
H A Ddigcomp.pl30 $file2 = $ARGV[1];
73 open(FILE2, $file2) || die("open: $file2: $!\n");
96 print("Only in $file2 (missing from $file1):\n")
110 print("Only in $file1 (missing from $file2):\n")
/bind-9.6-ESV-R11/contrib/zkt/
H A Dmisc.h57 extern int cmpfile (const char *file1, const char *file2);
H A Dmisc.c615 ** cmpfile (file1, file2)
619 int cmpfile (const char *file1, const char *file2) argument
626 /* fprintf (stderr, "cmpfile (%s, %s)\n", file1, file2); */
629 if ( (fp2 = fopen (file2, "r")) == NULL )

Completed in 940 milliseconds