15 if (/\"((?:[^\"\\]+|\\.*)+)\"(.*)/) {
26 } elsif ($more == 2) {
27 print "SKIPPED more\n";
29 } elsif (/log_(?:warn|err|notice)\(\s*(LD_[A-Z_]*)\s*,\s*\"((?:[^\"\\]+|\\.)*)\"(.*)/) {
30 next if ($1 eq 'LD_BUG');
38 } elsif (/log_(?:warn|err|notice)\(\s*((?:LD_[A-Z_]*)?)(.*)/) {
39 next if ($1 eq 'LD_BUG');
43 $more = 2 if ($extra eq '');
47 while ((my $phrase, my $count) = each %count) {
49 print "$count\t$phrase\n";