Searched refs:atf_build_cpp (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/atf/dist/atf-c/ |
H A D | build_test.c | 204 RE(atf_build_cpp(test->sfile, test->ofile, test->optargs, in ATF_TC_BODY() 207 RE(atf_build_cpp(test->sfile, test->ofile, NULL, &argv)); in ATF_TC_BODY()
|
H A D | build.h | 37 atf_error_t atf_build_cpp(const char *, const char *, const char *const [],
|
H A D | build.c | 194 atf_build_cpp(const char *sfile, in atf_build_cpp() function
|
H A D | check.c | 428 err = atf_build_cpp(sfile, ofile, optargs, &argv); in atf_check_build_cpp()
|
/netbsd-src/external/bsd/atf/dist/atf-c++/ |
H A D | build.cpp | 99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), in cpp()
|