Lines Matching refs:names
355 my @names = split /\xac/,$w;
358 foreach my $name (@names) {
365 foreach my $name (@names) {
713 my @names = @{$names_ref};
714 my $file = $names[0];
733 for (my $i = 0; $i < @names; $i++) {
736 print STDERR "--> $names[$i]\n";
738 print STDERR " $names[$i]\n";
742 print STDERR "$names[$i] =~ /^$re\$/\n" if ($debug && $dbg_undefined);
743 if ($names[$i] =~ $re) {
751 for (my $i = 0; $i < @names; $i++) {
753 print STDERR "$names[$i] =~ /^$re\$/\n" if ($debug && $dbg_undefined);
754 if ($names[$i] =~ $re) {
794 my @names = @{$$file_ref{"__name"}};
796 check_file($file_ref, \@names);
807 printf STDERR "%s: processing sysfs files... %i%%: $names[0]", $time, $percent;