Lines Matching full:lc
983 foreach (sort { lc($a) cmp lc($b) } keys(%camelcase)) {
1744 my ($linenr, $lc) = @_;
1747 for (my $count = $linenr + 1; $count <= $lc; $count++) {
2684 my $ucfirst_sign_off = ucfirst(lc($sign_off));
2738 $sig_nospace = lc($sig_nospace);
2833 $orig_commit = lc($2);
2835 $orig_commit = lc($1);
2952 my $typo_fix = $spelling_fix{lc($typo)};
4254 my $level = lc($orig);
4264 my $level = lc($orig);
6176 my $lc = $stat =~ tr@\n@@;
6177 $lc = $lc + $linenr;
6178 for (my $count = $linenr; $count <= $lc; $count++) {
6198 $stat_real = get_stat_real($linenr, $lc);
6205 my $stat_real = get_stat_real($linenr, $lc);
6326 my $lc = $stat =~ tr@\n@@;
6327 $lc = $lc + $linenr;
6328 my $stat_real = get_stat_real($linenr, $lc);
6337 my $lc = $stat =~ tr@\n@@;
6338 $lc = $lc + $linenr;
6339 my $stat_real = get_stat_real($linenr, $lc);
6587 my $type = lc($otype);
6780 my $lc = $stat =~ tr@\n@@;
6781 $lc = $lc + $linenr;
6782 my $stat_real = get_stat_real($linenr, $lc);