Searched refs:atf_build_cpp (Results 1 - 5 of 5) sorted by relevance
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | build.h | 37 atf_error_t atf_build_cpp(const char *, const char *, const char *const [],
|
H A D | build_test.c | 188 atf_tc_set_md_var(tc, "descr", "Tests the atf_build_cpp function"); 204 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, 207 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv));
|
H A D | build.c | 194 atf_build_cpp(const char *sfile, function 206 err = append_config_var("atf_build_cpp", &argv_list);
|
H A D | check.c | 428 err = atf_build_cpp(sfile, ofile, optargs, &argv);
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.cpp | 99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(),
|
Completed in 12 milliseconds