Home
last modified time | relevance | path

Searched refs:urls (Results 1 – 20 of 20) sorted by relevance

/freebsd/usr.sbin/bsdinstall/distfetch/
H A Ddistfetch.c44 static int fetch_files(int nfiles, char **urls);
50 char **urls; in main() local
66 urls = calloc(ndists, sizeof(const char *)); in main()
67 if (urls == NULL) { in main()
81 urls[i] = malloc(PATH_MAX); in main()
82 snprintf(urls[i], PATH_MAX, "%s/%s", in main()
96 nfetched = fetch_files(ndists, urls); in main()
102 free(urls[i]); in main()
103 free(urls); in main()
109 fetch_files(int nfiles, char **urls) in fetch_files() argument
[all …]
/freebsd/contrib/googletest/
H A DWORKSPACE12urls = ["https://github.com/bazelbuild/rules_python/releases/download/0.29.0/rules_python-0.29.0.t…
22urls = ["https://github.com/bazelbuild/bazel-skylib/releases/download/1.5.0/bazel-skylib-1.5.0.tar…
27 urls = [
H A Dgoogletest_deps.bzl14urls = ["https://github.com/google/re2/releases/download/2024-07-02/re2-2024-07-02.tar.gz"],
22urls = ["https://github.com/abseil/abseil-cpp/releases/download/20240116.2/abseil-cpp-20240116.2.t…
/freebsd/crypto/openssl/crypto/ocsp/
H A Docsp_ext.c433 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls) in OCSP_url_svcloc_new() argument
445 if (urls && *urls in OCSP_url_svcloc_new()
448 while (urls && *urls) { in OCSP_url_svcloc_new()
455 if (!ASN1_STRING_set((ASN1_STRING *)ia5, *urls, -1)) in OCSP_url_svcloc_new()
464 urls++; in OCSP_url_svcloc_new()
/freebsd/crypto/openssl/test/
H A Docspapitest.c189 static const char *urls[] = { in test_ocsp_url_svcloc_new() local
205 ext = OCSP_url_svcloc_new(X509_get_issuer_name(issuer), urls); in test_ocsp_url_svcloc_new()
/freebsd/contrib/libucl/
H A Dconfigure.ac54 AC_ARG_ENABLE([urls], AS_HELP_STRING([--enable-urls], optenable
H A DCMakeLists.txt16 OPTION(ENABLE_URL_INCLUDE "Enable urls in ucl includes (requires libcurl or libfetch) [default: OF…
/freebsd/contrib/libcbor/
H A DBazel.md22 urls = ["https://github.com/PJK/libcbor/archive/refs/tags/v0.8.0.zip"],
/freebsd/contrib/googletest/docs/
H A Dquickstart-bazel.md53urls = ["https://github.com/google/googletest/archive/5ab508a01f9eb089207ee87fd547d290da39d015.zip…
/freebsd/contrib/unbound/util/
H A Dconfig_file.h832 struct config_strlist* urls; member
H A Dconfig_file.c1566 config_delstrlist(p->urls); in config_delauth()
H A Dconfigparser.y3239 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->urls, $2))
H A Dconfigparser.c6734 if(!cfg_strlist_insert(&cfg_parser->cfg->auths->urls, (yyvsp[0].str))) in yyparse()
/freebsd/crypto/openssl/include/openssl/
H A Docsp.h.in301 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls);
H A Docsp.h397 X509_EXTENSION *OCSP_url_svcloc_new(const X509_NAME *issuer, const char **urls);
/freebsd/contrib/unbound/services/
H A Dauthzone.c2113 if(c->masters || c->urls) { in auth_zones_cfg()
7287 for(p = c->urls; p; p = p->next) { in xfer_set_masters()
/freebsd/contrib/unbound/doc/
H A Dexample.conf.in1214 # With allow-notify: you can give additional (apart from primaries and urls)
H A DChangelog9658 - update-itar.sh: using ftp:// urls because https godaddy certificate
/freebsd/contrib/ncurses/
H A DNEWS3174 + minor comment-fixes to help automate links to bug-urls -TD
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src26948 # + minor comment-fixes to help automate links to bug-urls -TD