Lines Matching full:find
43 # Step 1: find broken references
190 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
194 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
202 $f=qx(find $basedir -iname $new) if ($new);
208 $f=qx(find $basedir -iname $new) if ($new);
213 $f = qx(find $basedir -iname $new) if ($new);
216 my @find = split /\s+/, $f;
219 print STDERR "ERROR: Didn't find a replacement for $ref\n";
220 } elsif (scalar(@find) > 1) {
222 foreach my $j (@find) {
227 $f = $find[0];