Searched refs:three (Results 1 - 21 of 21) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dqueue_test.c50 item_t one, two, three, four, five; local
59 item_init(&three, 3);
91 ATF_CHECK(! ISC_QLINK_LINKED(&three, qlink));
92 ISC_QUEUE_PUSH(queue, &three, qlink);
93 ATF_CHECK(ISC_QLINK_LINKED(&three, qlink));
104 ISC_QUEUE_UNLINK(queue, &three, qlink);
/bind-9.11.3/bin/tests/system/geoip/ns2/
H A Dnamed11.conf50 view three {
51 match-clients { geoip domain three.com; };
H A Dnamed10.conf50 view three {
H A Dnamed12.conf50 view three {
H A Dnamed4.conf42 view three {
H A Dnamed5.conf50 view three {
H A Dnamed6.conf50 view three {
H A Dnamed7.conf50 view three {
H A Dnamed8.conf50 view three {
H A Dnamed9.conf50 view three {
H A Dnamed1.conf50 view three {
H A Dnamed14.conf59 view three {
H A Dnamed2.conf50 view three {
H A Dnamed3.conf50 view three {
/bind-9.11.3/bin/tests/system/views/
H A Dtests.sh98 three=`$DIG +tcp +short -p 5300 @10.53.0.3 child.clone txt`
100 echo "$three" | grep NS3 > /dev/null || { ret=1; echo "expected response from NS3 got '$three'"; }
106 if [ "$one" != "$three" ]; then
107 echo "'$one' does not match '$three'"
/bind-9.11.3/bin/tests/
H A Dtimer_test.c91 static char three[] = "3"; variable
126 RUNTIME_CHECK(isc_task_onshutdown(t3, shutdown_task, three) ==
150 &interval, t3, timeout, three, &ti3) ==
H A Dtask_test.c55 static char three[] = "3"; variable
95 RUNTIME_CHECK(isc_task_onshutdown(t3, my_shutdown, three) ==
161 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, three,
170 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, three,
/bind-9.11.3/bin/tests/system/checkconf/
H A Dnotify.conf46 view three {
/bind-9.11.3/bin/tests/system/acl/ns2/
H A Dnamed3.conf39 key three {
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c84 static char three[] = "3"; variable
171 isc_result = isc_task_onshutdown(task3, t1_shutdown, three);
317 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, three,
344 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, three,
/bind-9.11.3/bin/tests/system/acl/
H A Dtests.sh98 @10.53.0.2 -b 127.0.0.1 axfr -y three:1234abcd8765 -p 5300 > dig.out.${t}

Completed in 315 milliseconds