Searched refs:pass (Results 1 - 25 of 28) sorted by relevance

12

/bind-9.11.3/unit/atf-src/bootstrap/
H A Dh_tp_basic_cpp.cpp28 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 Dh_tp_basic_sh.sh26 atf_test_case pass
69 atf_add_test_case pass
H A Dh_tp_basic_c.c30 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 Dtestsuite543 # 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 Dtests.sh23 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 Dacl_test.c39 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 Dtests.hpp106 static void pass(void) ATF_DEFS_ATTRIBUTE_NORETURN;
H A Dmacros_test.cpp284 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 Dmacros.hpp96 #define ATF_PASS() atf::tests::tc::pass()
H A Dtests.cpp329 impl::tc::pass(void) function in class:impl::tc
/bind-9.11.3/unit/atf-src/tools/
H A Dmisc_helpers.cpp68 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 Datf-run_test.sh131 create_helper pass
681 -v state=pass -v statedir=$(pwd) helper
/bind-9.11.3/win32utils/
H A DConfigure2933 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 Ddlz_mysql_driver.c785 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 Ddlz_odbc_driver.c116 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 Dnsec3.c517 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 Dmessage.c1865 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 Dclient.c1289 * 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 Dltmain.sh448 # 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 Ddlz_mysql_dynamic.c89 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 Dcheck5011.pl152 to pass before the key will be trusted.
/bind-9.11.3/unit/atf-src/atf-c/
H A Dtc.c91 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 Dltmain.sh2365 -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 Dnsupdate.c2479 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 Dsocket.c4268 int pass; local
4306 for (pass = 0; pass < 2; pass++) {
6461 int pass; local
6505 for (pass = 0; pass < 2; pass++) {

Completed in 118 milliseconds

12