Home
last modified time | relevance | path

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

123

/curl/tests/
H A Dtest1275.pl70 my ($prefix, $word) = ($1, $2);
72 my $c = length($prefix);
82 my ($prefix, $word) = ($1, $2);
84 if(($prefix =~ /\.\.\z/) ||
85 ($prefix =~ /[0-9]\z/) ||
86 ($prefix =~ /e.g\z/) ||
87 ($prefix =~ /i.e\z/) ||
88 ($prefix =~ /E.g\z/) ||
89 ($prefix =~ /etc\z/) ||
94 my $c = length($prefix) + 2;
H A Dpathhelp.pm566 my $prefix;
571 $prefix = $1;
576 substr($prefix, 2, 1, '/') if $have_root;
581 $prefix = $1;
584 $prefix = '';
608 my $ret = $prefix . join('/', @res);
H A Dservers.pm2921 my ($thing, $testnum, $prefix) = @_;
2924 if(!$prefix) {
2925 $prefix = "%";
2965 $$thing =~ s/${prefix}HOSTIP/$HOSTIP/g;
2968 $$thing =~ s/${prefix}CURL/$CURL/g;
2969 $$thing =~ s/${prefix}LOGDIR/$LOGDIR/g;
2970 $$thing =~ s/${prefix}PWD/$pwd/g;
2989 $$thing =~ s/${prefix}SRCDIR/$srcdir/g;
2990 $$thing =~ s/${prefix}USER/$USER/g;
3002 $$thing =~ s/${prefix}FTPTIME2/$ftp2/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/.circleci/
H A Dconfig.yml60 …sion-min=10.9' CPPFLAGS="-I$(brew --prefix libpsl)/include" LDFLAGS="-L$(brew --prefix libpsl)/lib…
67 …S="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmacosx-version-min=10.9' LDFLAGS="-L$(bre…
81prefix openssl)/lib/pkgconfig" CPPFLAGS="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmac…
88prefix openssl)/lib/pkgconfig" CPPFLAGS="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmac…
95 …S="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmacosx-version-min=10.9' LDFLAGS="-L$(bre…
109 …S="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmacosx-version-min=10.8' LDFLAGS="-L$(bre…
116prefix openssl)/lib/pkgconfig" CPPFLAGS="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmac…
123prefix libressl)/lib/pkgconfig" CPPFLAGS="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mma…
130prefix openssl)/lib/pkgconfig" CPPFLAGS="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmac…
137prefix openssl)/lib/pkgconfig" CPPFLAGS="-I$(brew --prefix libpsl)/include" CFLAGS='-Wno-vla -mmac…
[all …]
/curl/.github/workflows/
H A Dmacos.yml65 …configure: --enable-debug --with-libssh2=$(brew --prefix)/opt/libssh2 --without-ssl --enable-webso…
73 …configure: --enable-debug --with-libssh --with-openssl=$(brew --prefix)/opt/openssl --enable-webso…
125 … configure: --enable-debug --with-openssl=$(brew --prefix)/opt/openssl --enable-websockets
129 … configure: --enable-debug --with-openssl=$(brew --prefix)/opt/libressl --enable-websockets
143 …configure: --enable-debug --disable-ldap --with-openssl=$(brew --prefix)/opt/openssl --enable-webs…
159 cd $(brew --prefix)/opt/openssl/lib/pkgconfig/
162 …sudo sed s,libdir=$(brew --prefix)'/Cellar/openssl@3/3.3.0$',libdir=$(brew --prefix)/Cellar/openss…
169 if test -d $(brew --prefix)/include/openssl; then
224 … generate: -DOPENSSL_ROOT_DIR=$(brew --prefix)/opt/openssl -DCMAKE_OSX_DEPLOYMENT_TARGET=10.9
233 …_LDAPS=ON -DCMAKE_SHARED_LINKER_FLAGS=-L$(brew --prefix)/lib -DCMAKE_EXE_LINKER_FLAGS=-L$(brew --p…
[all …]
H A Dosslq-linux.yml106 ./config --prefix=$HOME/openssl3
134 ./config no-deprecated --prefix=$HOME/nghttpx --libdir=$HOME/nghttpx/lib
160 … ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only
174 …./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only…
183 … ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-http3
H A Dngtcp2-linux.yml117 ./config no-deprecated --prefix=$HOME/nghttpx --libdir=$HOME/nghttpx/lib
142 ./configure --prefix=$HOME/nghttpx \
170 ./configure --enable-all --enable-quic --prefix=$HOME/nghttpx
196 … ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only
210 …./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-lib-only…
219 … ./configure --prefix=$HOME/nghttpx PKG_CONFIG_PATH="$HOME/nghttpx/lib/pkgconfig" --enable-http3
/curl/
H A Dcurl-config.in26 prefix="@prefix@"
50 --prefix curl install prefix
79 --prefix)
80 echo "$prefix"
H A D.azure-pipelines.yml172 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
179 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
186 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
192 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
198 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
205 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
212 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
218 …configure: --host=i686-w64-mingw32 --build=i686-w64-mingw32 --prefix=/mingw32 --enable-debug -…
224 …configure: --host=x86_64-w64-mingw32 --build=x86_64-w64-mingw32 --prefix=/mingw64 --enable-debug -…
H A Dlibcurl.pc.in28 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
/curl/src/
H A Dtool_msgs.c40 const char *prefix,
45 const char *prefix, in voutf() argument
49 size_t width = (79 - strlen(prefix)); in voutf()
63 fputs(prefix, tool_stderr); in voutf()
H A Dtool_cb_wrt.c272 WCHAR prefix[3] = {0}; /* UTF-16 (1-2 WCHARs) + NUL */ in tool_write_cb() local
275 prefix, sizeof(prefix)/sizeof(prefix[0]))) { in tool_write_cb()
276 DEBUGASSERT(prefix[2] == L'\0'); in tool_write_cb()
279 prefix, in tool_write_cb()
280 prefix[1] ? 2 : 1, in tool_write_cb()
H A Dvar.c241 size_t prefix; in varexpand() local
249 prefix = 2; in varexpand()
261 result = curlx_dyn_addn(out, line, clp - line + prefix); in varexpand()
267 result = curlx_dyn_addn(out, line, envp - prefix - line); in varexpand()
281 result = curlx_dyn_addn(out, envp - prefix, in varexpand()
282 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,
H A Dcookie.h43 unsigned char prefix; /* bitmap fields indicating which prefix are set */ member
/curl/docs/
H A Dcurl-config.md66 ## --prefix
68 This is the prefix used when libcurl was installed. Libcurl is then installed
69 in $prefix/lib and its header files are installed in $prefix/include and so
70 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
/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

Completed in 59 milliseconds

123