/curl/tests/ |
H A D | test1275.pl | 73 my ($prefix, $word) = ($1, $2); 75 my $c = length($prefix); 85 my ($prefix, $word) = ($1, $2); 87 if(($prefix =~ /\.\.\z/) || 88 ($prefix =~ /[0-9]\z/) || 89 ($prefix =~ /e.g\z/) || 90 ($prefix =~ /i.e\z/) || 91 ($prefix =~ /E.g\z/) || 92 ($prefix =~ /etc\z/) || 97 my $c = length($prefix) + 2;
|
H A D | servers.pm | 3056 my ($thing, $testnum, $prefix) = @_; 3059 if(!$prefix) { 3060 $prefix = "%"; 3104 $$thing =~ s/${prefix}HOSTIP/$HOSTIP/g; 3107 $$thing =~ s/${prefix}PERL/$perlcmd/g; 3108 $$thing =~ s/${prefix}CURL/$CURL/g; 3109 $$thing =~ s/${prefix}LOGDIR/$LOGDIR/g; 3110 $$thing =~ s/${prefix}PWD/$pwd/g; 3114 $$thing =~ s/${prefix}DATE/$DATE/g; 3133 $$thing =~ s/${prefix}SRCDIR/$srcdir/g; [all …]
|
H A D | test1222.pl | 148 my ($f, $prefix)=@_; 158 if($_ =~ /^\.IP\s+((?:$prefix)_\w+)/) {
|
/curl/docs/examples/ |
H A D | adddocsref.pl | 39 my ($prefix, $anc) = ($1, $2); 41 print NEW "$prefix/* $docroot/curl_easy_setopt.html#$anc */\n"; 45 my ($prefix, $func) = ($1, $2); 46 print NEW "$prefix/* $docroot/$func.html */\n";
|
/curl/ |
H A D | curl-config.in | 28 prefix='@prefix@' 52 --prefix curl install prefix 81 --prefix) 82 echo "$prefix"
|
H A D | libcurl.pc.in | 25 prefix=@prefix@
|
/curl/packages/vms/ |
H A D | gnv_curl_configure.sh | 41 ./configure --prefix=/usr --exec-prefix=/usr --disable-dependency-tracking \
|
H A D | make_pcsi_curl_kit_name.com | 111 $ prefix = f$element(0, " ", line_in) 112 $ if prefix .nes. "#define" then goto ecolevel_loop
|
H A D | build_curl-config_script.com | 37 $ x_includedir = "${prefix}/include" 48 $ x_libdir = "${prefix}/lib"
|
/curl/src/ |
H A D | tool_msgs.c | 40 const char *prefix, 45 const char *prefix, in voutf() argument 49 size_t width = (get_terminal_columns() - strlen(prefix)); in voutf() 63 fputs(prefix, tool_stderr); in voutf()
|
H A D | tool_cb_wrt.c | 267 WCHAR prefix[3] = {0}; /* UTF-16 (1-2 WCHARs) + NUL */ in tool_write_cb() local 270 prefix, sizeof(prefix)/sizeof(prefix[0]))) { in tool_write_cb() 271 DEBUGASSERT(prefix[2] == L'\0'); in tool_write_cb() 274 prefix, in tool_write_cb() 275 prefix[1] ? 2 : 1, in tool_write_cb()
|
H A D | var.c | 239 size_t prefix; in varexpand() local 247 prefix = 2; in varexpand() 259 result = curlx_dyn_addn(out, line, clp - line + prefix); in varexpand() 265 result = curlx_dyn_addn(out, line, envp - prefix - line); in varexpand() 279 result = curlx_dyn_addn(out, envp - prefix, in varexpand() 280 clp - envp + prefix + 2); in varexpand()
|
/curl/lib/ |
H A D | curl_gssapi.c | 134 void Curl_gss_log_error(struct Curl_easy *data, const char *prefix, in Curl_gss_log_error() argument 145 infof(data, "%s%s", prefix, buf); in Curl_gss_log_error() 148 (void)prefix; in Curl_gss_log_error()
|
H A D | curl_gssapi.h | 48 void Curl_gss_log_error(struct Curl_easy *data, const char *prefix,
|
/curl/.github/workflows/ |
H A D | macos.yml | 96 configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix openssl) 129 configure: --enable-debug --with-openssl=$(brew --prefix libressl) 133 configure: --enable-debug --with-openssl=$(brew --prefix openssl) 137 configure: --enable-debug --with-openssl=$(brew --prefix openssl) 142 configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix openssl) 158 …rate: -DOPENSSL_ROOT_DIR=$(brew --prefix libressl) -DENABLE_ARES=ON -DCURL_USE_GSSAPI=ON -DGSS_ROO… 206 if test -d $(brew --prefix)/include/openssl; then 237 CC="$(brew --prefix ${{ matrix.compiler }})/bin/clang" 255 --with-libpsl=$(brew --prefix libpsl) \ 445 CC="$(brew --prefix ${{ matrix.compiler }})/bin/clang" [all …]
|
/curl/docs/ |
H A D | curl-config.md | 67 ## --prefix 69 This is the prefix used when libcurl was installed. Libcurl is then installed 70 in $prefix/lib and its header files are installed in $prefix/include and so 71 on. The prefix is set with "configure --prefix".
|
/curl/tests/data/ |
H A D | test1167 | 16 Verify curl prefix of public symbols in header files
|
H A D | test333 | 30 # detected the bad --no- prefix
|
H A D | test52 | 49 HTTP follow redirect with ./-prefix
|
/curl/docs/cmdline-opts/ |
H A D | proxy.md | 22 The proxy string can be specified with a protocol:// prefix. No protocol 30 HTTPS proxy support works set with the https:// protocol prefix for OpenSSL 54 variables, including the protocol prefix (http://) and the embedded user +
|
H A D | quote.md | 23 successful transfer, prefix them with a dash '-'. 26 directory, just before the file transfer command(s), prefix the command with a 32 command fails, prefix the command with an asterisk (*). Otherwise, if the
|
H A D | socks4a.md | 30 using a socks4a:// protocol prefix. (Added in 7.21.7)
|
H A D | socks5-hostname.md | 29 --proxy using a socks5h:// protocol prefix. (Added in 7.21.7)
|
/curl/docs/libcurl/ |
H A D | curl_easy_option_by_name.md | 33 without the "CURLOPT_" prefix and the name comparison is made case
|
H A D | curl_easy_option_by_id.md | 33 prefix ones provided in the standard curl/curl.h header file. This function
|