Searched refs:four (Results 1 - 18 of 18) sorted by relevance
/bind-9.11.3/lib/isc/tests/ |
H A D | queue_test.c | 50 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 D | named11.conf | 58 view four { 59 match-clients { geoip domain four.com; };
|
H A D | named10.conf | 58 view four {
|
H A D | named12.conf | 58 view four {
|
H A D | named4.conf | 50 view four {
|
H A D | named5.conf | 58 view four {
|
H A D | named6.conf | 58 view four {
|
H A D | named7.conf | 58 view four {
|
H A D | named8.conf | 58 view four {
|
H A D | named9.conf | 58 view four {
|
H A D | named1.conf | 58 view four {
|
H A D | named14.conf | 67 view four {
|
H A D | named2.conf | 58 view four {
|
H A D | named3.conf | 58 view four {
|
/bind-9.11.3/bin/tests/system/views/ |
H A D | tests.sh | 99 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 D | notify.conf | 63 view four {
|
/bind-9.11.3/bin/tests/ |
H A D | task_test.c | 56 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 D | t_tasks.c | 85 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