Home
last modified time | relevance | path

Searched refs:cmd (Results 1 – 25 of 57) sorted by relevance

123

/curl/tests/libtest/
H A Dtest610.pl34 my $cmd = shift @ARGV;
36 if ($cmd eq "mkdir") {
39 elsif ($cmd eq "rmdir") {
42 elsif ($cmd eq "rm") {
45 elsif ($cmd eq "move") {
49 elsif ($cmd eq "gone") {
52 print "Unsupported command $cmd\n";
H A Dlib547.c59 int cmd, in ioctlcallback() argument
64 if(cmd == CURLIOCMD_RESTARTREAD) { in ioctlcallback()
H A Dlib555.c66 int cmd, in ioctlcallback() argument
71 if(cmd == CURLIOCMD_RESTARTREAD) { in ioctlcallback()
/curl/tests/
H A Dsecureserver.pl64 my $cmd;
262 $cmd = "\"$stunnel\" -p $certfile -P $pidfile ";
264 $cmd .= ($socketopt) ? "$socketopt " : "";
265 $cmd .= ">$logfile 2>&1";
268 print "cmd: $cmd\n";
288 $cmd = "\"$stunnel\" $conffile ";
289 $cmd .= ">$logfile 2>&1";
324 print "cmd: $cmd\n";
348 print STDERR "RUN: $cmd\n" if($verbose);
365 exec("exec $cmd") || die "Can't exec() $cmd: $!";
[all …]
H A Dtestutil.pm183 my ($cmd)=@_;
184 my $ret = system($cmd);
185 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
198 my ($cmd)=@_;
199 return `$cmd 2>$dev_null`;
H A Drunner.pm265 my ($cmd)=@_;
507 my $cmd = $testcmd;
725 chomp $cmd;
726 if($cmd) {
826 if($cmd) {
833 $cmd="-";
865 $cmdargs ="$cmd";
872 $cmdargs ="$cmd";
909 $cmdargs .= $cmd;
1152 chomp $cmd;
[all …]
H A Dservers.pm157 my ($cmd, @extrapaths)=@_;
168 if( -x "$_/$cmd" . exe_ext('SYS') && ! -d "$_/$cmd" . exe_ext('SYS')) {
170 return "$_/$cmd";
397 exec("exec $cmd") || die "Can't exec() $cmd: $!";
599 my $res = runclient($cmd);
742 my $res = runclient($cmd);
824 my $res = runclient($cmd);
1212 my $cmd = "$exe $flags";
1287 my $cmd = "$exe $aflags";
1348 my $cmd = "$exe $aflags";
[all …]
H A Dprocesshelp.pm171 my $cmd = "taskkill -t -pid $pid >nul 2>&1";
172 logmsg "Executing: '$cmd'\n";
173 system($cmd);
196 my $cmd = "taskkill -f -t -pid $pid >nul 2>&1";
197 logmsg "Executing: '$cmd'\n";
198 system($cmd);
H A Dsshhelp.pm384 my $cmd = ($sshbin =~ /$sshdexe$/) ? "\"$sshbin\" -?" : "\"$sshbin\" -V";
385 $error = "$cmd\n";
386 foreach my $tmpstr (qx($cmd 2>&1)) {
/curl/scripts/
H A Dcompletion.pl76 my ($cmd, $regex) = @_;
79 my @lines = call_curl($cmd);
142 my ($cmd) = @_;
143 my $output = `"$curl" $cmd`;
H A Dmaketgz35 cmd="${2:-}"
42 echo "$cmd"
45 if [ "only" = "$cmd" ]; then
51 if [ "commit" = "$cmd" ]; then
H A Dmanagen365 my ($cmd) = ($1);
366 print STDERR "$f:$line:1:ERROR: $cmd detected, use ##-style\n";
1235 my $cmd = shift @ARGV;
1238 if($cmd eq "-d") {
1241 $cmd = shift @ARGV;
1244 elsif($cmd eq "-I") {
1247 $cmd = shift @ARGV;
1250 elsif($cmd eq "-c") {
1253 $cmd = shift @ARGV;
1277 getargs($dir, $cmd, @files);
/curl/tests/data/
H A Dtest46223 <file name="%LOGDIR/cmd">
28 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
H A Dtest129127 -K %LOGDIR/cmd%TESTNUMBER --fail-early
34 …is\nurl=htttttp://non-existing-host.haxx.se/upload/%TESTNUMBER\n", $_);}' > %LOGDIR/cmd%TESTNUMBER;
H A Dtest42941 <file name="%LOGDIR/cmd">
45 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
H A Dtest46838 <file name="%LOGDIR/cmd%TESTNUMBER">
42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd%TESTNUMBER -w ""
H A Dtest44843 <file name="%LOGDIR/cmd">
49 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
H A Dtest44943 <file name="%LOGDIR/cmd">
47 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
H A Dtest45842 <file name="%LOGDIR/cmd">
47 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
H A Dtest42851 <file name="%LOGDIR/cmd">
59 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
/curl/docs/libcurl/opts/
H A DCURLOPT_IOCTLFUNCTION.md37 curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp);
53 The callback MUST return *CURLIOE_UNKNOWNCMD* if the input *cmd* is
78 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
81 if(cmd == CURLIOCMD_RESTARTREAD) {
H A DCURLOPT_IOCTLDATA.md47 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
50 if(cmd == CURLIOCMD_RESTARTREAD) {
/curl/tests/server/
H A Dsws.c278 char *cmd = NULL; in parse_servercmd() local
291 cmd = orgcmd; in parse_servercmd()
292 while(cmd && cmdsize) { in parse_servercmd()
353 cmd = check; in parse_servercmd()
1014 char *cmd = NULL; in send_doc() local
1141 free(cmd); in send_doc()
1165 free(cmd); in send_doc()
1221 free(cmd); in send_doc()
1232 free(cmd); in send_doc()
1244 ptr = cmd; in send_doc()
[all …]
H A Drtspd.c298 char *cmd = NULL; in ProcessRequest() local
316 ptr = cmd; in ProcessRequest()
404 free(cmd); in ProcessRequest()
770 char *cmd = NULL; in send_doc() local
892 error = getpart(&cmd, &cmdsize, "reply", "postcmd", stream); in send_doc()
904 free(cmd); in send_doc()
929 free(cmd); in send_doc()
988 free(cmd); in send_doc()
997 free(cmd); in send_doc()
1009 ptr = cmd; in send_doc()
[all …]
/curl/lib/
H A Dkrb5.c67 const char *cmd) in ftpsend() argument
79 DEBUGASSERT(cmd); in ftpsend()
81 write_len = strlen(cmd); in ftpsend()
85 memcpy(&s, cmd, write_len); in ftpsend()
299 char *cmd; in krb5_auth() local
309 cmd = aprintf("ADAT %s", p); in krb5_auth()
310 if(cmd) in krb5_auth()
311 result = ftpsend(data, conn, cmd); in krb5_auth()
316 free(cmd); in krb5_auth()

Completed in 58 milliseconds

123