Searched defs:exp (Results 1 - 12 of 12) sorted by relevance

/bind-9.11.3/unit/atf-src/atf-c++/
H A Dtests_test.cpp65 const std::string& exp)
67 if (str != exp) {
73 print_indented(exp);
64 check_equal(const atf::tests::tc& tc, const std::string& str, const std::string& exp) argument
/bind-9.11.3/unit/atf-src/atf-c/
H A Dbuild_test.c114 const char *const exp[] = { NULL }; local
117 ATF_CHECK(equal_arrays(exp, actual));
121 const char *const exp[] = { NULL }; local
124 ATF_CHECK(!equal_arrays(exp, actual));
129 const char *const exp[] = { "foo", NULL }; local
132 ATF_CHECK(!equal_arrays(exp, actual));
136 const char *const exp[] = { "foo", NULL }; local
139 ATF_CHECK(equal_arrays(exp, actual));
H A Dcheck_test.c86 check_line(int fd, const char *exp) argument
90 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);
/bind-9.11.3/lib/dns/rdata/generic/
H A Dloc_29.c37 int exp; local
309 for (exp = 0; exp < 7; exp++)
310 if (m < poweroften[exp+1])
312 man = m / poweroften[exp];
313 exp += 2;
317 exp = 1;
320 exp = 0;
323 size = (man << 4) + exp;
[all...]
H A Drrsig_46.c152 unsigned long exp; local
207 * Sig exp.
209 exp = uint32_fromregion(&sr);
211 RETERR(dns_time32_totext(exp, target));
H A Dsig_24.c126 unsigned long exp; local
180 * Sig exp.
182 exp = uint32_fromregion(&sr);
184 RETERR(dns_time32_totext(exp, target));
/bind-9.11.3/unit/atf-src/tools/
H A Dtest_program_test.cpp103 const std::string& exp)
105 if (!tools::text::match(str, exp)) {
112 print_indented(exp);
102 check_match(const atf::tests::tc& tc, const std::string& str, const std::string& exp) argument
/bind-9.11.3/lib/dns/
H A Dopensslrsa_link.c970 opensslrsa_generate(dst_key_t *key, int exp, void (*callback)(int)) { argument
1023 if (exp == 0) {
1083 if (exp == 0)
H A Dpkcs11rsa_link.c1165 pkcs11rsa_generate(dst_key_t *key, int exp, void (*callback)(int)) { argument
1240 if (exp == 0) {
H A Dzone.c8879 isc_uint32_t exp = (sig.timeexpire - now) / 2; local
8880 if (t > exp)
8881 t = exp;
8893 isc_uint32_t exp = (sig.timeexpire - now) / 10; local
8894 if (t > exp)
8895 t = exp;
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dprocess_test.c878 check_line(int fd, const char *exp) argument
882 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);
/bind-9.11.3/bin/named/
H A Dcontrolconf.c337 isccc_time_t exp; local
422 if (isccc_cc_lookupuint32(_ctrl, "_exp", &exp) == ISC_R_SUCCESS &&
423 now > exp) {

Completed in 108 milliseconds