Home
last modified time | relevance | path

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

/openssl-master/util/
A Dcheck-format.pl220 sub report_flexibly { subroutine
239 report_flexibly($line, $msg, $contents);
315report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
647report_flexibly($line_before, extra_SPC($intra_line1), $contents_before) if $intra_line1 =~ m/\s\s…
782report_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);
1134report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents…
1137report_flexibly($line, "$directive_nesting unclosed '#if'", "(EOF)\n") if $directive_nesting != 0;

Completed in 4 milliseconds