Searched refs:old (Results 1 - 25 of 29) sorted by relevance

12

/bind-9.11.3/lib/dns/tests/
H A Dupdate_test.c52 isc_uint32_t old = 50; local
60 serial = dns_update_soaserial(old, dns_updatemethod_increment);
61 ATF_REQUIRE_EQ(isc_serial_lt(old, serial), ISC_TRUE);
73 isc_uint32_t old = 0xffffffffu; local
81 serial = dns_update_soaserial(old, dns_updatemethod_increment);
82 ATF_REQUIRE_EQ(isc_serial_lt(old, serial), ISC_TRUE);
93 isc_uint32_t old; local
100 old = mystdtime - 1;
104 serial = dns_update_soaserial(old, dns_updatemethod_unixtime);
105 ATF_REQUIRE_EQ(isc_serial_lt(old, seria
116 isc_uint32_t old; local
139 isc_uint32_t old; local
162 isc_uint32_t old; local
186 isc_uint32_t old; local
210 isc_uint32_t old; local
233 isc_uint32_t old; local
256 isc_uint32_t old, serial; local
279 isc_uint32_t old; local
302 isc_uint32_t old; local
[all...]
H A Ddbdiff_test.c36 test_create(const atf_tc_t *tc, dns_db_t **old, dns_db_t **newdb) { argument
39 result = dns_test_loaddb(old, dns_dbtype_zone, TEST_ORIGIN,
40 atf_tc_get_md_var(tc, "X-old"));
55 atf_tc_set_md_var(tc, "X-old", "testdata/diff/zone1.data");
84 atf_tc_set_md_var(tc, "X-old", "testdata/diff/zone1.data");
122 atf_tc_set_md_var(tc, "X-old", "testdata/diff/zone1.data");
/bind-9.11.3/doc/draft/
H A Dupdate36 old=`echo $pat 2> /dev/null`
37 if test "X$old" != "X$pat"
40 for j in $old
55 if test "X$old" != "X$pat"
57 rm $old
58 git rm $old
59 commit="$commit $old"
/bind-9.11.3/unit/atf-src/bootstrap/
H A Dtestsuite2002 old=\$(pwd)
2007 cd \${old}
2011 old=\$(pwd)
2016 cd \${old}
2021 old=$(pwd)
2026 cd ${old}
2030 old=$(pwd)
2035 cd ${old}
2063 old=\$(pwd)
2068 cd \${old}
[all...]
/bind-9.11.3/lib/isc/powerpc/include/isc/
H A Datomic.h73 isc_atomic_cmpxchg(atomic_p p, int old, int replacement) { argument
74 int orig = old;
82 orig = old;
/bind-9.11.3/contrib/scripts/
H A Dzone-edit.sh.in57 awk '$4 == "RRSIG" || $4 == "NSEC" || $4 == "NSEC3" || $4 == "NSEC3PARAM" { next; } { print; }' > ${dir}/old
59 if test -s ${dir}/old
61 ${checkzone} -q -D "$zone" ${dir}/old > ${dir}/ooo
/bind-9.11.3/bin/named/
H A Dinterfacemgr.c322 * consider all interfaces "old".
757 isc_sockaddr_t *old; local
765 for (old = ISC_LIST_HEAD(mgr->listenon);
766 old != NULL;
767 old = ISC_LIST_NEXT(old, link))
768 if (isc_sockaddr_equal(addr, old))
771 if (old != NULL)
779 isc_sockaddr_t *old; local
781 old
1233 isc_sockaddr_t *old; local
[all...]
H A Dserver.c1852 const dns_rpz_zone_t *old, isc_boolean_t *old_rpz_okp)
1860 REQUIRE(old != NULL || !*old_rpz_okp);
1916 if (*old_rpz_okp && new->max_policy_ttl != old->max_policy_ttl)
1937 if (*old_rpz_okp && !dns_name_equal(&old->origin, &new->origin))
1990 if (*old_rpz_okp && (new->policy != old->policy ||
1991 !dns_name_equal(&old->cname, &new->cname)))
2006 const dns_rpz_zones_t *old; local
2065 old = pview->rpzs;
2067 old = NULL;
2069 if (old
1850 configure_rpz_zone(dns_view_t *view, const cfg_listelt_t *element, isc_boolean_t recursive_only_def, dns_ttl_t ttl_def, const dns_rpz_zone_t *old, isc_boolean_t *old_rpz_okp) argument
2570 const dns_catz_zones_t *old = NULL; local
[all...]
H A Dclient.c1904 unsigned char *old; local
1942 old = isc_buffer_current(buf);
1943 memmove(client->cookie, old, 8);
1964 if (!isc_safe_memequal(old, dbuf, COOKIE_SIZE)) {
3357 * transferred to the new client. Therefore, the old client
/bind-9.11.3/unit/atf-src/admin/
H A Dinstall-sh452 old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
455 set X $old && old=:$2:$4:$5:$6 &&
458 test "$old" = "$new" &&
470 # Now remove or move aside any old file at destination location.
H A Dconfig.guess163 # switched to ELF, *-*-netbsd* would select the old
1432 operating system you are using. If your script is old, overwrite
/bind-9.11.3/bin/tests/system/checkconf/
H A Dbad-many.conf22 has-old-clients no;
H A Dgood.conf32 has-old-clients no;
/bind-9.11.3/lib/tests/
H A Dt_api.c535 char *buf, *old; local
540 old = buf = (char *) malloc(T_BUFSIZ * sizeof(char));
557 old = buf;
569 if (old != NULL)
570 free(old);
/bind-9.11.3/lib/dns/
H A Ddst_parse.c349 check_hmac_md5(const dst_private_t *priv, isc_boolean_t old) { argument
354 * If this is a good old format and we are accepting
355 * the old format return success.
357 if (old && priv->nelements == OLD_HMACMD5_NTAGS &&
395 isc_boolean_t old, isc_boolean_t external)
398 UNUSED(old);
429 return (check_hmac_md5(priv, old));
394 check_data(const dst_private_t *priv, const unsigned int alg, isc_boolean_t old, isc_boolean_t external) argument
H A Dgssapictx.c693 const char *old = getenv("KRB5_KTNAME");
694 if (old == NULL || strcmp(old, gssapi_keytab) != 0) {
H A Dspnego_asn1.c257 void *old = (data)->val; local
261 (data)->val = old;
H A Drbtdb.c1158 adjust_quantum(unsigned int old, isc_time_t *start) { argument
1178 old *= 2;
1179 if (old > 1000)
1180 old = 1000;
1181 return (old);
1183 nodes = old * interval;
1191 nodes = (nodes + old * 3) / 4;
1193 if (nodes != old)
1196 "adjust_quantum: old=%d, new=%d", old, node
1664 update_newheader(rdatasetheader_t *newh, rdatasetheader_t *old) argument
[all...]
/bind-9.11.3/unit/atf-src/tools/
H A Dfs_test.cpp662 const tools::fs::path old = get_current_dir();
666 ATF_REQUIRE(get_current_dir() == old);
669 ATF_REQUIRE(old2 == old);
674 ATF_REQUIRE(get_current_dir() == old);
/bind-9.11.3/lib/isc/
H A Dpk11.c414 * We want to zero out the old pin before
1125 CK_ATTRIBUTE *old = obj->repr; local
1131 obj->repr = old;
1135 memmove(obj->repr, old, cnt * sizeof(*attr));
1142 obj->repr = old;
1146 if (old != NULL) {
1147 memset(old, 0, cnt * sizeof(*attr));
1148 isc_mem_put(mctx, old, cnt * sizeof(*attr));
/bind-9.11.3/bin/tests/system/tsig/
H A Dtests.sh26 echo "I:fetching using hmac-md5 (old form)"
29 -y "md5:$md5" @10.53.0.1 soa -p 5300 > dig.out.md5.old || ret=1
30 grep -i "md5.*TSIG.*NOERROR" dig.out.md5.old > /dev/null || ret=1
/bind-9.11.3/bin/tests/
H A Dnamed.conf62 has-old-clients yes;
/bind-9.11.3/bin/tests/system/resolver/
H A Dtests.sh393 old=
405 update delete to-be-removed.tld NS ns${old}.to-be-removed.tld
408 old=$i
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Dconfigure560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
899 | --oldin | --oldi | --old | --ol | --o)
903 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1119 # There might be people who depend on the old broken behavior: `$host'
3124 # except with old shells:
3157 # except with old shells:
/bind-9.11.3/contrib/perftcpdns/
H A Dconfigure560 # hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
877 | --oldin | --oldi | --old | --ol | --o)
881 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1088 # There might be people who depend on the old broken behavior: `$host'

Completed in 1205 milliseconds

12