Lines Matching refs:_
82 my ($exitcode) = @_;
139 printf "\t%s\n", $_;
164 printf(STDERR @_) if $debug;
195 my ($desc) = @_;
221 my ($option) = @_;
262 my ($option, $file) = @_;
281 my ($match) = @_;
303 my ($match) = @_;
337 my ($match) = @_;
349 my ($line) = @_;
403 if (may_leak_address($_)) {
404 print 'dmesg: ' . $_;
413 my ($path) = @_;
429 my ($file) = @_;
446 my ($file) = @_;
458 if (may_leak_address($_)) {
459 print $file . ': ' . $_;
468 my ($path) = @_;
478 my @dirs = @_;
512 my ($file) = @_;
539 my ($file) = @_;
544 if ("dmesg:" eq substr($_, 0, 6)) {
548 print $_;
555 my ($file) = @_;
580 my ($dmesg) = @_;
590 my $index = index($_, ': ');
592 print substr($_, $index);
598 my ($ref, $desc) = @_;
609 my $lines = $ref->{$_};
611 printf "[%d %s] %s", $length, $_, @$lines[0];
617 my ($paths, $line) = @_;
628 my ($files, $line) = @_;
640 my ($cache, $key, $value) = @_;