Lines Matching refs:suite
16 # get the UNAME line for a host, date, suite
20 my($host, $datestr, $suite, $type, $gz);
39 ($host, $datestr, $suite, $type, $gz) = split(/\./, $pf);
108 #@rso = (HOST,SUITE, DATE, UNAME);
109 @rso = (SUITE, HOST, DATE, UNAME);
121 elsif ($so[$i] =~ /suite/i) { push(@rso, SUITE); }
139 ($host, $datestr, $suite, $type, $gz) = split(/\./, $df);
144 $a_rec->{SUITE} = $suite;
171 #print "<tr><th>Hostname<th>Date<th>Suite</tr>\n";
197 print "<a href=\"results.cgi?get_df=$this->{HOST}.$this->{DATE}.$this->{SUITE}.scanner\">";
205 print " <input type=checkbox name=results value=\"$this->{HOST}.$this->{DATE}.$this->{SUITE}\">";