Home
last modified time | relevance | path

Searched refs:get_quoted_string (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/scripts/
H A Dcheckpatch.pl1417 sub get_quoted_string { subroutine
5716 my $extracted_string = get_quoted_string($line, $rawline);
5749 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
5750 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6265 my $fmt = get_quoted_string($line, $rawline);
6290 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
6936 my $extracted_string = get_quoted_string($line, $rawline);
/kernel/linux/linux-6.6/scripts/
H A Dcheckpatch.pl1661 sub get_quoted_string { subroutine
6268 my $extracted_string = get_quoted_string($line, $rawline);
6301 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
6302 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6878 my $fmt = get_quoted_string($line, $rawline);
6903 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7631 my $extracted_string = get_quoted_string($line, $rawline);

Completed in 15 milliseconds