Searched refs:sfile (Results 1 - 18 of 18) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild.cpp80 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 Dcheck.cpp107 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(),
H A Dcheck_test.cpp98 std::ofstream sfile("test.c");
99 sfile << "#include <stdio.h>\n";
100 sfile.close();
113 std::ofstream sfile("test.c");
114 sfile << "void foo(void) { int a = UNDEFINED_SYMBOL; }\n";
115 sfile.close();
128 std::ofstream sfile("test.c");
129 sfile << "#define A foo\n";
130 sfile << "#define B bar\n";
131 sfile << "
[all...]
H A Dbuild_test.cpp174 atf::build::c_o(test->sfile, test->ofile,
196 atf::build::cpp(test->sfile, test->ofile,
219 atf::build::cxx_o(test->sfile, test->ofile,
/bind-9.6-ESV-R11/unit/atf-src/atf-c/detail/
H A Dtest_helpers.h58 #define BUILD_TC(name, sfile, descr, failmsg) \
66 build_check_c_o(tc, sfile, failmsg, true); \
69 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \
77 build_check_c_o(tc, sfile, failmsg, false); \
H A Dtest_helpers.c71 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));
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dcheck_test.c110 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...]
H A Dh_build.h45 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 Dbuild.c149 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 Dbuild_test.c175 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs,
178 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv));
204 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs,
207 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv));
234 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs,
237 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
H A Dcheck.c400 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);
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dtest_helpers.cpp44 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;
H A Dtest_helpers.hpp59 #define BUILD_TC(name, sfile, descr, failmsg) \
67 build_check_cxx_o(*this, sfile, failmsg, true); \
70 #define BUILD_TC_FAIL(name, sfile, descr, failmsg) \
78 build_check_cxx_o(*this, sfile, failmsg, false); \
/bind-9.6-ESV-R11/contrib/zkt/
H A Dzone.h50 const char *sfile; /* file name of secured zone (zone.db.signed) */ member in struct:Zone
H A Dzone.c106 if ( zp->sfile ) free ((char *)zp->sfile);
175 new->sfile = strdup (new->file);
181 new->sfile = strdup (path);
331 fprintf (stderr, "%s: sfile\t %s\n", mesg, z->sfile);
H A Drollover.c147 ext = strrchr (zp->sfile, '.');
148 if ( ext && strcmp (zp->sfile, ".dsigned") == 0 ) /* is the current zone a dynamic one ? */
166 snprintf (path, sizeof (path), "%s/%s", parent->dir, parent->sfile);
168 snprintf (path, sizeof (path), "%s/../%s", zp->dir, zp->sfile);
H A Dnscomm.c159 pathname (path, sizeof (path), zp->dir, zp->sfile, NULL);
H A Dzkt-signer.c475 pathname (path, sizeof (path), zp->dir, zp->sfile, NULL);
645 pathname (path, sizeof (path), zp->dir, zp->sfile, NULL);

Completed in 26 milliseconds