Lines Matching refs:f
184 if (-f $conf) {
211 if (-f $ignore_file) {
388 return if (! -f $file);
421 } elsif (-f "$path") {
437 if (-f $file && ($email_file_emails || $file =~ /\.yaml$/)) {
438 open(my $f, '<', $file)
440 my $text = do { local($/) ; <$f> };
441 close($f);
462 return if (!$email_use_mailmap || !(-f "${lk_path}.mailmap"));
538 } elsif (!(-f $file)) {
549 if ($file ne "MAINTAINERS" && -f $file && $keywords) {
550 open(my $f, '<', $file)
552 my $text = do { local($/) ; <$f> };
553 close($f);
1130 if ( (-f "${lk_path}Kbuild")
1132 && (-f "${lk_path}Makefile")
1133 && (-f "${lk_path}README")
1672 return @commits if (!(-f $file));