Searched refs:four (Results 1 - 18 of 18) sorted by relevance

/bind-9.11.3/lib/isc/tests/
H A Dqueue_test.c50 item_t one, two, three, four, five; local
60 item_init(&four, 4);
95 ATF_CHECK(! ISC_QLINK_LINKED(&four, qlink));
96 ISC_QUEUE_PUSH(queue, &four, qlink);
97 ATF_CHECK(ISC_QLINK_LINKED(&four, qlink));
/bind-9.11.3/bin/tests/system/geoip/ns2/
H A Dnamed11.conf58 view four {
59 match-clients { geoip domain four.com; };
H A Dnamed10.conf58 view four {
H A Dnamed12.conf58 view four {
H A Dnamed4.conf50 view four {
H A Dnamed5.conf58 view four {
H A Dnamed6.conf58 view four {
H A Dnamed7.conf58 view four {
H A Dnamed8.conf58 view four {
H A Dnamed9.conf58 view four {
H A Dnamed1.conf58 view four {
H A Dnamed14.conf67 view four {
H A Dnamed2.conf58 view four {
H A Dnamed3.conf58 view four {
/bind-9.11.3/bin/tests/system/views/
H A Dtests.sh99 four=`$DIG +tcp +short -p 5300 @10.53.0.5 child.clone txt`
101 echo "$four" | grep NS5 > /dev/null || { ret=1; echo "expected response from NS5 got '$four'"; }
110 if [ "$two" != "$four" ]; then
111 echo "'$two' does not match '$four'"
/bind-9.11.3/bin/tests/system/checkconf/
H A Dnotify.conf63 view four {
/bind-9.11.3/bin/tests/
H A Dtask_test.c56 static char four[] = "4"; variable
97 RUNTIME_CHECK(isc_task_onshutdown(t4, my_shutdown, four) ==
164 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, four,
173 event = isc_event_allocate(mctx, (void *)1, 1, my_callback, four,
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c85 static char four[] = "4"; variable
177 isc_result = isc_task_onshutdown(task4, t1_shutdown, four);
326 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, four,
353 event = isc_event_allocate(mctx, (void *)1, 1, t1_callback, four,

Completed in 4296 milliseconds