Lines Matching refs:testno
442 my ($testno) = @_;
445 $testno =~ s/^([^0-9]*)//;
446 if($testno > 10000) {
447 $testpart = $testno % 10000;
448 $testno = int($testno / 10000);
451 loadtest("$srcdir/data/test$testno");
894 my $testno = $smtp_client;
895 my $filename = "log/upload.$testno";
897 logmsg "Store test number $testno in $filename\n";
1219 my $testno = $mailbox;
1220 my $filename = "log/upload.$testno";
1222 logmsg "Store test number $testno in $filename\n";
2114 my $testno = $_[0];
2116 if ($testno > 10000) {
2117 $testpart = $testno % 10000;
2118 $testno = int($testno / 10000);
2121 loadtest("$srcdir/data/test$testno");
2129 sendcontrol "550 $testno: no such file.\r\n";
2141 my $testno = $_[0];
2143 my $size = wildcard_filesize($ftptargetdir, $testno);
2145 sendcontrol "550 $testno: No such file or directory.\r\n";
2153 if($testno =~ /^verifiedserver$/) {
2160 if($testno =~ /(\d+)\/?$/) {
2161 $testno = $1;
2164 print STDERR "SIZE_ftp: invalid test number: $testno\n";
2169 if($testno > 10000) {
2170 $testpart = $testno % 10000;
2171 $testno = int($testno / 10000);
2174 loadtest("$srcdir/data/test$testno");
2185 sendcontrol "550 $testno: No such file or directory.\r\n";
2198 sendcontrol "550 $testno: No such file or directory.\r\n";
2205 my ($testno) = @_;
2227 my @content = wildcard_getfile($ftptargetdir, $testno);
2233 sendcontrol "150 Binary data connection for $testno ($size bytes).\r\n",
2241 if($testno =~ /^verifiedserver$/) {
2256 $testno =~ s/^([^0-9]*)//;
2258 if ($testno > 10000) {
2259 $testpart = $testno % 10000;
2260 $testno = int($testno / 10000);
2263 loadtest("$srcdir/data/test$testno");
2283 sendcontrol "150 Binary data connection for $testno () ($size bytes).\r\n",
2299 sendcontrol "150 Binary data connection for $testno () $sz.\r\n";
2310 sendcontrol "550 $testno: No such file or directory.\r\n";
2316 my $testno=$_[0];
2318 my $filename = "log/upload.$testno";
2339 logmsg "STOR test number $testno in $filename\n";