Searched refs:exp (Results 1 - 24 of 24) sorted by relevance

/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 Dsig_24.c126 unsigned long exp; local
180 * Sig exp.
182 exp = uint32_fromregion(&sr);
184 RETERR(dns_time32_totext(exp, target));
H A Drrsig_46.c152 unsigned long exp; local
207 * Sig exp.
209 exp = uint32_fromregion(&sr);
211 RETERR(dns_time32_totext(exp, target));
/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-sh/
H A Datf-check_test.sh239 echo foo >exp
240 cmp -s out exp || atf_fail "Saved output does not match expected results"
336 echo foo >exp
337 cmp -s out exp || atf_fail "Saved output does not match expected results"
/bind-9.11.3/lib/isc/tests/
H A Drandom_test.c60 ax = exp(ax);
112 /* Compute x**a * exp(-x) / md_gamma(a) */
118 ax = exp(ax);
594 p_value = exp(-chi_square * 0.5);
/bind-9.11.3/unit/atf-src/atf-c/detail/
H A Dtext_test.c41 #define REQUIRE_ERROR(exp) \
43 atf_error_t err = exp; \
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/unit/atf-src/tools/
H A Datf-run_test.sh1001 exp=passed
1003 exp=skipped
1005 atf_check -s eq:0 -o match:"${TESTCASE}, ${exp}" -e ignore atf-run \
1021 exp=skipped
1023 exp=passed
1025 atf_check -s eq:0 -o match:"${TESTCASE}, ${exp}" -e ignore atf-run \
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/contrib/dlz/example/win32/
H A Ddxdriver.mak118 -@erase "$(OUTDIR)\dxdriver.exp"
164 -@erase "$(OUTDIR)\dxdriver.exp"
/bind-9.11.3/bin/tests/system/verify/zones/
H A Dgenzones.sh111 exp=`awk '$4 == "RRSIG" && $5 == "DNSKEY" { print $9;}' ${file}`
112 [ "${exp:-40001231246060}" -lt ${now:-0} ] || dumpit $file
121 exp=`awk '$4 == "RRSIG" && $5 == "DNSKEY" { print $9;}' ${file}`
122 [ "${exp:-40001231246060}" -lt ${now:-0} ] || dumpit $file
/bind-9.11.3/bin/tests/virtual-time/
H A Dvtwrapper.c69 d = exp(d);
/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 Dadb.c418 #define EXPIRE_OK(exp, now) ((exp == INT_MAX) || (exp < now))
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/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) {
/bind-9.11.3/unit/atf-src/
H A Dconfigure8679 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8681 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8827 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
9087 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
9089 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
9140 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
9142 if diff conftest.exp conftest.er2 >/dev/null; then
9198 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
9200 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
9253 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
[all...]
/bind-9.11.3/
H A Dconfigure7847 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
7849 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
7989 lt_prog_compiler_static='-bnso -bI:/lib/syscalls.exp'
8224 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' >conftest.exp
8226 if test ! -s conftest.er2 || diff conftest.exp conftest.er2 >/dev/null; then
8277 $ECHO "$_lt_linker_boilerplate" | $SED '/^$/d' > conftest.exp
8279 if diff conftest.exp conftest.er2 >/dev/null; then
8335 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
8337 if test ! -s out/conftest.er2 || diff out/conftest.exp out/conftest.er2 >/dev/null; then
8390 $ECHO "$_lt_compiler_boilerplate" | $SED '/^$/d' > out/conftest.exp
[all...]
/bind-9.11.3/unit/atf-src/admin/
H A Dltmain.sh4652 export_symbols=$output_objdir/$outputname.exp
4665 eval "$SED -e 's/\([].[*^$]\)/\\\\\1/g' -e 's/^/ /' -e 's/$/$/'"' < "$export_symbols" > "$output_objdir/$outputname.exp"'
4666 eval '$GREP -f "$output_objdir/$outputname.exp" < "$nlist" > "$nlist"T'
9653 export_symbols=$output_objdir/$libname.exp
9919 export_symbols=$output_objdir/$libname.exp
/bind-9.11.3/bin/tests/system/dnssec/
H A Dtests.sh2950 exp="NSEC 8 0 86400 20140118000000 20140110230000 33655 . NYWjZYBV1b+h4j0yu/SmPOOylR8P4IXKDzHX3NwEmU1SUp27aJ91dP+i +UBcnPmBib0hck4DrFVvpflCEpCnVQd2DexcN0GX+3PM7XobxhtDlmnU X1L47zJlbdHNwTqHuPaMM6Xy9HGMXps7O5JVyfggVhTz2C+G5OVxBdb2 rOo="
2953 [ "$out" = "$exp" ] || ret=1

Completed in 207 milliseconds