/bind-9.6-ESV-R11/unit/atf-src/atf-c++/ |
H A D | build.cpp | 80 impl::c_o(const std::string& sfile, const std::string& ofile, argument 85 atf_error_t err = atf_build_c_o(sfile.c_str(), ofile.c_str(), 94 impl::cpp(const std::string& sfile, const std::string& ofile, argument 99 atf_error_t err = atf_build_cpp(sfile.c_str(), ofile.c_str(), 108 impl::cxx_o(const std::string& sfile, const std::string& ofile, argument 113 atf_error_t err = atf_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
H A D | check.cpp | 107 impl::build_c_o(const std::string& sfile, const std::string& ofile, argument 112 atf_error_t err = atf_check_build_c_o(sfile.c_str(), ofile.c_str(), 121 impl::build_cpp(const std::string& sfile, const std::string& ofile, argument 126 atf_error_t err = atf_check_build_cpp(sfile.c_str(), ofile.c_str(), 135 impl::build_cxx_o(const std::string& sfile, const std::string& ofile, argument 140 atf_error_t err = atf_check_build_cxx_o(sfile.c_str(), ofile.c_str(),
|
/bind-9.6-ESV-R11/unit/atf-src/atf-c/ |
H A D | h_build.h | 46 const char *ofile; member in struct:c_o_test 184 const char *ofile; member in struct:cpp_test 283 const char *ofile; member in struct:cxx_o_test
|
H A D | build.c | 150 const char *ofile, 179 err = append_src_out(sfile, ofile, &argv_list); 195 const char *ofile, 220 err = append_arg2("-o", ofile, &argv_list); 240 const char *ofile, 269 err = append_src_out(sfile, ofile, &argv_list); 149 atf_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument 194 atf_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument 239 atf_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], char ***argv) argument
|
H A D | check.c | 401 const char *ofile, 408 err = atf_build_c_o(sfile, ofile, optargs, &argv); 421 const char *ofile, 428 err = atf_build_cpp(sfile, ofile, optargs, &argv); 441 const char *ofile, 448 err = atf_build_cxx_o(sfile, ofile, optargs, &argv); 400 atf_check_build_c_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 420 atf_check_build_cpp(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument 440 atf_check_build_cxx_o(const char *sfile, const char *ofile, const char *const optargs[], bool *success) argument
|