Home
last modified time | relevance | path

Searched refs:atf_build_c_o (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/atf/atf-c/
H A Dbuild.h31 atf_error_t atf_build_c_o(const char *, const char *, const char *const [],
H A Dbuild_test.c167 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 Dbuild.c146 atf_build_c_o(const char *sfile, in atf_build_c_o() function
H A Dcheck.c405 err = atf_build_c_o(sfile, ofile, optargs, &argv); in atf_check_build_c_o()
/freebsd/contrib/atf/atf-c++/
H A Dbuild.cpp81 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), in c_o()