/bind-9.11.3/unit/atf-src/bootstrap/ |
H A D | h_tp_basic_cpp.cpp | 28 ATF_TEST_CASE(pass); variable 30 ATF_TEST_CASE_HEAD(pass) 35 ATF_TEST_CASE_BODY(pass) 78 ATF_ADD_TEST_CASE(tcs, pass);
|
H A D | h_tp_basic_sh.sh | 26 atf_test_case pass 69 atf_add_test_case pass
|
H A D | h_tp_basic_c.c | 30 ATF_TC(pass); variable 31 ATF_TC_HEAD(pass, tc) 35 ATF_TC_BODY(pass, tc) 73 ATF_TP_ADD_TC(tp, pass);
|
H A D | testsuite | 543 # CLI Arguments to pass to the debugging scripts. 1022 # | | + pass - created if group passed 1572 at_res=pass 1786 at_pass_list=`for f in */pass; do echo $f; done | sed '/\*/d; s,/pass,,'` 2144 })/bootstrap -r resout pass" 2163 })/bootstrap -r resout pass 2353 })/bootstrap -r resout pass" 2372 })/bootstrap -r resout pass 2616 ident: pass [all...] |
/bind-9.11.3/bin/tests/system/stub/ |
H A D | tests.sh | 23 for pass in 1 2 26 echo "I:trying an axfr that should be denied (NOTAUTH) (pass=$pass)" 32 echo "I:look for stub zone data without recursion (should not be found) (pass=$pass)" 45 echo "I:look for stub zone data with recursion (should be found) (pass=$pass)" 51 [ $pass = 1 ] && {
|
/bind-9.11.3/lib/dns/tests/ |
H A D | acl_test.c | 39 unsigned int pass; local 111 for (pass = 0; pass < sizeof(ecs)/sizeof(ecs[0]); pass++) { 139 ISC_TRUE, ecs[pass].first); 144 ISC_TRUE, ecs[pass].second); 153 ISC_FALSE, ecs[pass].first); 158 ISC_TRUE, ecs[pass].second); 167 ISC_TRUE, ecs[pass].first); 172 ISC_FALSE, ecs[pass] [all...] |
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | tests.hpp | 106 static void pass(void) ATF_DEFS_ATTRIBUTE_NORETURN;
|
H A D | macros_test.cpp | 284 ATF_TEST_CASE(pass); variable 285 ATF_TEST_CASE_HEAD(pass) 289 ATF_TEST_CASE_BODY(pass) 795 ATF_ADD_TEST_CASE(tcs, pass);
|
H A D | macros.hpp | 96 #define ATF_PASS() atf::tests::tc::pass()
|
H A D | tests.cpp | 329 impl::tc::pass(void) function in class:impl::tc
|
/bind-9.11.3/unit/atf-src/tools/ |
H A D | misc_helpers.cpp | 68 ATF_TEST_CASE(pass); variable 69 ATF_TEST_CASE_HEAD(pass) 73 ATF_TEST_CASE_BODY(pass) 404 if (which == "pass") 405 ATF_ADD_TEST_CASE(tcs, pass);
|
H A D | atf-run_test.sh | 131 create_helper pass 681 -v state=pass -v statedir=$(pwd) helper
|
/bind-9.11.3/win32utils/ |
H A D | Configure | 2933 my $pass = 1; 2946 unshift(@passes, $pass); 2953 $pass = 0; 2964 $pass = 0; 2967 $pass = $passes[0]; 2969 $pass = 1; 2979 $pass = shift(@passes); 2981 $pass = 1; 2985 if ($pass == 0) { 3055 my $pass [all...] |
/bind-9.11.3/contrib/dlz/drivers/ |
H A D | dlz_mysql_driver.c | 785 char *pass = NULL; local 923 pass = getParameterValue(argv[1], "pass="); 939 user, pass, dbname, port, socket, 971 if (pass != NULL) 972 isc_mem_free(ns_g_mctx, pass);
|
H A D | dlz_odbc_driver.c | 116 SQLCHAR *pass; member in struct:__anon47 218 if (odbc_inst->pass != NULL) 219 isc_mem_free(ns_g_mctx, odbc_inst->pass); 274 safeLen(dbi->user), dbi->pass, safeLen(dbi->pass)); 849 /* set to null for next pass through */ 1111 /* set to null for next pass through */ 1336 /* if no password was passed, set odbc_inst.pass = NULL; */ 1337 odbc_inst->pass = (SQLCHAR *) getParameterValue(argv[2], "pass [all...] |
/bind-9.11.3/lib/dns/ |
H A D | nsec3.c | 517 int pass; local 617 pass = 0; 621 pass++; 693 } while (pass < 2); 761 pass = 0; 765 pass++; 814 } while (pass < 2); 816 INSIST(pass < 2); 1328 int pass; local 1403 pass [all...] |
H A D | message.c | 1865 wrong_priority(dns_rdataset_t *rds, int pass, dns_rdatatype_t preferred_glue) { argument 1890 if (pass_needed >= pass) 1980 int pass; local 1995 pass = 4; 1998 pass = 4; 2000 pass = 3; 2002 pass = 1; 2095 && wrong_priority(rdataset, pass, 2191 } while (--pass != 0);
|
H A D | client.c | 1289 * XXX: or should we pass the validation result separately? 2277 int pass = 0; local 2351 if (pass == 0) 2353 else if (pass == 1) 2362 pass++; 2391 pass++;
|
/bind-9.11.3/unit/atf-src/admin/ |
H A D | ltmain.sh | 448 # you will pass as the first argument to func_warning from your own 1561 # options that you action, and then pass back the remaining unprocessed 1650 # Note that when calling hook functions, we pass through the list of 3651 -Wc,FLAG pass FLAG directly to the compiler 3756 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler 3758 -Xlinker FLAG pass linker-specific FLAG directly to the linker 3759 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) 6498 # what system we are compiling for in order to pass an extra 7551 for pass in $passes; do 7552 # The preopen pass i [all...] |
/bind-9.11.3/contrib/dlz/modules/mysql/ |
H A D | dlz_mysql_dynamic.c | 89 char *pass; member in struct:__anon50 886 mysql->pass = get_parameter_value(argv[1], "pass="); 1022 mysql->pass, mysql->dbname, 1075 if (db->pass != NULL) 1076 free(db->pass);
|
/bind-9.11.3/contrib/scripts/ |
H A D | check5011.pl | 152 to pass before the key will be trusted.
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | tc.c | 91 static void pass(struct context *) 322 pass(struct context *ctx) function 326 "a pass instead"); 331 error_in_expect(ctx, "Test case asked to explicitly pass but was " 345 "expect pass mode"); 870 pass(ctx); 1027 pass(&Current);
|
/bind-9.11.3/ |
H A D | ltmain.sh | 2365 -Wc,FLAG pass FLAG directly to the compiler 2469 -Xcompiler FLAG pass linker-specific FLAG directly to the compiler 2471 -Xlinker FLAG pass linker-specific FLAG directly to the linker 2472 -XCClinker FLAG pass link-specific FLAG to the compiler driver (CC) 5133 # which system we are compiling for in order to pass an extra 6139 for pass in $passes; do 6140 # The preopen pass in lib mode reverses $deplibs; put it back here 6142 if test "$linkmode,$pass" = "lib,link"; then 6152 if test "$linkmode,$pass" = "lib,link" || 6153 test "$linkmode,$pass" [all...] |
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 2479 int pass = 0; local 2587 if (pass == 0) 2589 else if (pass == 1) 2596 pass++; 2622 pass++;
|
/bind-9.11.3/lib/isc/unix/ |
H A D | socket.c | 4268 int pass; local 4306 for (pass = 0; pass < 2; pass++) { 6461 int pass; local 6505 for (pass = 0; pass < 2; pass++) {
|