Lines Matching refs:stripped
7698 my $stripped = $stat;
7701 $stripped =~ s/(^|\n)./$1/g;
7703 $stripped =~ s/\\\n/\n/g;
7705 $stripped =~ s/""//g;
7706 $stripped =~ s/0x0//g;
7707 $stripped =~ s/[\s$;,0]//g;
7709 $stripped =~ s/\.$Ident=//g;
7711 if (!(substr($stripped, -4) eq "{}};" ||
7712 substr($stripped, -6) eq "{{}}};" ||
7713 $stripped =~ /ISAPNP_DEVICE_SINGLE_END}};$/ ||
7714 $stripped =~ /ISAPNP_CARD_END}};$/ ||
7715 $stripped =~ /NULL};$/ ||
7716 $stripped =~ /PCMCIA_DEVICE_NULL};$/)) {