Searched refs:loop (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/v6synth/
H A Dtests.sh31 for name in aaaa a6 chain alias2 aaaa.dname loop loop2
57 loop.example. 0 IN CNAME loop.example.
/bind-9.6-ESV-R11/lib/isccfg/
H A Daclconf.c90 dns_acl_t loop; local
101 "acl loop detected: %s", aclname);
116 * Add a loop detection element.
118 memset(&loop, 0, sizeof(loop));
119 ISC_LINK_INIT(&loop, nextincache);
120 DE_CONST(aclname, loop.name);
121 loop.magic = LOOP_MAGIC;
122 ISC_LIST_APPEND(ctx->named_acl_cache, &loop, nextincache);
125 ISC_LIST_UNLINK(ctx->named_acl_cache, &loop, nextincach
[all...]
/bind-9.6-ESV-R11/contrib/dlz/bin/dlzbdb/
H A Ddlzbdb.c543 isc_boolean_t loop = isc_boolean_true; local
555 while (loop) {
615 loop = isc_boolean_false;
860 /* loop and dump all data */
863 /* loop through data until DB_NOTFOUND is returned */
1056 /* loop and list all results. */
1066 } /* closes while loop */
1126 } /* end while loop */
/bind-9.6-ESV-R11/
H A Dltmain.sh531 # ...otherwise throw away the child directory and loop
5782 # The effects of -shared are defined in a previous loop.
5792 # The effects of -static are defined in a previous loop.
6032 done # argument parsing loop
7188 # that some nasty dependency loop isn't accidentally
7487 loop=$revision
7488 while test "$loop" -ne 0; do
7489 func_arith $revision - $loop
7491 func_arith $loop - 1
7492 loop
[all...]
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh328 # ...otherwise throw away the child directory and loop
4664 # The effects of -shared are defined in a previous loop.
4674 # The effects of -static are defined in a previous loop.
4909 done # argument parsing loop
5995 # that some nasty dependency loop isn't accidentally
6293 loop=$revision
6294 while test "$loop" -ne 0; do
6295 func_arith $revision - $loop
6297 func_arith $loop - 1
6298 loop
[all...]

Completed in 90 milliseconds