Searched refs:cmpfile (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Checker/t/pod/ |
| H A D | testpchk.pl | 52 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!"; 57 unless (-e $cmpfile) { 58 my $msg = "*** Can't find comparison file $cmpfile for testing $infile"; 66 for ($infile, $outfile, $cmpfile) { 71 if ( testcmp({'-cmplines' => \&msgcmp}, $outfile, $cmpfile) ) { 72 $different = "$outfile is different from $cmpfile"; 73 system("diff -u $cmpfile $outfile") if $ENV{TEST_POD_CHECK_DIFF}; 85 my ($podfile, $cmpfile) = ("", ""); 97 $cmpfile = $testdir . $testname . '.xr'; 101 if ($opts{'-force'} or ! -e $cmpfile) { [all …]
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Usage/t/pod/ |
| H A D | testp2pt.pl | 124 my $cmpfile = $args{'-Cmp'} || croak "No compare-result file given!"; 127 my $testname = basename $cmpfile, '.t', '.xr'; 129 unless (-e $cmpfile) { 130 my $msg = "*** Can't find comparison file $cmpfile for testing $infile"; 138 if ( testcmp($outfile, $cmpfile) ) { 139 $different = "$outfile is different from $cmpfile"; 151 my ($podfile, $cmpfile) = ("", ""); 163 $cmpfile = $testdir . $testname . '.xr'; 167 if ($opts{'-force'} or ! -e $cmpfile) { 171 podinc2plaintext($podfile, $cmpfile); [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/src/ |
| H A D | history.c | 1349 char *cmpfile = NULL; local 1365 cmpfile = xmalloc (strlen (hr->repos) 1368 (void) sprintf (cmpfile, "%s/%s", 1370 cp2 = cmpfile; 1383 if (cmpfile != NULL) 1384 free (cmpfile);
|