Searched refs:atf_build_cpp (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/atf/atf-c/ |
| H A D | build.h | 33 atf_error_t atf_build_cpp(const char *, const char *, const char *const [],
|
| H A D | build_test.c | 195 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 198 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv)); in ATF_TC_BODY()
|
| H A D | build.c | 192 atf_build_cpp(const char *sfile, in atf_build_cpp() function
|
| H A D | check.c | 425 err = atf_build_cpp(sfile, ofile, optargs, &argv); in atf_check_build_cpp()
|
| /freebsd/contrib/atf/atf-c++/ |
| H A D | build.cpp | 95 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), in cpp()
|