Searched defs:cpp (Results 1 - 5 of 5) sorted by relevance
/bind-9.11.3/unit/atf-src/atf-c++/ |
H A D | build.cpp | 90 impl::cpp(const std::string& sfile, const std::string& ofile, function in class:impl
|
H A D | build_test.cpp | 170 ATF_TEST_CASE(cpp); variable 171 ATF_TEST_CASE_HEAD(cpp) 173 set_md_var("descr", "Tests the cpp function"); 175 ATF_TEST_CASE_BODY(cpp) 181 verbose_set_env("ATF_BUILD_CPP", test->cpp); 185 atf::build::cpp(test->sfile, test->ofile, 224 ATF_ADD_TEST_CASE(tcs, cpp);
|
/bind-9.11.3/unit/atf-src/atf-c/ |
H A D | build_test.c | 177 ATF_TC(cpp); variable 178 ATF_TC_HEAD(cpp, tc) 182 ATF_TC_BODY(cpp, tc) 189 verbose_set_env("ATF_BUILD_CPP", test->cpp); 245 ATF_TP_ADD_TC(tp, cpp);
|
H A D | h_build.h | 177 const char *cpp; member in struct:cpp_test 187 "cpp", 196 "cpp", "-o", "test.out", "test.c", NULL 202 "cpp -foo", 211 "cpp", "-foo", "-o", "test.out", "test.c", NULL 217 "cpp", 226 "cpp", "-f1", "-f2", "-f3", "-f4-f5", "-o", "test.out", 233 "cpp", 242 "cpp", "-o1", "-o2", "-o", "test.out", "test.c", NULL 248 "cpp", [all...] |
/bind-9.11.3/lib/lwres/ |
H A D | getipnode.c | 456 char **cpp; local 465 cpp = he->h_addr_list; 466 while (*cpp != NULL) { 467 free(*cpp); 468 *cpp = NULL; 469 cpp++; 473 cpp = he->h_aliases; 474 while (*cpp != NULL) { 475 free(*cpp); 476 cpp 841 char **cpp, **npp; local [all...] |
Completed in 9 milliseconds