Lines Matching full:find
43 # Step 1: find broken references
197 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
201 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
209 $f=qx(find $basedir -iname $new) if ($new);
215 $f=qx(find $basedir -iname $new) if ($new);
220 $f = qx(find $basedir -iname $new) if ($new);
223 my @find = split /\s+/, $f;
226 print STDERR "ERROR: Didn't find a replacement for $ref\n";
227 } elsif (scalar(@find) > 1) {
229 foreach my $j (@find) {
234 $f = $find[0];