Searched refs:PATH (Results 1 – 20 of 20) sorted by relevance
/curl/docs/examples/ |
H A D | unixsocket.c | 38 #define PATH "/tmp/http-unix-domain" macro 53 curl_easy_setopt(curl, CURLOPT_UNIX_SOCKET_PATH, PATH); in main()
|
/curl/ |
H A D | appveyor.sh | 79 PATH="$PWD/_bld/lib:$PATH" 82 PATH="$PWD/_bld/lib:${openssl_root}:$PATH"
|
H A D | configure.ac | 71 [$PATH:/usr/bin:/usr/local/bin]) 83 [$PATH:/usr/bin:/usr/local/bin]) 101 [$PATH:/usr/bin:/usr/local/bin]) 114 [$PATH:/usr/bin:/usr/local/bin]) 260 AS_HELP_STRING([--with-gnutls=PATH],[where to look for GnuTLS, PATH points to the installation root… 269 AS_HELP_STRING([--with-mbedtls=PATH],[where to look for mbedTLS, PATH points to the installation ro… 296 AS_HELP_STRING([--with-rustls=PATH],[where to look for Rustls, PATH points to the installation root… 397 [$PATH:/usr/bin:/usr/local/bin]) 1390 AS_HELP_STRING([--with-zlib=PATH],[search for zlib in PATH]) 3813 AS_HELP_STRING([--with-zsh-functions-dir=PATH],[Install zsh completions to PATH]) [all …]
|
H A D | appveyor.yml | 198 - ps: $env:PATH = "C:/msys64/usr/bin;$env:PATH"
|
H A D | RELEASE-NOTES | 233 o tests: fixup `checkcmd` `PATH` on non-unixy platforms [108]
|
H A D | acinclude.m4 | 1501 [$PATH:/usr/bin:/usr/local/bin])
|
H A D | CMakeLists.txt | 1415 option(CURL_DISABLE_CA_SEARCH "Disable unsafe CA bundle search in PATH on Windows" OFF)
|
/curl/m4/ |
H A D | zz40-xc-ovr.m4 | 145 dnl Emits shell code that verifies that 'PATH' variable 152 # Verify that 'PATH' variable is set, otherwise abort. 202 dnl is found within 'PATH', otherwise aborts execution. 235 dnl is found within 'PATH', otherwise aborts execution. 268 dnl is found within 'PATH', otherwise aborts execution. 297 dnl is found within 'PATH', otherwise aborts execution. 326 dnl is found within 'PATH', otherwise aborts execution. 363 dnl or differentiate paths inside the 'PATH' environment 376 # Directory count in 'PATH' when using a colon separator. 379 for xc_tst_dir in $PATH; do [all …]
|
H A D | curl-confopts.m4 | 66 AS_HELP_STRING([--enable-ares@<:@=PATH@:>@],[Enable c-ares for DNS lookups]) 284 dnl AS_HELP_STRING([--enable-threads@<:@=PATH@:>@],[Enable threads for DNS lookups])
|
/curl/.github/workflows/ |
H A D | windows.yml | 159 PATH="$PWD/bld/lib:$PATH" 175 PATH="$PWD/bld/lib:$PATH" 309 PATH="$PATH:/c/Program Files (x86)/stunnel/bin" 370 PATH="$PWD/bld/lib:$PATH" 497 PATH="$PWD/bld/lib:$PATH" 744 PATH="/c/msys64/usr/bin:$PATH" 771 PATH="/c/msys64/usr/bin:$PATH" 779 PATH="$PWD/bld/lib:$PATH" 787 PATH="/c/msys64/usr/bin:$PATH" 813 PATH="/c/msys64/usr/bin:$PATH" [all …]
|
/curl/docs/libcurl/opts/ |
H A D | CURLMOPT_PUSHDATA.md | 58 fprintf(stderr, "The PATH is %s\n", headp);
|
H A D | CURLMOPT_PUSHFUNCTION.md | 119 fprintf(stderr, "The PATH is %s\n", headp);
|
/curl/projects/ |
H A D | checksrc.bat | 85 set "PATH=%SystemDrive%\Perl\bin;%PATH%" 88 set "PATH=%SystemDrive%\Perl64\bin;%PATH%"
|
H A D | build-openssl.bat | 180 set "PATH=%SystemDrive%\Perl\bin;%PATH%" 183 set "PATH=%SystemDrive%\Perl64\bin;%PATH%" 190 set "PATH=%PERL_PATH%\Perl\bin;%PATH%"
|
H A D | build-wolfssl.bat | 323 set "PATH=%MSBUILD_OUTDIR%;%PATH%"
|
/curl/docs/libcurl/ |
H A D | curl_pushheader_byname.md | 57 fprintf(stderr, "The PATH is %s\n", headp);
|
H A D | libcurl.m4 | 103 AC_PATH_PROG([_libcurl_config],[curl-config],[],[$PATH])
|
/curl/scripts/ |
H A D | maketgz | 121 for part in $(echo "$PATH" | tr ':' ' '); do
|
/curl/docs/cmdline-opts/ |
H A D | cacert.md | 32 Current Working Directory, or in any folder along your PATH.
|
/curl/tests/ |
H A D | runtests.md | 225 the **Sysinternals** `handle[64].exe` to be on PATH)
|
Completed in 71 milliseconds