Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/atf/dist/atf-c/
H A Dbuild_test.c204 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 Dbuild.h37 atf_error_t atf_build_cpp(const char *, const char *, const char *const [],
H A Dbuild.c194 atf_build_cpp(const char *sfile, in atf_build_cpp() function
H A Dcheck.c428 err = atf_build_cpp(sfile, ofile, optargs, &argv); in atf_check_build_cpp()
/netbsd-src/external/bsd/atf/dist/atf-c++/
H A Dbuild.cpp99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), in cpp()