/curl/scripts/ |
H A D | ciconfig.pl | 164 for my $w (sort keys %used) { 165 printf " %s: %d %d%s\n", $w, $with{$w}, $without{$w}, 170 for my $w (sort keys %avail) { 171 if(!$used{$w}) { 172 printf " %s%s\n", $w, 178 for my $w (sort keys %avail) { 179 if(!$with{$w} && !$defaulton{$w}) { 180 printf " %s\n", $w; 186 for my $w (sort keys %with) { 187 if(!$avail{$w}) { [all …]
|
H A D | checksrc.pl | 171 my $w=$error?"error":"warning"; 195 if($w) { 204 if($w) { 212 print "$file:$num:$col: $w: $msg ($name)\n"; 270 for my $w (sort @allw) { 271 if($warnings{$w}) { 272 printf (" %-18s: %s\n", $w, $warnings{$w}); 275 printf (" %-18s: %s[*]\n", $w, $warnings_extended{$w});
|
H A D | managen | 100 my $w = -1; 104 $w += length($_); 105 $w++; 108 my $inject = $width - $w; 144 my $w = 0; 152 if(($w + $l + $spaces) >= $width) { 155 $w = 0; 159 $w += $l; # new width 161 if($w) { 198 if ($w > $colwidth) { [all …]
|
/curl/.github/scripts/ |
H A D | badwords.pl | 11 my $w; 19 push @w, $bad; 44 foreach my $w (@w) { 45 my $case = $exactcase{$w}; 46 if(($in =~ /^(.*)$w/i && !$case) || 47 ($in =~ /^(.*)$w/ && $case) ) { 50 print STDERR "$f:$l:$c: error: found bad word \"$w\"\n"; 53 "~" x (length($w)-1); 54 printf STDERR " maybe use \"%s\" instead?\n", $alt{$w};
|
/curl/docs/examples/ |
H A D | version-check.pl | 99 for my $w (@recent) { 100 if($doc{$w} eq $newver) { 101 printf " $w\n";
|
H A D | evhiperfifo.c | 117 static void timer_cb(EV_P_ struct ev_timer *w, int revents); 202 static void event_cb(EV_P_ struct ev_io *w, int revents) in event_cb() argument 204 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents); in event_cb() 205 GlobalInfo *g = (GlobalInfo*) w->data; in event_cb() 210 rc = curl_multi_socket_action(g->multi, w->fd, action, &g->still_running); in event_cb() 220 static void timer_cb(EV_P_ struct ev_timer *w, int revents) in timer_cb() argument 222 DPRINT("%s w %p revents %i\n", __PRETTY_FUNCTION__, w, revents); in timer_cb() 224 GlobalInfo *g = (GlobalInfo *)w->data; in timer_cb() 372 static void fifo_cb(EV_P_ struct ev_io *w, int revents) in fifo_cb() argument 377 GlobalInfo *g = (GlobalInfo *)w->data; in fifo_cb()
|
/curl/tests/data/ |
H A D | test468 | 36 set -w in config, then reset -w to blank on cmdline 39 -w "output\n" 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -K %LOGDIR/cmd%TESTNUMBER -w ""
|
H A D | test990 | 6 -w 36 use -w %output{} 39 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{%LOGDIR/output}%{http_code}\n'
|
H A D | test474 | 4 -w 38 -w urle.scheme after HTTP to HTTPS redirect 41 -k -L http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_redirects} %{url_effective} %{urle.scheme}\n"
|
H A D | test1223 | 30 HTTP GET -w remote_ip and -w remote_port 33 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w 'IP %{remote_ip} and PORT %{remote_port}\n'
|
H A D | test991 | 6 -w 36 use -w %output{} append 42 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%output{>>%LOGDIR/output}%{http_code}'
|
H A D | test1670 | 6 -w 40 -w individual header output 43 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%header{etag} %header{nope} %header{DATE}\n' -o %LOGDIR/%T…
|
H A D | test423 | 4 -w 34 -w with url.* variables 37 …f" "local host" "http://u22u:p22p@%HOSTIP:%HTTPPORT/%TESTNUMBER?qqqq#ffff" -w '%{url.host}+%{url.p…
|
H A D | test2051 | 34 …w "%{num_connects}\n" --next --connect-to ::%HOSTIP:%HTTPPORT http://%HOSTIP:%HTTPPORT/%TESTNUMBER…
|
H A D | test1671 | 6 -w 43 -w header JSON output 46 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w '%{header_json}\n' -o %LOGDIR/%TESTNUMBER.out
|
H A D | test192 | 29 HTTP GET -w num_connects with one simple connect 32 http://%HOSTIP:%HTTPPORT/%TESTNUMBER -w "%{num_connects}\n"
|
H A D | test424 | 4 -w 51 -w with urle.* variables 54 …f" "local host" "http://u22u:p22p@%HOSTIP:%HTTPPORT/%TESTNUMBER?qqqq#ffff" -w '%{urle.host}+%{urle…
|
H A D | test978 | 35 verify that --stderr works for -w's stderr as well 38 http://%HOSTIP:%HTTPPORT/%TESTNUMBER --stderr %LOGDIR/redir --silent -w '%{stderr}nonsense\n'
|
H A D | test2403 | 8 -w 45 -k --http2 -w '%{header_json}\n' "https://%HOSTIP:%HTTP2TLSPORT/%TESTNUMBER"
|
H A D | test2503 | 7 -w 44 -w '%{header_json}\n' --http3-only --cacert %SRCDIR/certs/EdelCurlRoot-ca.crt --resolve localhost:%…
|
/curl/tests/libtest/ |
H A D | mk-lib1521.pl | 417 my $w=" "; 418 my $w2="$w$w"; 419 my $w3="$w$w$w"; 422 my $exists = "${w}{\n"; 427 my $i = ' ' x (length($w) + 25);
|
H A D | lib678.c | 106 CURLcode w = CURLE_OK; in test() local 110 w = curl_easy_setopt(e, CURLOPT_CAINFO_BLOB, &blob); in test() 111 if(w) in test() 115 res = w; in test()
|
/curl/ |
H A D | Dockerfile | 13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi 14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -… 15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make 16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./scripts/mak… 20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
|
/curl/lib/ |
H A D | if2ip.c | 72 unsigned short w = (unsigned short) ((b[0] << 8) | b[1]); in Curl_ipv6_scope() local 76 switch(w & 0xFFC0) { in Curl_ipv6_scope() 82 w = b[1] | b[2] | b[3] | b[4] | b[5] | b[6] | b[7] | b[8] | b[9] | in Curl_ipv6_scope() 84 if(w || b[15] != 0x01) in Curl_ipv6_scope()
|
/curl/tests/ |
H A D | test1139.pl | 75 my $w = $1; 77 $w =~ s/\\-/-/g; 78 push @m, $w;
|