Home
last modified time | relevance | path

Searched refs:curl (Results 1 – 23 of 23) sorted by relevance

/freebsd-12.1/crypto/openssl/apps/
H A Dtsget.in44 my $curl = WWW::Curl::Easy::new();
48 $curl->setopt(CURLOPT_FAILONERROR, 1);
49 $curl->setopt(CURLOPT_USERAGENT,
53 $curl->setopt(CURLOPT_UPLOAD, 1);
55 $curl->setopt(CURLOPT_HTTPHEADER,
77 $curl->setopt(CURLOPT_URL, $url);
79 return $curl;
84 my $curl = shift;
100 my $error_code = $curl->perform();
154 my $curl = create_curl $options{h};
[all …]
/freebsd-12.1/release/scripts/
H A Datlas-upload.sh79 …BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token…
87 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_t…
88 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private…
89 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[descriptio…
95 …VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/…
105 …VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/…
116 …PROVIDERRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version…
130 …TOKENRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${…
142 UPLOADRESULT=$(/usr/local/bin/curl -s -X PUT --upload-file ${FILE} "${TOKEN}")
146 …VALIDRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${…
[all …]
/freebsd-12.1/contrib/wpa/src/utils/
H A Dhttp_curl.c45 CURL *curl; member
72 if (ctx->curl) { in clear_curl()
74 ctx->curl = NULL; in clear_curl()
1353 CURL *curl; in setup_curl_post() local
1364 if (curl == NULL) in setup_curl_post()
1407 return curl; in setup_curl_post()
1439 if (ctx->curl == NULL) in post_init_client()
1619 CURL *curl; in http_download_file() local
1629 if (curl == NULL) in http_download_file()
1690 CURL *curl; in http_post() local
[all …]
/freebsd-12.1/release/
H A DMakefile.vagrant54 .if !exists(/usr/local/bin/curl)
55 . if !exists(${PORTSDIR}/ftp/curl/Makefile)
59 env ASSUME_ALWAYS_YES=yes pkg install -y curl
61 make -C ${PORTSDIR}/ftp/curl BATCH=1 all install clean
/freebsd-12.1/contrib/googletest/ci/
H A Dinstall-linux.sh43 curl https://bazel.build/bazel-release.pub.gpg | sudo apt-key add -
/freebsd-12.1/contrib/wpa/hs20/client/
H A DAndroid.mk8 INCLUDES += external/curl/include
/freebsd-12.1/crypto/openssl/doc/man1/
H A Dtsget.pod79 Switches on verbose mode for the underlying B<curl> library. You can see
188 =for comment foreign manuals: curl(1)
190 L<openssl(1)>, L<ts(1)>, L<curl(1)>,
/freebsd-12.1/contrib/libucl/src/
H A Ducl_util.c699 CURL *curl;
703 curl = curl_easy_init ();
704 if (curl == NULL) {
708 if ((r = curl_easy_setopt (curl, CURLOPT_URL, url)) != CURLE_OK) {
711 curl_easy_cleanup (curl);
714 curl_easy_setopt (curl, CURLOPT_WRITEFUNCTION, ucl_curl_write_callback);
717 curl_easy_setopt (curl, CURLOPT_WRITEDATA, &cbdata);
719 if ((r = curl_easy_perform (curl)) != CURLE_OK) {
724 curl_easy_cleanup (curl);
/freebsd-12.1/sys/contrib/zstd/tests/fuzz/
H A DMakefile19 DOWNLOAD?=curl -L -o
/freebsd-12.1/contrib/subversion/
H A Dget-deps.sh65 [ -z "$HTTP_FETCH" ] && type curl >/dev/null 2>&1 && HTTP_FETCH="curl -sOL"
/freebsd-12.1/contrib/sendmail/src/
H A Dmilter.c309 ssize_t len, curl; local
312 curl = 0;
345 len = read(m->mf_sock, buf + curl, sz - curl);
365 curl += len;
366 if (len == 0 || curl >= sz)
371 if (curl != sz)
375 m->mf_name, (long) curl, (long) sz);
379 m->mf_name, (long) curl, (long) sz);
/freebsd-12.1/lib/libfetch/
H A Dhttp.c1382 struct url *curl; in http_connect() local
1405 curl = (purl != NULL) ? purl : URL; in http_connect()
1407 if ((conn = fetch_connect(curl->host, curl->port, af, verbose)) == NULL) in http_connect()
/freebsd-12.1/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md52 You may need to install `docker`, `make`, `curl`, `tar` and `unzip` first.
/freebsd-12.1/tools/tools/nanobsd/dhcpd/
H A Dos-base65 add_port ftp/curl
/freebsd-12.1/contrib/tzdata/
H A DMakefile410 CURL= curl
/freebsd-12.1/usr.bin/fortune/datfiles/
H A Dfreebsd-tips558 used hardware and peripherals for FreeBSD. Use the curl package to upload it like this:
559 curl -v -d "nickname=$USER" -d "description=FreeBSD/$(uname -m) on \
/freebsd-12.1/tools/tools/nanobsd/embedded/
H A Dcommon349 #add_port ftp/curl
/freebsd-12.1/contrib/binutils/binutils/
H A DChangeLog-02031796 2002-05-04 Bob Byrnes <byrnes@curl.com>
/freebsd-12.1/contrib/jemalloc/
H A DChangeLog584 + Don't discard curl options if timeout is not defined. (@djwatson)
/freebsd-12.1/contrib/unbound/
H A DMakefile.in597curl -o port-numbers.tmp https://www.iana.org/assignments/service-names-port-numbers/service-names…
/freebsd-12.1/share/dict/
H A Dweb2a9594 cannon curl
15168 curl cloud
15173 curl-flowered
32530 leaf curl
32531 leaf-curl fungus
40620 pin curl
46014 raspberry curl
49813 sausage curl
57999 spit curl
H A Dweb246989 curl
/freebsd-12.1/contrib/binutils/bfd/
H A DChangeLog-02039187 2002-05-04 Bob Byrnes <byrnes@curl.com>