Searched refs:pwd (Results 1 – 25 of 28) sorted by relevance
12
/curl/tests/ |
H A D | testcurl.pl | 228 if ($pwd && $build) { 363 $pwd = getcwd(); 554 chdir "$pwd/$build"; 653 s/$pwd//g; 665 chdir "$pwd/$build"; 672 s/$pwd//g; 715 s/$pwd//g; 721 chdir "$pwd/$build"; 732 s/$pwd//g; 762 s/$pwd//g; [all …]
|
H A D | globalconfig.pm | 55 $pwd 96 our $pwd = getcwd(); # current working directory
|
H A D | runner.pm | 169 $ENV{'HOME'}=$pwd;
|
H A D | servers.pm | 131 my $posix_pwd = build_sys_abs_path($pwd); # current working directory in POSIX format 3110 $$thing =~ s/${prefix}PWD/$pwd/g; 3119 my $file_pwd = $pwd;
|
H A D | runtests.pl | 542 $pwd = sys_native_current_path();
|
/curl/.github/workflows/ |
H A D | curl-for-win.yml | 66 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \ 90 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \ 131 time docker run --volume "$(pwd):$(pwd)" --workdir "$(pwd)" \
|
/curl/ |
H A D | Dockerfile | 13 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl autoreconf -fi 14 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./configure -… 15 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl make 16 # docker run --rm -it -u $(id -u):$(id -g) -v $(pwd):/usr/src -w /usr/src curl/curl ./scripts/mak… 20 # docker run --rm -it -u $(id -u):$(id -g) -v (pwd):/usr/src -w /usr/src curl/curl bash
|
/curl/scripts/ |
H A D | verify-release | 76 cd "$pwd"
|
/curl/docs/cmdline-opts/ |
H A D | tlspassword.md | 14 - --tlspassword pwd --tlsuser user $URL
|
H A D | tlsuser.md | 14 - --tlspassword pwd --tlsuser user $URL
|
H A D | anyauth.md | 15 - --anyauth --user me:pwd $URL
|
H A D | quote.md | 75 ## pwd section 76 The pwd command returns the absolute path name of the current working directory.
|
/curl/tests/data/ |
H A D | test124 | 12 we can still send data even if pwd fails!
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_PASSWORD.md | 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PASSWORD, char *pwd);
|
H A D | CURLOPT_PROXY_TLSAUTH_PASSWORD.md | 30 char *pwd);
|
H A D | CURLOPT_PROXYPASSWORD.md | 26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYPASSWORD, char *pwd);
|
H A D | CURLOPT_TLSAUTH_PASSWORD.md | 28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_PASSWORD, char *pwd);
|
H A D | CURLOPT_KEYPASSWD.md | 29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_KEYPASSWD, char *pwd);
|
H A D | CURLOPT_PROXY_KEYPASSWD.md | 31 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_KEYPASSWD, char *pwd);
|
H A D | CURLOPT_QUOTE.md | 101 ## pwd section 103 The **pwd** command returns the absolute path of the current working
|
/curl/lib/ |
H A D | curl_setup.h | 919 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buf,
|
H A D | http.c | 273 const char *pwd; in http_output_basic() local 283 pwd = data->state.aptr.proxypasswd; in http_output_basic() 291 pwd = data->state.aptr.passwd; in http_output_basic() 294 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic()
|
H A D | curl_config.h.cmake | 445 /* Define to 1 if you have the <pwd.h> header file. */
|
/curl/.github/scripts/ |
H A D | spellcheck.words | 649 pwd
|
/curl/m4/ |
H A D | curl-confopts.m4 | 489 configure_runpath=`pwd`
|
Completed in 36 milliseconds
12