Searched refs:atf_build_cxx_o (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | build.h | 35 atf_error_t atf_build_cxx_o(const char *, const char *, const char *const [],
|
H A D | build_test.c | 208 atf_tc_set_md_var(tc, "descr", "Tests the atf_build_cxx_o function"); 224 RE(atf_build_cxx_o(test->sfile, test->ofile, test->optargs, 227 RE(atf_build_cxx_o(test->sfile, test->ofile, NULL, &argv));
|
H A D | build.c | 238 atf_build_cxx_o(const char *sfile, function
|
H A D | check.c | 444 err = atf_build_cxx_o(sfile, ofile, optargs, &argv);
|
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | build.cpp | 109 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
Completed in 323 milliseconds