HomeSort by: relevance | last modified time | path
    Searched defs:c_o (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/atf/dist/atf-c++/
build.cpp 80 impl::c_o(const std::string& sfile, const std::string& ofile, function in class:impl
build_test.cpp 157 ATF_TEST_CASE(c_o); variable
158 ATF_TEST_CASE_HEAD(c_o)
160 set_md_var("descr", "Tests the c_o function");
162 ATF_TEST_CASE_BODY(c_o)
174 atf::build::c_o(test->sfile, test->ofile,
241 ATF_ADD_TEST_CASE(tcs, c_o);
  /src/external/bsd/atf/dist/atf-c/
build_test.c 155 ATF_TC(c_o); variable
156 ATF_TC_HEAD(c_o, tc)
160 ATF_TC_BODY(c_o, tc)
260 ATF_TP_ADD_TC(tp, c_o);

Completed in 17 milliseconds