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

/bind-9.6-ESV-R11/bin/tests/system/
H A Ddigcomp.pl29 $file1 = $ARGV[0];
38 open(FILE1, $file1) || die("open: $file1: $!\n");
63 print("Duplicate entry in $file1:\n> $_\n< $line\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); */
627 if ( (fp1 = fopen (file1, "r")) == NULL )

Completed in 11 milliseconds