Lines Matching refs:f
158 if (-f $conf) {
317 return if (!$email_use_mailmap || !(-f "${lk_path}.mailmap"));
397 } elsif (!(-f $file)) {
403 if ($file ne "MAINTAINERS" && -f $file && ($keywords || $file_emails)) {
404 open(my $f, '<', $file)
406 my $text = do { local($/) ; <$f> };
407 close($f);
815 if ( (-f "${lk_path}COPYING")
816 && (-f "${lk_path}CREDITS")
817 && (-f "${lk_path}Kbuild")
818 && (-f "${lk_path}MAINTAINERS")
819 && (-f "${lk_path}Makefile")
820 && (-f "${lk_path}README")
1348 return @commits if (!(-f $file));