Searched refs:report_flexibly (Results 1 – 1 of 1) sorted by relevance
/openssl-master/util/ |
A D | check-format.pl | 220 sub report_flexibly { subroutine 239 report_flexibly($line, $msg, $contents); 315 …report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following … 647 …report_flexibly($line_before, extra_SPC($intra_line1), $contents_before) if $intra_line1 =~ m/\s\s… 782 …report_flexibly($line_function_start, "function body length = $body_len > ".MAX_BODY_LENGTH." line… 855 report_flexibly($line_before, "'$keyword_opening_brace' { 1 stmt }", $contents_before); 1134 …report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents… 1137 … report_flexibly($line, "$directive_nesting unclosed '#if'", "(EOF)\n") if $directive_nesting != 0;
|
Completed in 4 milliseconds