/curl/tests/libtest/ |
H A D | test610.pl | 34 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 D | lib547.c | 59 int cmd, in ioctlcallback() argument 64 if(cmd == CURLIOCMD_RESTARTREAD) { in ioctlcallback()
|
H A D | lib555.c | 66 int cmd, in ioctlcallback() argument 71 if(cmd == CURLIOCMD_RESTARTREAD) { in ioctlcallback()
|
/curl/tests/ |
H A D | secureserver.pl | 64 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 D | testutil.pm | 183 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 D | runner.pm | 265 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 D | servers.pm | 157 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 D | processhelp.pm | 171 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 D | sshhelp.pm | 384 my $cmd = ($sshbin =~ /$sshdexe$/) ? "\"$sshbin\" -?" : "\"$sshbin\" -V"; 385 $error = "$cmd\n"; 386 foreach my $tmpstr (qx($cmd 2>&1)) {
|
/curl/scripts/ |
H A D | completion.pl | 76 my ($cmd, $regex) = @_; 79 my @lines = call_curl($cmd); 142 my ($cmd) = @_; 143 my $output = `"$curl" $cmd`;
|
H A D | maketgz | 35 cmd="${2:-}" 42 echo "$cmd" 45 if [ "only" = "$cmd" ]; then 51 if [ "commit" = "$cmd" ]; then
|
H A D | managen | 365 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 D | test462 | 23 <file name="%LOGDIR/cmd"> 28 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
H A D | test1291 | 27 -K %LOGDIR/cmd%TESTNUMBER --fail-early 34 …is\nurl=htttttp://non-existing-host.haxx.se/upload/%TESTNUMBER\n", $_);}' > %LOGDIR/cmd%TESTNUMBER;
|
H A D | test429 | 41 <file name="%LOGDIR/cmd"> 45 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
H A D | test468 | 38 <file name="%LOGDIR/cmd%TESTNUMBER"> 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd%TESTNUMBER -w ""
|
H A D | test448 | 43 <file name="%LOGDIR/cmd"> 49 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
H A D | test449 | 43 <file name="%LOGDIR/cmd"> 47 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
H A D | test458 | 42 <file name="%LOGDIR/cmd"> 47 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
H A D | test428 | 51 <file name="%LOGDIR/cmd"> 59 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_IOCTLFUNCTION.md | 37 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 D | CURLOPT_IOCTLDATA.md | 47 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp) 50 if(cmd == CURLIOCMD_RESTARTREAD) {
|
/curl/tests/server/ |
H A D | sws.c | 278 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 D | rtspd.c | 298 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 D | krb5.c | 67 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()
|