Searched defs:d1 (Results 1 - 5 of 5) sorted by relevance

/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c23 int d1, m1, s1; local
68 d1 = (int)token.value.as_ulong;
83 if (d1 == 90 && m1 != 0)
131 if (d1 == 90 && s1 != 0)
433 latitude = 0x80000000 + ( d1 * 3600 + m1 * 60 ) * 1000 + s1;
435 latitude = 0x80000000 - ( d1 * 3600 + m1 * 60 ) * 1000 - s1;
449 int d1, m1, s1, fs1; local
523 d1 = (int)latitude;
556 d1, m1, s1, fs1, north ? "N" : "S",
/bind-9.11.3/lib/dns/tests/
H A Ddispatch_test.c98 dns_dispatch_t *d1, *d2, *d3, *d4, *d5; local
108 d1 = dns_dispatchset_get(dset);
114 ATF_CHECK_EQ(d1, d2);
124 d1 = dns_dispatchset_get(dset);
130 ATF_CHECK_EQ(d1, d5);
131 ATF_CHECK(d1 != d2);
/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c887 const BIGNUM *d1 = NULL, *d2 = NULL; local
919 RSA_get0_key(rsa1, &n1, &e1, &d1);
939 if (d1 != NULL || d2 != NULL) {
940 if (d1 == NULL || d2 == NULL)
944 status = BN_cmp(d1, d2) || BN_cmp(p1, p1) || BN_cmp(q1, q2);
/bind-9.11.3/contrib/sdb/ldap/
H A Dldapdb.c414 int d1, d2; local
421 d1 = p - hexdigits;
425 *s++ = d1 << 4 | d2;
/bind-9.11.3/bin/dnssec/
H A Ddnssectool.c1303 const unsigned char *d1 = (const unsigned char *)(first + 1); local
1308 d1 += first->salt_length + first->next_length;
1311 if (memcmp(d1, d2, first->next_length) == 0)
1314 DE_CONST(d1 - first->next_length, sr.base);
1321 DE_CONST(d1, sr.base);

Completed in 43 milliseconds