Searched refs:report_flexibly (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/openssl/openssl/util/ |
H A D | check-format.pl | 300 sub report_flexibly { subroutine 319 report_flexibly($line, $msg, $contents); 396 report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following line)", 763 report_flexibly($line_before, extra_SPC($intra_line1), $contents_before) if $intra_line1 =~ m/\s\s\S/ && 888 report_flexibly($line_function_start, "function body length = $body_len > ".MAX_BODY_LENGTH." lines", 953 report_flexibly($line - 1, "blank line within local decls, before", $contents) if $blank_line_before; 955 report_flexibly($line, "missing blank line after local decls", "\n$contents_before$contents") 983 report_flexibly($line_before, "'$keyword_opening_brace' { 1 stmt }", $contents_before); 1257 report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents != 0; 1260 report_flexibly( [all...] |
/third_party/openssl/util/ |
H A D | check-format.pl | 300 sub report_flexibly { subroutine 319 report_flexibly($line, $msg, $contents); 396 report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following line)", 763 report_flexibly($line_before, extra_SPC($intra_line1), $contents_before) if $intra_line1 =~ m/\s\s\S/ && 888 report_flexibly($line_function_start, "function body length = $body_len > ".MAX_BODY_LENGTH." lines", 953 report_flexibly($line - 1, "blank line within local decls, before", $contents) if $blank_line_before; 955 report_flexibly($line, "missing blank line after local decls", "\n$contents_before$contents") 983 report_flexibly($line_before, "'$keyword_opening_brace' { 1 stmt }", $contents_before); 1257 report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents != 0; 1260 report_flexibly( [all...] |
Completed in 4 milliseconds