Lines Matching refs:checksrc
60 'BADCOMMAND' => 'bad !checksrc! instruction',
104 open(my $W, '<', "$dir/checksrc.skip") or return;
113 # Reads the .checksrc in $dir for any extended warnings to enable locally.
115 # and since that's already handled via !checksrc! commands there is probably
120 open(my $rcfile, "<", "$dir/.checksrc") or return;
131 print STDERR "invalid warning specified in .checksrc: \"$1\"\n";
138 print STDERR "invalid warning specified in .checksrc: \"$1\"\n";
145 die "Invalid format in $dir/.checksrc on line $i\n";
161 # checksrc.skip
165 # !checksrc! controlled
242 print "checksrc.pl [option] <file1> [file2] ...\n";
320 sub checksrc {
366 "Illegal !checksrc! command");
400 # check for !checksrc! commands
401 if($l =~ /\!checksrc\! (.*)/) {
403 checksrc($cmd, $line, $file, $l)
926 # enabled in .checksrc
981 printf "checksrc: %d errors and %d warnings\n", $errors, $warnings;
983 printf "checksrc: %d errors and %d warnings suppressed\n",