Home | History | Annotate | Download | only in cgi

Lines Matching refs:df

28 		open (DF, "gunzip -c $get_df|") || print "$get_df not found\n";
30 open (DF, "$get_df") || print "$get_df not found";
36 while (<DF>) {
38 while (<DF>) {
40 $line = <DF>;
46 $line = <DF>;
56 while (<DF>) {
63 while (<DF>) {
67 @rest = <DF>;
88 close(DF);
95 foreach $df (sort(@driver_files)) {
97 ($host, $datestr, $suite, $type, $gz) = split(/\./, $df);
103 $a_rec->{DRIVER_FILE} = $df;