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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl13 @EXPORT = qw(&testcmp);
20 testcmp -- compare two files line-by-line
24 $is_diff = testcmp($file1, $file2);
28 $is_diff = testcmp({-cmplines => \&mycmp}, $file1, $file2);
48 sub testcmp( $ $ ; $) { subroutine
H A Dtestpchk.pl9 require "testcmp.pl";
68 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) {
H A Dtestp2pt.pl10 require "testcmp.pl";
127 if ( testcmp($outfile, $cmpfile) ) {

Completed in 23 milliseconds