/bind-9.6-ESV-R11/unit/atf-src/bootstrap/ |
H A D | h_tp_basic_cpp.cpp | 32 ATF_TEST_CASE(pass); variable 34 ATF_TEST_CASE_HEAD(pass) 39 ATF_TEST_CASE_BODY(pass) 82 ATF_ADD_TEST_CASE(tcs, pass);
|
H A D | h_tp_basic_sh.sh | 30 atf_test_case pass 73 atf_add_test_case pass
|
H A D | h_tp_basic_c.c | 34 ATF_TC(pass); variable 35 ATF_TC_HEAD(pass, tc) 39 ATF_TC_BODY(pass, tc) 77 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.6-ESV-R11/bin/tests/system/stub/ |
H A D | tests.sh | 32 for pass in 1 2 35 echo "I:trying an axfr that should be denied (NOTAUTH) (pass=$pass)" 41 echo "I:look for stub zone data without recursion (should not be found) (pass=$pass)" 54 echo "I:look for stub zone data with recursion (should be found) (pass=$pass)" 60 [ $pass = 1 ] && {
|
/bind-9.6-ESV-R11/unit/atf-src/atf-run/ |
H A D | misc_helpers.cpp | 69 ATF_TEST_CASE(pass); variable 70 ATF_TEST_CASE_HEAD(pass) 74 ATF_TEST_CASE_BODY(pass) 379 if (which == "pass") 380 ATF_ADD_TEST_CASE(tcs, pass);
|
H A D | integration_test.sh | 131 create_helper pass 681 -v state=pass -v statedir=$(pwd) helper
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | tests.hpp | 108 static void pass(void) ATF_DEFS_ATTRIBUTE_NORETURN;
|
H A D | macros_test.cpp | 286 ATF_TEST_CASE(pass); variable 287 ATF_TEST_CASE_HEAD(pass) 291 ATF_TEST_CASE_BODY(pass) 779 ATF_ADD_TEST_CASE(tcs, pass);
|
H A D | macros.hpp | 100 #define ATF_PASS() atf::tests::tc::pass()
|
H A D | tests.cpp | 314 impl::tc::pass(void) function in class:impl::tc
|
/bind-9.6-ESV-R11/lib/dns/ |
H A D | nsec3.c | 549 int pass; local 644 pass = 0; 648 pass++; 727 } while (pass < 2); 795 pass = 0; 799 pass++; 848 } while (pass < 2); 850 INSIST(pass < 2); 1014 int pass; local 1089 pass [all...] |
H A D | message.c | 1782 wrong_priority(dns_rdataset_t *rds, int pass, dns_rdatatype_t preferred_glue) { argument 1807 if (pass_needed >= pass) 1823 int pass; local 1838 pass = 4; 1841 pass = 4; 1843 pass = 3; 1845 pass = 1; 1936 && wrong_priority(rdataset, pass, 2015 } while (--pass != 0);
|
/bind-9.6-ESV-R11/contrib/dlz/drivers/ |
H A D | dlz_mysql_driver.c | 788 char *pass = NULL; local 926 pass = getParameterValue(argv[1], "pass="); 942 user, pass, dbname, port, socket, 974 if (pass != NULL) 975 isc_mem_free(ns_g_mctx, pass);
|
H A D | dlz_odbc_driver.c | 125 SQLCHAR *pass; member in struct:__anon35 227 if (odbc_inst->pass != NULL) 228 isc_mem_free(ns_g_mctx, odbc_inst->pass); 283 safeLen(dbi->user), dbi->pass, safeLen(dbi->pass)); 858 /* set to null for next pass through */ 1117 /* set to null for next pass through */ 1339 /* if no password was passed, set odbc_inst.pass = NULL; */ 1340 odbc_inst->pass = (SQLCHAR *) getParameterValue(argv[2], "pass [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | tc.c | 95 static void pass(struct context *) 326 pass(struct context *ctx) function 330 "a pass instead"); 335 error_in_expect(ctx, "Test case asked to explicitly pass but was " 349 "expect pass mode"); 872 pass(ctx); 1029 pass(&Current);
|
/bind-9.6-ESV-R11/ |
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.6-ESV-R11/unit/atf-src/admin/ |
H A D | ltmain.sh | 4039 # which system we are compiling for in order to pass an extra 4761 # -q* pass through compiler args for the IBM compiler 4762 # -m*, -t[45]*, -txscale* pass through architecture-specific 4765 # -p, -pg, --coverage, -fprofile-* pass through profiling flag for GCC 5014 for pass in $passes; do 5015 # The preopen pass in lib mode reverses $deplibs; put it back here 5017 if test "$linkmode,$pass" = "lib,link"; then 5027 if test "$linkmode,$pass" = "lib,link" || 5028 test "$linkmode,$pass" = "prog,scan"; then 5033 case $pass i [all...] |
/bind-9.6-ESV-R11/bin/nsupdate/ |
H A D | nsupdate.c | 2086 int pass = 0; local 2195 if (pass == 0) 2197 else if (pass == 1) 2204 pass++; 2230 pass++;
|
/bind-9.6-ESV-R11/contrib/queryperf/ |
H A D | configure | 1234 LIBS libraries to pass to the linker, e.g. -l<library>
|
/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | configure | 1273 LIBS libraries to pass to the linker, e.g. -l<library>
|
/bind-9.6-ESV-R11/unit/atf-src/ |
H A D | configure | 1605 LIBS libraries to pass to the linker, e.g. -l<library> 7713 # PORTME Check for flag to pass linker flags through the system compiler. 9569 # especially as we might pass files found there to a mingw objdump, 14784 # especially as we might pass files found there to a mingw objdump, 18760 # How to pass a linker flag through the compiler. 19145 # How to pass a linker flag through the compiler.
|