Lines Matching refs:f
38 my $f = $1;
42 next if ($f =~ m/Makefile/ || $f =~ m/\.sh$/);
45 next if ($f eq $scriptname);
88 if ($f =~ m/tools/) {
89 my $path = $f;
99 print STDERR "$f: $fulref\n";
115 my $f="";
121 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
122 if (!$f) {
125 $f = qx(find Documentation/devicetree/ -iname "*$search*") if ($search);
130 if (!$f) {
132 $f=qx(find . -iname $new) if ($new);
136 if (!$f) {
138 $f=qx(find . -iname $new) if ($new);
142 if (!$f) {
143 $f = qx(find . -iname $new) if ($new);
146 my @find = split /\s+/, $f;
148 if (!$f) {
157 $f = $find[0];
158 $f =~ s,^./,,;
159 print "INFO: Replacing $ref to $f\n";
161 qx(sed "s\@$ref\@$f\@g" -i $j);