Searched refs:atf_build_c_o (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/atf/atf-c/ |
H A D | build.h | 31 atf_error_t atf_build_c_o(const char *, const char *, const char *const [],
|
H A D | build_test.c | 167 RE(atf_build_c_o(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 170 RE(atf_build_c_o(test->sfile, test->ofile, NULL, &argv)); in ATF_TC_BODY()
|
H A D | build.c | 146 atf_build_c_o(const char *sfile, in atf_build_c_o() function
|
H A D | check.c | 405 err = atf_build_c_o(sfile, ofile, optargs, &argv); in atf_check_build_c_o()
|
/freebsd/contrib/atf/atf-c++/ |
H A D | build.cpp | 81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), in c_o()
|