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

/linux-master/scripts/
H A Dcheckpatch.pl1662 sub get_quoted_string { subroutine
6275 my $extracted_string = get_quoted_string($line, $rawline);
6308 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
6309 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6876 my $fmt = get_quoted_string($line, $rawline);
6901 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7648 my $extracted_string = get_quoted_string($line, $rawline);

Completed in 222 milliseconds