Searched refs:downcase (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/ntp/sntp/unity/auto/
H A Dgenerate_module.rb135 @patterns = PATTERNS[@pattern.downcase]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Ddnssec.c165 digest_sig(dst_context_t *ctx, isc_boolean_t downcase, dns_rdata_t *sigrdata, argument
179 if (downcase) {
397 isc_boolean_t downcase = ISC_FALSE; local
480 ret = digest_sig(ctx, downcase, sigrdata, &sig);
559 if (ret == ISC_R_SUCCESS && downcase) {
574 if (ret == DST_R_VERIFYFAILURE && !downcase) {
575 downcase = ISC_TRUE;
H A Dname.c1051 isc_boolean_t downcase; local
1068 downcase = ISC_TF((options & DNS_NAME_DOWNCASE) != 0);
1163 if (downcase)
1187 if (downcase)
1211 if (downcase)
1254 if (downcase)
1585 /* downcase */
1761 isc_boolean_t downcase; local
1774 downcase = ISC_TF((options & DNS_NAME_DOWNCASE) != 0);
1868 if (downcase)
[all...]
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dstatschannel.c450 SET_DNSSECSTATDESC(downcase, "dnssec validation success with signer "

Completed in 102 milliseconds