Searched refs:get_quoted_string (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 1263 sub get_quoted_string { subroutine 5207 my $extracted_string = get_quoted_string($line, $rawline); 5240 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ && 5241 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) { 5726 my $fmt = get_quoted_string($line, $rawline); 5746 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0)); 6341 my $extracted_string = get_quoted_string($line, $rawline);
|
| /OK3568_Linux_fs/kernel/scripts/ |
| H A D | checkpatch.pl | 1417 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);
|