Searched refs:atf_build_c_o (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | build.h | 35 atf_error_t atf_build_c_o(const char *, const char *, const char *const [],
|
H A D | build_test.c | 158 atf_tc_set_md_var(tc, "descr", "Tests the atf_build_c_o function"); 175 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs, 178 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv));
|
H A D | build.c | 149 atf_build_c_o(const char *sfile, function
|
H A D | check.c | 408 err = atf_build_c_o(sfile, ofile, optargs, &argv);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.cpp | 85 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(),
|
Completed in 17 milliseconds