Lines Matching refs:conf
98 if (ctx->conf == NULL) in print_resp()
274 const char *conf; member
423 .conf = "",
430 .conf = "",
436 .conf = "",
444 .conf = "",
453 .conf = "",
463 .conf = "search corp.example.com example.com\n"
472 .conf = "search corp.example.com example.com\n"
482 .conf = "options no-reload\n"
493 .conf = "search corp.example.com example.com\n"
504 .conf = "# This test covers comment and whitespace processing "
522 .conf = "domain example.net\n"
530 .conf = "domain example.net \n"
538 .conf = "domain example.net\t\n"
546 .conf = "search example.com example.org\n"
555 .conf = "options\tinet6\tndots:3 edns0\tattempts:5\ttimeout:19\n"
574 .conf = "options use-vc timeout:999 attempts:999 ndots:99\n"
583 .conf = "options ndots:3 use-vc\n"
596 .conf = "options single-request\n"
627 .conf = "options single-request\n"
661 .conf = "nameserver 192.0.2.1 garbage\n"
672 .conf = "options timeout:7 ndots:2 use-vc\n"
682 .conf = "nameserver 192.0.2.1\n"
700 .conf = "nameserver 192.0.2.1\n"
716 .conf = "options trust-ad\n"
1052 TEST_VERIFY (test_cases[i].conf != NULL); in do_test()
1056 test_cases[i].conf); in do_test()
1062 if (test_cases[i].conf[0] == '\0') in do_test()