Searched refs:get_quoted_string (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/scripts/ |
H A D | checkpatch.pl | 1298 sub get_quoted_string { subroutine 5283 my $extracted_string = get_quoted_string($line, $rawline); 5316 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ && 5317 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) { 5807 my $fmt = get_quoted_string($line, $rawline); 5831 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 6451 my $extracted_string = get_quoted_string($line, $rawline);
|
/openbmc/linux/scripts/ |
H A D | checkpatch.pl | 1661 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);
|