Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 63) sorted by relevance

123

/curl/tests/
H A Dtest1275.pl73 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 Dservers.pm3056 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 Dtest1222.pl148 my ($f, $prefix)=@_;
158 if($_ =~ /^\.IP\s+((?:$prefix)_\w+)/) {
/curl/docs/examples/
H A Dadddocsref.pl39 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 Dcurl-config.in28 prefix='@prefix@'
52 --prefix curl install prefix
81 --prefix)
82 echo "$prefix"
H A Dlibcurl.pc.in25 prefix=@prefix@
/curl/packages/vms/
H A Dgnv_curl_configure.sh41 ./configure --prefix=/usr --exec-prefix=/usr --disable-dependency-tracking \
H A Dmake_pcsi_curl_kit_name.com111 $ prefix = f$element(0, " ", line_in)
112 $ if prefix .nes. "#define" then goto ecolevel_loop
H A Dbuild_curl-config_script.com37 $ x_includedir = "${prefix}/include"
48 $ x_libdir = "${prefix}/lib"
/curl/src/
H A Dtool_msgs.c40 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 Dtool_cb_wrt.c267 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 Dvar.c239 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 Dcurl_gssapi.c134 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 Dcurl_gssapi.h48 void Curl_gss_log_error(struct Curl_easy *data, const char *prefix,
/curl/.github/workflows/
H A Dmacos.yml96 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 Dcurl-config.md67 ## --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 Dtest116716 Verify curl prefix of public symbols in header files
H A Dtest33330 # detected the bad --no- prefix
H A Dtest5249 HTTP follow redirect with ./-prefix
/curl/docs/cmdline-opts/
H A Dproxy.md22 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 Dquote.md23 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 Dsocks4a.md30 using a socks4a:// protocol prefix. (Added in 7.21.7)
H A Dsocks5-hostname.md29 --proxy using a socks5h:// protocol prefix. (Added in 7.21.7)
/curl/docs/libcurl/
H A Dcurl_easy_option_by_name.md33 without the "CURLOPT_" prefix and the name comparison is made case
H A Dcurl_easy_option_by_id.md33 prefix ones provided in the standard curl/curl.h header file. This function

Completed in 23 milliseconds

123