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