Searched refs:fulref (Results 1 - 1 of 1) sorted by path

/u-boot/scripts/
H A Ddocumentation-file-ref-check115 my $fulref = "$prefix$ref";
117 $fulref =~ s/^(\<file|ref)://;
118 $fulref =~ s/^[\'\`]+//;
119 $fulref =~ s,^\$\(.*\)/,,;
123 next if ($fulref =~ m/^http/);
126 next if (grep -e, glob("$ref $fulref"));
132 next if (grep -e, glob("$path/$ref $path/../$ref $path/$fulref"));
137 next if ($false_positives{$f} eq $fulref);
145 print STDERR "Warning: $f references a file that doesn't exist: $fulref\n";
147 print STDERR "$f: $fulref\
[all...]

Completed in 56 milliseconds