Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 27) sorted by relevance

12

/curl/src/
H A Dtool_findfile.c113 char *home = curl_getenv(conf_list[i].env); in findfile() local
114 if(home) { in findfile()
119 if(!home[0]) { in findfile()
120 curl_free(home); in findfile()
125 curl_free(home); in findfile()
128 home = c; in findfile()
134 curl_free(home); in findfile()
141 curl_free(home); in findfile()
150 char *home = pw->pw_dir; in findfile() local
151 if(home && home[0]) in findfile()
[all …]
H A Dtool_ipfs.c81 char *home = getenv("HOME"); in ipfs_gateway() local
82 if(home && *home) in ipfs_gateway()
83 ipfs_path = aprintf("%s/.ipfs/", home); in ipfs_gateway()
/curl/lib/
H A Dnetrc.c293 char *home = NULL; in Curl_parsenetrc() local
296 home = homea; in Curl_parsenetrc()
303 home = pw.pw_dir; in Curl_parsenetrc()
311 home = pw->pw_dir; in Curl_parsenetrc()
318 home = homea; in Curl_parsenetrc()
323 if(!home) in Curl_parsenetrc()
327 filealloc = curl_maprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc()
337 filealloc = curl_maprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
/curl/tests/unit/
H A Dunit2604.c41 const char *home; member
80 for(i = 0; list[i].home; i++) {
83 CURLcode result = Curl_get_pathname(&cp, &path, list[i].home);
85 list[i].cp, list[i].home, list[i].result);
/curl/tests/data/
H A Dtest72621 # Set a home that doesn't have a ".ipfs" folder. %PWD should be good.
22 # This is to prevent the automatic gateway detection from finding a gateway file in your home folde…
26 IPFS with no gateway URL (no environment or home file either)
H A Dtest35336 FTP home dir list singlecwd
/curl/docs/cmdline-opts/
H A Dnetrc.md21 Make curl scan the *.netrc* file in the user's home directory for login name
26 variable "HOME" is used to find the home directory.
28 On Windows two filenames in the home directory are checked: *.netrc* and
H A Dinsecure.md33 *known_hosts* is a file normally stored in the user's home directory in the
H A Dconfig.md78 7) Non-Windows: use getpwuid to find the home directory
/curl/.github/workflows/
H A Dhttp3-linux.yml104 path: /home/runner/quictls/build
113 path: /home/runner/gnutls/build
123 path: /home/runner/wolfssl/build
132 path: /home/runner/nghttp3/build
141 path: /home/runner/ngtcp2/build
150 path: /home/runner/nghttp2/build
321 path: /home/runner/quictls/build
331 path: /home/runner/gnutls/build
362 path: /home/runner/ngtcp2/build
402 path: /home/runner/quiche
[all …]
H A Dlinux.yml234 path: /home/runner/bearssl
255 path: /home/runner/libressl
274 path: /home/runner/mbedtls
292 path: /home/runner/openssl3
310 path: /home/runner/quictls
328 path: /home/runner/msh3
355 path: /home/runner/rustls
397 path: /home/runner/mod_h2
H A Dawslc.yml71 path: /home/runner/awslc
131 path: /home/runner/awslc
/curl/docs/examples/
H A DMakefile.example41 LDFLAGS = -L/home/dast/lib -L/usr/local/ssl/lib
/curl/docs/libcurl/opts/
H A DCURLOPT_SSH_KEYDATA.md61 curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "/home/user/known_hosts");
H A DCURLOPT_NETRC_FILE.md32 for a .netrc file in the current user's home directory.
H A DCURLOPT_SSH_KNOWNHOSTS.md53 "/home/clarkkent/.ssh/known_hosts");
H A DCURLOPT_SSH_PRIVATE_KEYFILE.md60 "/home/clarkkent/.ssh/id_rsa");
H A DCURLOPT_SSH_PUBLIC_KEYFILE.md56 "/home/clarkkent/.ssh/id_rsa.pub");
H A DCURLOPT_HSTS.md69 curl_easy_setopt(curl, CURLOPT_HSTS, "/home/user/.hsts-cache");
H A DCURLOPT_SSH_KEYFUNCTION.md138 curl_easy_setopt(curl, CURLOPT_SSH_KNOWNHOSTS, "/home/user/known_hosts");
/curl/docs/libcurl/
H A Dlibcurl-env.md59 checked as the primary way to find the "current" home directory in which
65 checked as the secondary way to find the "current" home directory (on Windows
H A Dlibcurl-security.md52 stored in a home directory that is NFS mounted or used on another network
/curl/
H A DDockerfile36 useradd --uid $UID --gid dev --shell /bin/bash --create-home dev
/curl/lib/vssh/
H A Dlibssh2.c1088 char *home = curl_getenv("HOME"); in ssh_statemach_act() local
1092 if(home) { in ssh_statemach_act()
1094 sshc->rsa = aprintf("%s/.ssh/id_rsa", home); in ssh_statemach_act()
1099 sshc->rsa = aprintf("%s/.ssh/id_dsa", home); in ssh_statemach_act()
1106 free(home); in ssh_statemach_act()
/curl/docs/
H A DFAQ52 3.20 How to SFTP from my user's home directory?
731 3.20 How to SFTP from my user's home directory?
734 work with. It means that if you do not specify that you want the user's home
737 To specify a file in your user's home directory, you need to use the correct

Completed in 71 milliseconds

12