Searched defs:cpp (Results 1 - 5 of 5) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dbuild.cpp94 impl::cpp(const std::string& sfile, const std::string& ofile, function in class:impl
H A Dbuild_test.cpp180 ATF_TEST_CASE(cpp); variable
181 ATF_TEST_CASE_HEAD(cpp)
183 set_md_var("descr", "Tests the cpp function");
185 ATF_TEST_CASE_BODY(cpp)
191 verbose_set_env("ATF_BUILD_CPP", test->cpp);
196 atf::build::cpp(test->sfile, test->ofile,
242 ATF_ADD_TEST_CASE(tcs, cpp);
/bind-9.6-ESV-R11/unit/atf-src/atf-c/
H A Dbuild_test.c185 ATF_TC(cpp); variable
186 ATF_TC_HEAD(cpp, tc)
190 ATF_TC_BODY(cpp, tc)
197 verbose_set_env("ATF_BUILD_CPP", test->cpp);
261 ATF_TP_ADD_TC(tp, cpp);
H A Dh_build.h181 const char *cpp; member in struct:cpp_test
191 "cpp",
200 "cpp", "-o", "test.out", "test.c", NULL
206 "cpp -foo",
215 "cpp", "-foo", "-o", "test.out", "test.c", NULL
221 "cpp",
230 "cpp", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.out",
237 "cpp",
246 "cpp", "-o1", "-o2", "-o", "test.out", "test.c", NULL
252 "cpp",
[all...]
/bind-9.6-ESV-R11/lib/lwres/
H A Dgetipnode.c465 char **cpp; local
474 cpp = he->h_addr_list;
475 while (*cpp != NULL) {
476 free(*cpp);
477 *cpp = NULL;
478 cpp++;
482 cpp = he->h_aliases;
483 while (*cpp != NULL) {
484 free(*cpp);
485 cpp
850 char **cpp, **npp; local
[all...]

Completed in 12 milliseconds