Lines Matching refs:stripped
7761 my $stripped = $stat;
7764 $stripped =~ s/(^|\n)./$1/g;
7766 $stripped =~ s/\\\n/\n/g;
7768 $stripped =~ s/""//g;
7769 $stripped =~ s/0x0//g;
7770 $stripped =~ s/[\s$;,0]//g;
7772 $stripped =~ s/\.$Ident=//g;
7774 if (!(substr($stripped, -4) eq "{}};" ||
7775 substr($stripped, -6) eq "{{}}};" ||
7776 $stripped =~ /ISAPNP_DEVICE_SINGLE_END}};$/ ||
7777 $stripped =~ /ISAPNP_CARD_END}};$/ ||
7778 $stripped =~ /NULL};$/ ||
7779 $stripped =~ /PCMCIA_DEVICE_NULL};$/)) {