Lines Matching refs:report
93 --terse one line per report
118 --mailback only produce a report in case of warnings/errors
123 --test-only=WORD report only warnings/errors containing WORD
1364 NOTE: If any of the errors are false positives, please report
2330 sub report {
2371 push(our @report, $output);
2377 our @report;
2467 if (report("ERROR", $type, $msg)) {
2477 if (report("WARNING", $type, $msg)) {
2487 if ($check && report("CHECK", $type, $msg)) {
2659 our @report = ();
2875 #make up the handle for any error we report on this line
3183 "Reported-by: should be immediately followed by Closes: with a URL to the report\n" . $herecurr . "\n");
3186 "Reported-by: should be immediately followed by Closes: with a URL to the report\n" . $herecurr . $rawlines[$linenr] . "\n");
3389 #don't report the next line if this line ends in commit and the sha1 hash is the next line
5408 ## # falsely report the parameters of functions.
7661 # If we have no input at all, then there is nothing to report on
7667 # In mailback mode only produce a report in the negative, for