Home
last modified time | relevance | path

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

/freebsd/crypto/openssl/util/
H A Dcheck-format.pl300 sub report_flexibly { subroutine
319 report_flexibly($line, $msg, $contents);
396report_flexibly($line_before, "entire-line comment indent = $count_before != $count (of following …
763report_flexibly($line_before, extra_SPC($intra_line1), $contents_before) if $intra_line1 =~ m/\s\s…
888report_flexibly($line_function_start, "function body length = $body_len > ".MAX_BODY_LENGTH." line…
953report_flexibly($line - 1, "blank line within local decls, before", $contents) if $blank_line_befo…
955report_flexibly($line, "missing blank line after local decls", "\n$contents_before$contents")
986 report_flexibly($line_before, "'$keyword_opening_brace' { 1 stmt }", $contents_before);
1260report_flexibly($line, +@nested_block_indents." unclosed '{'", "(EOF)\n") if @nested_block_indents…
1263report_flexibly($line, "$preproc_if_nesting unclosed '#if'", "(EOF)\n") if $preproc_if_nesting != …