Searched refs:hostnames (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/subversion/subversion/svn/
H A Dauth-cmd.c160 const apr_array_header_t *hostnames; local
180 hostnames = svn_x509_certinfo_get_hostnames(*certinfo);
181 if (hostnames)
183 for (i = 0; i < hostnames->nelts; i++)
185 const char *hostname = APR_ARRAY_IDX(hostnames, i, const char *);
254 const apr_array_header_t *hostnames; local
278 hostnames = svn_x509_certinfo_get_hostnames(certinfo);
279 if (hostnames && !apr_is_empty_array(hostnames))
283 for (i = 0; i < hostnames
[all...]
/freebsd-13-stable/contrib/ldns/drill/
H A Ddnssec.c36 ldns_rr_list *hostnames; local
43 hostnames = ldns_get_rr_list_name_by_addr(r, ldns_pkt_answerfrom(p), 0, 0);
55 if (hostnames) {
57 ldns_rr_rdf(ldns_rr_list_rr(hostnames, 0), 0));
58 ldns_rr_list_deep_free(hostnames);
72 ldns_rr_list *hostnames; local
79 hostnames = ldns_get_rr_list_name_by_addr(r, ldns_pkt_answerfrom(p), 0, 0);
86 if (hostnames) {
88 ldns_rr_rdf(ldns_rr_list_rr(hostnames, 0), 0));
89 ldns_rr_list_deep_free(hostnames);
[all...]
/freebsd-13-stable/contrib/subversion/subversion/libsvn_subr/
H A Dx509.h127 apr_array_header_t *hostnames; member in struct:svn_x509_certinfo_t
H A Dx509info.c121 result->hostnames = deep_copy_array(certinfo->hostnames, result_pool);
331 return certinfo->hostnames;
H A Dx509parse.c1022 ci->hostnames = NULL;
1028 ci->hostnames = apr_array_make(result_pool, crt->dnsnames->nelts,
1039 APR_ARRAY_PUSH(ci->hostnames, const char*)
1052 ci->hostnames = apr_array_make(result_pool, 1, sizeof(const char*));
1053 APR_ARRAY_PUSH(ci->hostnames, const char*) = utf8_value;
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c96 static void hostnames (struct parse *, FILE *);
130 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO },
132 "specify whether hostnames or net numbers are printed"},
1811 * hostnames - set the showhostnames flag
1814 hostnames( function
1821 (void) fprintf(fp, "hostnames being shown\n");
1823 (void) fprintf(fp, "hostnames not being shown\n");
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c214 static void hostnames (struct parse *, FILE *);
285 { "hostnames", hostnames, { OPT|NTP_STR, NO, NO, NO },
287 "specify whether hostnames or net numbers are printed"},
1993 * When displaying hostnames longer than the width,
2666 * hostnames - set the showhostnames flag
2669 hostnames( function
2676 (void) fprintf(fp, "hostnames being shown\n");
2678 (void) fprintf(fp, "hostnames not being shown\n");
3021 * Used for hostnames
[all...]

Completed in 176 milliseconds