Lines Matching refs:sURL
106 my $sURL = "http://mahler.germany.sun.com/qadev/baselib/gcov_result_in_db_putter.php";
115 $sURL = $sURL . "$next" . "complete=$1";
124 $sURL = $sURL . "$next" . "notused=$1";
132 $sURL = $sURL . "$next" . "used=$1";
140 $sURL = $sURL . "$next" . "incomplete=$1";
147 $sURL = $sURL . "$next" . "cwsname=$cwsname";
153 $sURL = $sURL . "$next" . "major=$major";
159 $sURL = $sURL . "$next" . "minor=$minor";
166 $sURL = $sURL . "$next" . "environment=$environment";
173 $sURL = $sURL . "$next" . "date=$year-$month-$day";
195 my $result = `wget -O $output "$sURL"`;
196 print "$sURL\n";