/bind-9.6-ESV-R11/contrib/zkt/ |
H A D | zone.h | 50 const char *sfile; /* file name of secured zone (zone.db.signed) */ member in struct:Zone
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.cpp | 80 impl::c_o(const std::string& sfile, const std::string& ofile, argument 85 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), 94 impl::cpp(const std::string& sfile, const std::string& ofile, argument 99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), 108 impl::cxx_o(const std::string& sfile, const std::string& ofile, argument 113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
H A D | check.cpp | 107 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument 112 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(), 121 impl::build_cpp(const std::string& sfile, const std::string& ofile, argument 126 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(), 135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, argument 140 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | h_build.h | 45 const char *sfile; member in struct:c_o_test 183 const char *sfile; member in struct:cpp_test 282 const char *sfile; member in struct:cxx_o_test
|
H A D | build.c | 149 atf_build_c_o(const char *sfile, argument 179 err = append_src_out(sfile, ofile, &argv_list); 194 atf_build_cpp(const char *sfile, argument 224 err = append_arg1(sfile, &argv_list); 239 atf_build_cxx_o(const char *sfile, argument 269 err = append_src_out(sfile, ofile, &argv_list);
|
H A D | check.c | 400 atf_check_build_c_o(const char *sfile, argument 408 err = atf_build_c_o(sfile, ofile, optargs, &argv); 420 atf_check_build_cpp(const char *sfile, argument 428 err = atf_build_cpp(sfile, ofile, optargs, &argv); 440 atf_check_build_cxx_o(const char *sfile, argument 448 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
|
H A D | check_test.c | 110 FILE *sfile; local 113 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL); 114 fprintf(sfile, "#include <stdio.h>\n"); 115 fclose(sfile); 128 FILE *sfile; local 131 ATF_REQUIRE((sfile = fopen("test.c", "w")) != NULL); 132 fprintf(sfile, "void foo(void) { int a = UNDEFINED_SYMBOL; }\n"); 133 fclose(sfile); 146 FILE *sfile; local 152 ATF_REQUIRE((sfile 172 FILE *sfile; local 190 FILE *sfile; local 208 FILE *sfile; local [all...] |
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/ |
H A D | test_helpers.cpp | 44 build_check_cxx_o_aux(const atf::fs::path& sfile, const char* failmsg, argument 53 sfile.str(), "test.o", atf::process::argv_array(optargs)); 59 build_check_cxx_o(const atf::tests::tc& tc, const char* sfile, argument 63 atf::fs::path(tc.get_config_var("srcdir")) / sfile;
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/ |
H A D | test_helpers.c | 71 build_check_c_o(const atf_tc_t *tc, const char *sfile, const char *failmsg, argument 77 atf_tc_get_config_var(tc, "srcdir"), sfile));
|