Searched defs:success (Results 1 - 6 of 6) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | check.cpp | 106 bool success; local 109 optargs.exec_argv(), &success); 113 return success; 120 bool success; local 123 optargs.exec_argv(), &success); 127 return success; 134 bool success; local 137 optargs.exec_argv(), &success); 141 return success;
|
/bind-9.11.3/unit/atf-src/atf-c/detail/ |
H A D | test_helpers.c | 46 bool success; local 58 RE(atf_check_build_c_o(path, "test.o", optargs, &success)); 62 return success;
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | check.c | 196 const atf_process_status_t *status, bool *success) 219 *success = s; 263 check_build_run(const char *const *argv, bool *success) argument 274 update_success_from_status(argv[0], &status, success); 399 bool *success) 408 err = check_build_run((const char *const *)argv, success); 419 bool *success) 428 err = check_build_run((const char *const *)argv, success); 439 bool *success) 448 err = check_build_run((const char *const *)argv, success); 195 update_success_from_status(const char *progname, const atf_process_status_t *status, bool *success) argument 396 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 416 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 436 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument [all...] |
H A D | check_test.c | 106 bool success; local 112 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success)); 113 ATF_REQUIRE(success); 124 bool success; local 130 RE(atf_check_build_c_o("test.c", "test.o", NULL, &success)); 131 ATF_REQUIRE(!success); 142 bool success; local 154 &success)); 155 ATF_REQUIRE(success); 168 bool success; local 186 bool success; local 204 bool success; local [all...] |
/bind-9.11.3/bin/win32/BINDInstall/ |
H A D | BINDInstallDlg.cpp | 470 BOOL success = FALSE; local 554 success = CreateServiceAccount(m_accountName.GetBuffer(30), 556 if (success == FALSE) {
|
/bind-9.11.3/bin/dig/ |
H A D | dighost.c | 344 debug("success");\ 2045 isc_boolean_t success = ISC_FALSE; local 2120 if (!success) { 2121 success = ISC_TRUE;
|
Completed in 52 milliseconds