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

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests_test.cpp67 const std::string& exp)
69 if (str != exp) {
75 print_indented(exp);
66 check_equal(const atf::tests::tc& tc, const std::string& str, const std::string& exp) argument
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dbuild_test.c121 const char *const exp[] = { NULL }; local
124 ATF_CHECK(equal_arrays(exp, actual));
128 const char *const exp[] = { NULL }; local
131 ATF_CHECK(!equal_arrays(exp, actual));
136 const char *const exp[] = { "foo", NULL }; local
139 ATF_CHECK(!equal_arrays(exp, actual));
143 const char *const exp[] = { "foo", NULL }; local
146 ATF_CHECK(equal_arrays(exp, actual));
H A Dcheck_test.c91 check_line(int fd, const char *exp) argument
95 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dloc_29.c46 int exp; local
318 for (exp = 0; exp < 7; exp++)
319 if (m < poweroften[exp+1])
321 man = m / poweroften[exp];
322 exp += 2;
326 exp = 1;
329 exp = 0;
332 size = (man << 4) + exp;
[all...]
H A Drrsig_46.c160 unsigned long exp; local
213 * Sig exp.
215 exp = uint32_fromregion(&sr);
217 RETERR(dns_time32_totext(exp, target));
H A Dsig_24.c134 unsigned long exp; local
189 * Sig exp.
191 exp = uint32_fromregion(&sr);
193 RETERR(dns_time32_totext(exp, target));
/bind-9.6-ESV-R11/lib/dns/
H A Dopensslrsa_link.c720 opensslrsa_generate(dst_key_t *key, int exp) { argument
739 if (exp == 0) {
786 if (exp == 0)
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dtest_program_test.cpp102 const std::string& exp)
104 if (!atf::text::match(str, exp)) {
111 print_indented(exp);
101 check_match(const atf::tests::tc& tc, const std::string& str, const std::string& exp) argument
/bind-9.6-ESV-R11/bin/named/
H A Dcontrolconf.c339 isccc_time_t exp; local
417 if (isccc_cc_lookupuint32(_ctrl, "_exp", &exp) == ISC_R_SUCCESS &&
418 now > exp) {
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dprocess_test.c882 check_line(int fd, const char *exp) argument
886 ATF_CHECK_STREQ_MSG(exp, line, "read: '%s', expected: '%s'", line, exp);

Completed in 30 milliseconds