Lines Matching refs:cmd
157 my ($cmd, @extrapaths)=@_;
168 if( -x "$_/$cmd" . exe_ext('SYS') && ! -d "$_/$cmd" . exe_ext('SYS')) {
170 return "$_/$cmd";
288 my $cmd = "$handle $dir -accepteula -nobanner";
289 logmsg "clearlocks: Executing query: '$cmd'\n";
290 my @handles = `$cmd`;
299 … my $cmd = "taskkill.exe -f -t -fi \"IMAGENAME eq $1\" -fi \"PID eq $2\" >nul 2>&1";
300 logmsg "clearlocks: Executing kill: '$cmd'\n";
301 system($cmd);
378 my ($cmd, $pidfile, $timeout, $fakepidfile)=@_;
380 logmsg "startnew: $cmd\n" if ($verbose);
397 exec("exec $cmd") || die "Can't exec() $cmd: $!";
595 my $cmd = "$VCURL $flags 2>$verifylog";
598 logmsg "RUN: $cmd\n" if($verbose);
599 my $res = runclient($cmd);
672 my $cmd = "$VCURL $flags 2>$verifylog";
675 logmsg "RUN: $cmd\n" if($verbose);
676 my @data = runclientoutput($cmd);
738 my $cmd = "$VCURL $flags 2>$verifylog";
741 logmsg "RUN: $cmd\n" if($verbose);
742 my $res = runclient($cmd);
823 …my $cmd = "\"$sftp\" -b $LOGDIR/$PIDDIR/$sftpcmds -F $LOGDIR/$PIDDIR/$sftpconfig -S \"$ssh\" $ip >…
824 my $res = runclient($cmd);
871 my $cmd = "$VCURL $flags 2>$verifylog";
874 logmsg "RUN: $cmd\n" if($verbose);
875 my $res = runclient($cmd);
972 my $cmd = "$VCURL $flags 2>$verifylog";
975 logmsg "RUN: $cmd\n" if($verbose);
976 my @data = runclientoutput($cmd);
1032 my $cmd = "echo 'verifiedserver' | $VCURL $flags 2>$verifylog";
1035 logmsg "RUN: $cmd\n" if($verbose);
1036 my @data = runclientoutput($cmd);
1212 my $cmd = "$exe $flags";
1213 my ($httppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1287 my $cmd = "$exe $aflags";
1288 my ($http2pid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1348 my $cmd = "$exe $aflags";
1349 my ($http3pid, $pid3) = startnew($cmd, $pidfile, 15, 0);
1426 my $cmd = "$perl $srcdir/secureserver.pl $options";
1427 my ($httpspid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1491 my $cmd = "$httptlssrv $allflags > $logfile 2>&1";
1492 my ($httptlspid, $pid2) = startnew($cmd, $pidfile, 10, 1);
1554 my $cmd = "$perl $srcdir/ftpserver.pl $flags";
1555 my ($ftppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1634 my $cmd = "$perl $srcdir/secureserver.pl $options";
1635 my ($protospid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1701 my $cmd = "$perl $srcdir/tftpserver.pl $flags";
1702 my ($tftppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1777 my $cmd = "$perl $srcdir/rtspserver.pl $flags";
1778 my ($rtsppid, $pid2) = startnew($cmd, $pidfile, 15, 0);
1864 my $cmd = "$perl $srcdir/sshserver.pl $options";
1865 my ($sshpid, $pid2) = startnew($cmd, $pidfile, 60, 0);
1961 my $cmd="server/mqttd".exe_ext('SRV').
1968 my ($sockspid, $pid2) = startnew($cmd, $pidfile, 30, 0);
2017 my $cmd="";
2019 $cmd="server/socksd".exe_ext('SRV').
2027 $cmd="server/socksd".exe_ext('SRV').
2036 my ($sockspid, $pid2) = startnew($cmd, $pidfile, 30, 0);
2096 my $cmd = "$srcdir/dictserver.py $aflags";
2097 my ($dictpid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2157 my $cmd = "$srcdir/smbserver.py $aflags";
2158 my ($smbpid, $pid2) = startnew($cmd, $pidfile, 15, 0);
2217 my $cmd = "$srcdir/negtelnetserver.py $aflags";
2218 my ($ntelpid, $pid2) = startnew($cmd, $pidfile, 15, 0);