Home
last modified time | relevance | path

Searched refs:pwd (Results 1 – 25 of 28) sorted by relevance

12

/curl/tests/
H A Dtestcurl.pl228 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 Dglobalconfig.pm54 $pwd
92 our $pwd = getcwd(); # current working directory
H A Dservers.pm129 my $posix_pwd=$pwd; # current working directory
3002 $$thing =~ s/${prefix}PWD/$pwd/g;
3009 my $file_pwd = $pwd;
H A Drunner.pm169 $ENV{'HOME'}=$pwd;
H A Druntests.pl540 $pwd = sys_native_current_path();
/curl/.github/workflows/
H A Dcurl-for-win.yml66 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 DDockerfile13 # 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 Dverify-release76 cd "$pwd"
/curl/docs/cmdline-opts/
H A Dtlspassword.md14 - --tlspassword pwd --tlsuser user $URL
H A Dtlsuser.md14 - --tlspassword pwd --tlsuser user $URL
H A Danyauth.md15 - --anyauth --user me:pwd $URL
H A Dquote.md75 ## pwd section
76 The pwd command returns the absolute path name of the current working directory.
/curl/tests/data/
H A Dtest12412 we can still send data even if pwd fails!
/curl/docs/libcurl/opts/
H A DCURLOPT_PASSWORD.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PASSWORD, char *pwd);
H A DCURLOPT_PROXY_TLSAUTH_PASSWORD.md30 char *pwd);
H A DCURLOPT_PROXYPASSWORD.md26 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXYPASSWORD, char *pwd);
H A DCURLOPT_TLSAUTH_PASSWORD.md28 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_TLSAUTH_PASSWORD, char *pwd);
H A DCURLOPT_KEYPASSWD.md29 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_KEYPASSWD, char *pwd);
H A DCURLOPT_PROXY_KEYPASSWD.md31 CURLcode curl_easy_setopt(CURL *handle, CURLOPT_PROXY_KEYPASSWD, char *pwd);
H A DCURLOPT_QUOTE.md101 ## pwd section
103 The **pwd** command returns the absolute path of the current working
/curl/lib/
H A Dcurl_setup.h911 int getpwuid_r(uid_t uid, struct passwd *pwd, char *buf,
H A Dhttp.c273 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 Dcurl_config.h.cmake442 /* Define to 1 if you have the <pwd.h> header file. */
/curl/.github/scripts/
H A Dspellcheck.words649 pwd
/curl/m4/
H A Dcurl-confopts.m4488 configure_runpath=`pwd`

Completed in 43 milliseconds

12