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 Dlib677.c30 static const char cmd[] = "A1 IDLE\r\n"; variable
85 ec = curl_easy_send(curl, cmd + pos, sizeof(cmd) - 1 - pos, &len); in test()
96 if(pos == sizeof(cmd) - 1) { in test()
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;
258 $cmd = "\"$stunnel\" -p $certfile -P $pidfile ";
260 $cmd .= ($socketopt) ? "$socketopt " : "";
261 $cmd .= ">$logfile 2>&1";
264 print "cmd: $cmd\n";
284 $cmd = "\"$stunnel\" $conffile ";
285 $cmd .= ">$logfile 2>&1";
320 print "cmd: $cmd\n";
344 print STDERR "RUN: $cmd\n" if($verbose);
361 exec("exec $cmd") || die "Can't exec() $cmd: $!";
[all …]
H A Dtestutil.pm178 my ($cmd)=@_;
179 my $ret = system($cmd);
180 print "CMD ($ret): $cmd\n" if($verbose && !$torture);
193 my ($cmd)=@_;
194 return `$cmd 2>/dev/null`;
H A Drunner.pm263 my ($cmd)=@_;
477 my $cmd = $testcmd;
695 chomp $cmd;
696 if($cmd) {
796 if($cmd) {
803 $cmd="-";
834 $cmdargs ="$cmd";
841 $cmdargs ="$cmd";
866 $cmdargs .= $cmd;
1102 chomp $cmd;
[all …]
H A Dservers.pm155 my ($cmd, @extrapaths)=@_;
164 if( -x "$_/$cmd" . exe_ext('SYS') && ! -d "$_/$cmd" . exe_ext('SYS')) {
166 return "$_/$cmd";
378 exec("exec $cmd") || die "Can't exec() $cmd: $!";
572 my $res = runclient($cmd);
715 my $res = runclient($cmd);
797 my $res = runclient($cmd);
1170 my $cmd = "$exe $flags";
1245 my $cmd = "$exe $aflags";
1306 my $cmd = "$exe $aflags";
[all …]
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 Dmanagen348 my ($cmd) = ($1);
349 print STDERR "$f:$line:1:ERROR: $cmd detected, use ##-style\n";
1113 my $cmd = shift @ARGV;
1116 if($cmd eq "-d") {
1119 $cmd = shift @ARGV;
1122 elsif($cmd eq "-I") {
1125 $cmd = shift @ARGV;
1143 getargs($dir, $cmd, @files);
/curl/packages/OS400/
H A D.gitattributes5 # OS400 .cmd files are not windows scripts.
6 *.cmd text eol=auto
/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/
H A D.gitattributes14 # Batch files (bat,btm,cmd) must be run with CRLF line endings.
18 *.cmd text eol=crlf
/curl/docs/libcurl/opts/
H A DCURLOPT_IOCTLFUNCTION.md36 curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp);
52 The callback MUST return *CURLIOE_UNKNOWNCMD* if the input *cmd* is
75 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
78 if(cmd == CURLIOCMD_RESTARTREAD) {
H A DCURLOPT_IOCTLDATA.md44 static curlioerr ioctl_callback(CURL *handle, int cmd, void *clientp)
47 if(cmd == CURLIOCMD_RESTARTREAD) {
/curl/tests/server/
H A Dsws.c279 char *cmd = NULL; in parse_servercmd() local
292 cmd = orgcmd; in parse_servercmd()
293 while(cmd && cmdsize) { in parse_servercmd()
354 cmd = check; in parse_servercmd()
1015 char *cmd = NULL; in send_doc() local
1142 free(cmd); in send_doc()
1166 free(cmd); in send_doc()
1222 free(cmd); in send_doc()
1233 free(cmd); in send_doc()
1245 ptr = cmd; in send_doc()
[all …]
H A Drtspd.c301 char *cmd = NULL; in ProcessRequest() local
319 ptr = cmd; in ProcessRequest()
407 free(cmd); in ProcessRequest()
773 char *cmd = NULL; in send_doc() local
895 error = getpart(&cmd, &cmdsize, "reply", "postcmd", stream); in send_doc()
907 free(cmd); in send_doc()
932 free(cmd); in send_doc()
991 free(cmd); in send_doc()
1000 free(cmd); in send_doc()
1012 ptr = cmd; in send_doc()
[all …]

Completed in 48 milliseconds

123