Home
last modified time | relevance | path

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

/linux/scripts/
H A Dcheckpatch.pl1705 sub get_quoted_string {
3809 my $mode = get_quoted_string($line, $rawline);
6367 my $extracted_string = get_quoted_string($line, $rawline);
6400 get_quoted_string($line, $rawline) =~ /\b$context_function\b/ &&
6401 length(get_quoted_string($line, $rawline)) != (length($context_function) + 2)) {
6975 my $fmt = get_quoted_string($line, $rawline);
7000 my $fmt = get_quoted_string($lines[$count - 1], raw_line($count, 0));
7776 my $extracted_string = get_quoted_string($line, $rawline);
1687 sub get_quoted_string { global() subroutine