Home
last modified time | relevance | path

Searched refs:prefix (Results 1 – 25 of 64) 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.pm3057 my ($thing, $testnum, $prefix) = @_;
3060 if(!$prefix) {
3061 $prefix = "%";
3105 $$thing =~ s/${prefix}HOSTIP/$HOSTIP/g;
3108 $$thing =~ s/${prefix}PERL/$perlcmd/g;
3109 $$thing =~ s/${prefix}CURL/$CURL/g;
3110 $$thing =~ s/${prefix}LOGDIR/$LOGDIR/g;
3111 $$thing =~ s/${prefix}PWD/$pwd/g;
3115 $$thing =~ s/${prefix}DATE/$DATE/g;
3134 $$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@'
51 --prefix curl install prefix
80 --prefix)
81 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.c265 WCHAR prefix[3] = {0}; /* UTF-16 (1-2 WCHARs) + NUL */ in tool_write_cb() local
268 prefix, sizeof(prefix)/sizeof(prefix[0]))) { in tool_write_cb()
269 DEBUGASSERT(prefix[2] == L'\0'); in tool_write_cb()
272 prefix, in tool_write_cb()
273 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/.github/workflows/
H A Dmacos.yml118 configure: --enable-debug --with-openssl=$(brew --prefix libressl)
121 configure: --enable-debug --with-openssl=$(brew --prefix openssl)
124 configure: --enable-debug --with-openssl=$(brew --prefix openssl)
136 …rate: -DOPENSSL_ROOT_DIR=$(brew --prefix openssl) -DUSE_APPLE_IDN=ON -DCURL_CLANG_TIDY=ON -DCLANG_…
147 …rate: -DOPENSSL_ROOT_DIR=$(brew --prefix libressl) -DENABLE_ARES=ON -DCURL_USE_GSSAPI=ON -DGSS_ROO…
153 …_DIR="$(brew --prefix openldap)/include" -DLDAP_LIBRARY="$(brew --prefix openldap)/lib/libldap.dyl…
193 if test -d $(brew --prefix)/include/openssl; then
226 CC="$(brew --prefix ${{ matrix.compiler }})/bin/clang"
257 --with-libpsl=$(brew --prefix libpsl) \
445 CC="$(brew --prefix ${{ matrix.compiler }})/bin/clang"
[all …]
/curl/lib/
H A Dcurl_gssapi.c139 void Curl_gss_log_error(struct Curl_easy *data, const char *prefix, in Curl_gss_log_error() argument
150 infof(data, "%s%s", prefix, buf); in Curl_gss_log_error()
153 (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/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)
/curl/scripts/
H A Dchecksrc.pl866 my $prefix = $1;
869 $line, length($prefix), $file, $ol,
872 $prefix =~ s/\*/\\*/;
874 $l =~ s/$prefix$bad$suff/$prefix$replace/;
/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 57 milliseconds

123