/freebsd/crypto/openssl/apps/ |
H A D | tsget.in | 14 use WWW::Curl::Easy; 39 # Initialise a new Curl object. 43 # Create Curl object. 44 my $curl = WWW::Curl::Easy::new(); 47 $curl->setopt(CURLOPT_VERBOSE, 1) if $options{d}; 48 $curl->setopt(CURLOPT_FAILONERROR, 1); 49 $curl->setopt(CURLOPT_USERAGENT, 53 $curl->setopt(CURLOPT_UPLOAD, 1); 54 $curl->setopt(CURLOPT_CUSTOMREQUEST, "POST"); 55 $curl->setopt(CURLOPT_HTTPHEADER, [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/Debuginfod/ |
H A D | HTTPClient.cpp | 22 #include <curl/curl.h> 65 curl_easy_setopt(Curl, CURLOPT_TIMEOUT_MS, Timeout.count()); in setTimeout() 68 /// CurlHTTPRequest and the curl{Header,Write}Function are implementation 69 /// details used to work with Curl. Curl makes callbacks with a single 94 if (Curl) in HTTPClient() 96 Curl = curl_easy_init(); in HTTPClient() 97 assert(Curl && "Curl coul in HTTPClient() [all...] |
/freebsd/contrib/wpa/src/utils/ |
H A D | http_curl.c | 10 #include <curl/curl.h> 45 CURL *curl; member 73 if (ctx->curl) { in clear_curl() 74 curl_easy_cleanup(ctx->curl); in clear_curl() 75 ctx->curl = NULL; in clear_curl() 125 static int curl_cb_debug(CURL *curl, curl_infotype info, char *buf, size_t len, in curl_cb_debug() argument 1293 static CURLcode curl_cb_ssl(CURL *curl, void *sslctx, void *parm) in curl_cb_ssl() argument 1327 static CURL * setup_curl_post(struct http_ctx *ctx, const char *address, in setup_curl_post() 1332 CURL *curl; in setup_curl_post() local 1342 curl = curl_easy_init(); in setup_curl_post() [all …]
|
/freebsd/release/scripts/ |
H A D | atlas-upload.sh | 78 …BOXRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}?access_token… 86 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/boxes -X POST -d "box[name]=${BOX}" -d "access_t… 87 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[is_private… 88 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX} -X PUT -d "box[descriptio… 94 …VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/… 102 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/versions -X POST -d "vers… 103 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION} -X PUT… 104 …VERSIONRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/… 115 …PROVIDERRESULT=$(/usr/local/bin/curl -s "${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version… 123 …/usr/local/bin/curl -s ${ATLAS_UPLOAD_URL}/api/v1/box/${USERNAME}/${BOX}/version/${VERSION}/provid… [all …]
|
/freebsd/sys/contrib/openzfs/config/ |
H A D | user-libfetch.m4 | 11 dnl # libcurl development packages include curl-config(1) – we want: 42 if curl-config --protocols 2>/dev/null | grep -q HTTPS && 43 test "$(printf "%u" "0x$(curl-config --vernum)")" -ge "$(printf "%u" "0x071000")"; then 46 if test "$(curl-config --built-shared)" = "yes"; then 52 LIBFETCH_LIBS="$(curl-config --libs)" 56 CCFLAGS="$CCFLAGS $(curl-config --cflags)"
|
/freebsd/sys/contrib/openzfs/cmd/zed/zed.d/ |
H A D | zed-functions.sh | 309 # Requires awk, curl, and sed executables to be installed in the standard PATH. 347 zed_check_cmd "awk" "curl" "sed" || return 1 369 msg_out="$(curl -u "${ZED_PUSHBULLET_ACCESS_TOKEN}:" -X POST "${url}" \ 373 zed_log_err "curl exit=${rv}" 392 # Requires awk, curl, and sed executables to be installed in the standard PATH. 428 zed_check_cmd "awk" "curl" "sed" || return 1 444 msg_out="$(curl -X POST "${url}" \ 448 zed_log_err "curl exit=${rv}" 467 # Requires curl and sed executables to be installed in the standard PATH. 501 zed_check_cmd "curl" "sed" || return 1 [all …]
|
/freebsd/release/ |
H A D | Makefile.vagrant | 53 .if !exists(/usr/local/bin/curl) 54 . if !exists(${PORTSDIR}/ftp/curl/Makefile) 58 env ASSUME_ALWAYS_YES=yes pkg install -y curl 60 env UNAME_r=${UNAME_r} make -C ${PORTSDIR}/ftp/curl \
|
/freebsd/contrib/unbound/contrib/ios/ |
H A D | install_tools.sh | 9 #brew install curl perl 1>/dev/null 10 HOMEBREW_NO_AUTO_UPDATE=1 brew install curl perl 1>/dev/null
|
H A D | install_openssl.sh | 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz;
|
H A D | install_expat.sh | 4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2…
|
/freebsd/contrib/elftoolchain/ |
H A D | .cirrus.yml | 16 binutils bison bmake curl flex g++ gcc git 20 - curl -O http://tetworks.opengroup.org/downloads/38/software/Sources/3.8/tet3.8-src.tar.gz
|
/freebsd/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_crypto.c | 37 #include <curl/curl.h> 580 CURL *curl = curl_easy_init(); in get_key_material_https() local 581 if (curl == NULL) { in get_key_material_https() 629 (void) curl_easy_setopt(curl, CURLOPT_URL, uri); in get_key_material_https() 630 (void) curl_easy_setopt(curl, CURLOPT_FOLLOWLOCATION, 1L); in get_key_material_https() 631 (void) curl_easy_setopt(curl, CURLOPT_TIMEOUT_MS, 30000L); in get_key_material_https() 632 (void) curl_easy_setopt(curl, CURLOPT_WRITEDATA, key); in get_key_material_https() 633 (void) curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, errbuf); in get_key_material_https() 635 (void) curl_easy_setopt(curl, CURLOPT_CAINFO, cainfo); in get_key_material_https() 637 (void) curl_easy_setopt(curl, CURLOPT_CAPATH, capath); in get_key_material_https() [all …]
|
/freebsd/contrib/unbound/contrib/android/ |
H A D | install_ndk.sh | 19 if ! curl -L -k -s -o "$HOME/android-sdk.zip" https://dl.google.com/android/repository/commandlinet… 26 if ! curl -L -k -s -o "$HOME/android-ndk.zip" https://dl.google.com/android/repository/android-ndk-…
|
H A D | install_tools.sh | 6 sudo apt-get -qq install --no-install-recommends curl tar zip unzip perl openjdk-8-jdk autoconf aut…
|
H A D | install_openssl.sh | 4 if ! curl -L -k -s -o openssl-1.1.1d.tar.gz https://www.openssl.org/source/openssl-1.1.1d.tar.gz;
|
H A D | install_expat.sh | 4 if ! curl -L -k -s -o expat-2.2.9.tar.gz https://github.com/libexpat/libexpat/releases/download/R_2…
|
/freebsd/usr.bin/calendar/ |
H A D | sunpos.c | 371 double curL, prevL; in calculatesunlongitude30() local 390 0.0, 0.0, &curL, &dec); in calculatesunlongitude30() 391 if (curL < 180 && prevL > 180) { in calculatesunlongitude30() 395 year, m, d, HOUR(h), MIN(h), *pichinesemonths, curL); in calculatesunlongitude30() 400 if (curL > i && prevL < i) { in calculatesunlongitude30() 405 year, m, d, HOUR(h), MIN(h), *pichinesemonths, curL); in calculatesunlongitude30() 412 prevL = curL; in calculatesunlongitude30()
|
/freebsd/contrib/libcbor/.circleci/ |
H A D | config.yml | 168 - run: sudo apt install apt-transport-https curl gnupg 169 - run: curl -fsSL https://bazel.build/bazel-release.pub.gpg | gpg --dearmor > bazel.gpg 184 - run: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | tsget.pod | 79 Switches on verbose mode for the underlying perl module L<WWW::Curl::Easy>. 186 =for openssl foreign manual WWW::Curl::Easy 190 L<WWW::Curl::Easy>,
|
/freebsd/contrib/tzdata/ |
H A D | CONTRIBUTING | 73 lack 'curl' or use 'make CURL=:'. If you have the latest GCC,
|
/freebsd/contrib/ntp/sntp/libevent/sample/ |
H A D | hostcheck.c | 12 * are also available at http://curl.haxx.se/docs/copyright.html. 24 from cURL. The contents of the COPYING file mentioned above are:
|
H A D | hostcheck.h | 14 * are also available at http://curl.haxx.se/docs/copyright.html.
|
/freebsd/contrib/libevent/sample/ |
H A D | hostcheck.c | 12 * are also available at http://curl.haxx.se/docs/copyright.html. 24 from cURL. The contents of the COPYING file mentioned above are:
|
/freebsd/contrib/unbound/contrib/ |
H A D | drop2rpz | 3 # usage: curl --silent https://www.spamhaus.org/drop/drop.txt | $0 > /path/to/spamhaus-drop.rpz.loc…
|
/freebsd/sys/contrib/openzfs/.github/workflows/scripts/ |
H A D | qemu-3-deps.sh | 33 acl alien attr autoconf bc cpio cryptsetup curl dbench dh-python dkms \ 77 acl attr bc bzip2 cryptsetup curl dbench dkms elfutils-libelf-devel fio \
|