Lines Matching refs:stripped
7779 my $stripped = $stat;
7782 $stripped =~ s/(^|\n)./$1/g;
7784 $stripped =~ s/\\\n/\n/g;
7786 $stripped =~ s/""//g;
7787 $stripped =~ s/0x0//g;
7788 $stripped =~ s/[\s$;,0]//g;
7790 $stripped =~ s/\.$Ident=//g;
7792 if (!(substr($stripped, -4) eq "{}};" ||
7793 substr($stripped, -6) eq "{{}}};" ||
7794 $stripped =~ /ISAPNP_DEVICE_SINGLE_END}};$/ ||
7795 $stripped =~ /ISAPNP_CARD_END}};$/ ||
7796 $stripped =~ /NULL};$/ ||
7797 $stripped =~ /PCMCIA_DEVICE_NULL};$/)) {