Lines Matching refs:f
156 if (-f $conf) {
315 return if (!$email_use_mailmap || !(-f "${lk_path}.mailmap"));
395 } elsif (!(-f $file)) {
401 if ($file ne "MAINTAINERS" && -f $file && ($keywords || $file_emails)) {
402 open(my $f, '<', $file)
404 my $text = do { local($/) ; <$f> };
405 close($f);
810 if ( (-f "${lk_path}COPYING")
811 && (-f "${lk_path}CREDITS")
812 && (-f "${lk_path}Kbuild")
813 && (-f "${lk_path}MAINTAINERS")
814 && (-f "${lk_path}Makefile")
815 && (-f "${lk_path}README")
1343 return @commits if (!(-f $file));