Searched refs:after (Results 1 - 11 of 11) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dmacros_test.cpp73 create_ctl_file("after");
85 create_ctl_file("after");
97 create_ctl_file("after");
111 create_ctl_file("after");
126 create_ctl_file("after");
145 create_ctl_file("after");
160 create_ctl_file("after");
179 create_ctl_file("after");
200 create_ctl_file("after");
224 create_ctl_file("after");
[all...]
/bind-9.6-ESV-R11/bin/tests/system/upforwd/
H A Dclean.sh21 # Clean up after zone transfer tests.
24 rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1 dig.out.ns3 dig.out.ns1.after
/bind-9.6-ESV-R11/lib/isc/include/isc/
H A Dlist.h142 #define __ISC_LIST_INSERTAFTERUNSAFE(list, after, elt, link) \
144 if ((after)->link.next == NULL) \
147 (elt)->link.next = (after)->link.next; \
148 (after)->link.next = (elt); \
150 (elt)->link.prev = (after); \
154 #define ISC_LIST_INSERTAFTER(list, after, elt, link) \
156 ISC_LINK_INSIST(ISC_LINK_LINKED(after, link)); \
158 __ISC_LIST_INSERTAFTERUNSAFE(list, after, elt, link); \
/bind-9.6-ESV-R11/lib/lwres/include/lwres/
H A Dlist.h93 #define LWRES_LIST_INSERTAFTER(list, after, elt, link) \
95 if ((after)->link.next == NULL) \
98 (elt)->link.next = (after)->link.next; \
99 (after)->link.next = (elt); \
101 (elt)->link.prev = (after); \
/bind-9.6-ESV-R11/bin/tests/system/nsupdate/
H A Dclean.sh21 # Clean up after zone transfer tests.
24 rm -f dig.out.ns1 dig.out.ns2 dig.out.ns1.after ns1/*.jnl ns2/*.jnl \
H A Dtests.sh59 echo "I:fetching first copy of zone after update"
65 echo "I:fetching second copy of zone after update"
72 $PERL ../digcomp.pl knowngood.ns1.after dig.out.ns1 || ret=1
73 $PERL ../digcomp.pl knowngood.ns1.after dig.out.ns2 || ret=1
182 echo "I:fetching ns1 after hard restart"
184 @10.53.0.1 axfr -p 5300 > dig.out.ns1.after || ret=1
189 $PERL ../digcomp.pl dig.out.ns1 dig.out.ns1.after || ret=1
/bind-9.6-ESV-R11/bin/tests/system/dnssec/
H A Dclean.sh46 rm -f signer/example.db.after signer/example.db.before
H A Dtests.sh549 echo "I:Checking that a bad CNAME signature is caught after a +CD query ($n)"
566 echo "I:Checking that a bad DNAME signature is caught after a +CD query ($n)"
829 echo "I:checking that lookups succeed after disabling a algorithm works ($n)"
967 $SIGNER -o example -f example.db.after example.db.changed > /dev/null 2>&1
969 grep "SOA 5 1 50" signer/example.db.after > /dev/null || ret=1
1315 after=`$DIG axfr siginterval.example -p 5300 @10.53.0.3 | grep RRSIG.SOA`
1320 test "$before" = "$after" && break
1326 after=`$DIG axfr siginterval.example -p 5300 @10.53.0.3 | grep RRSIG.SOA`
1327 test "$before" != "$after" && break
1331 if test "$before" = "$after" ; the
[all...]
/bind-9.6-ESV-R11/contrib/nslint-2.1a3/
H A Dconfigure141 Options: [defaults in brackets after descriptions]
1800 ac_end=$ac_max_sed_cmds # Line after last line for current file.
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dconfigure169 Options: [defaults in brackets after descriptions]
3298 ac_end=$ac_max_sed_cmds # Line after last line for current file.
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh3408 LTWRAPPER_DEBUGPRINTF (("(main) found exe (after symlink chase) at : %s\n",

Completed in 101 milliseconds