Searched refs:cpp (Results 1 - 20 of 20) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A DMakefile.am.inc34 tools_libtools_a_SOURCES = tools/application.cpp \
36 tools/atffile.cpp \
39 tools/config.cpp \
41 tools/config_file.cpp \
43 tools/env.cpp \
45 tools/exceptions.cpp \
47 tools/expand.cpp \
49 tools/fs.cpp \
51 tools/io.cpp \
53 tools/parser.cpp \
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/detail/
H A DMakefile.am.inc26 libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
29 atf-c++/detail/env.cpp \
31 atf-c++/detail/exceptions.cpp \
33 atf-c++/detail/fs.cpp \
35 atf-c++/detail/process.cpp \
38 atf-c++/detail/text.cpp \
47 atf_c___detail_libtest_helpers_la_SOURCES = atf-c++/detail/test_helpers.cpp \
52 atf_c___detail_application_test_SOURCES = atf-c++/detail/application_test.cpp
56 atf_c___detail_auto_array_test_SOURCES = atf-c++/detail/auto_array_test.cpp
60 atf_c___detail_env_test_SOURCES = atf-c++/detail/env_test.cpp
[all...]
/bind-9.11.3/unit/atf-src/atf-c++/
H A DMakefile.am.inc30 libatf_c___la_SOURCES = atf-c++/build.cpp \
32 atf-c++/check.cpp \
35 atf-c++/tests.cpp \
37 atf-c++/utils.cpp \
69 atf-c++/macros_hpp_test.cpp \
70 atf-c++/unused_test.cpp
75 atf_c___atf_c___test_SOURCES = atf-c++/atf_c++_test.cpp
78 atf_c___build_test_SOURCES = atf-c++/build_test.cpp atf-c/h_build.h
81 atf_c___check_test_SOURCES = atf-c++/check_test.cpp
84 atf_c___macros_test_SOURCES = atf-c++/macros_test.cpp
[all...]
H A Dbuild.hpp45 process::argv_array cpp(const std::string&, const std::string&,
H A Dbuild_test.cpp170 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);
H A Dpkg_config_test.sh82 cat >tp.cpp <<EOF
113 atf_check -s eq:0 -o empty -e empty ${cxx} ${cxxflags} -o tp.o -c tp.cpp
H A Dbuild.cpp90 impl::cpp(const std::string& sfile, const std::string& ofile, function in class:impl
/bind-9.11.3/unit/atf-src/admin/
H A DMakefile.am.inc33 admin/check-style-cpp.awk \
H A Dcheck-style.sh88 -name "*.cpp" -o \
126 *.cpp|*.hpp)
127 echo common cpp
H A Dcompile212 *.c | *.cpp | *.CPP | *.lib | *.LIB | *.Lib | *.OBJ | *.obj | *.[oO])
H A Ddepcomp676 cpp)
H A Dltmain.sh3378 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \
/bind-9.11.3/lib/lwres/
H A Dgetipnode.c456 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...]
/bind-9.11.3/unit/atf-src/atf-c/
H A Dbuild_test.c177 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 Dh_build.h177 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/contrib/dlz/example/win32/
H A Ddxdriver.mak208 .cpp{$(INTDIR)}.obj::
223 .cpp{$(INTDIR)}.sbr::
/bind-9.11.3/unit/atf-src/
H A Dconfigure7865 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
7875 # not just through cpp. "Syntax error" is here to catch this case.
7934 # not just through cpp. "Syntax error" is here to catch this case.
13186 ac_ext=cpp
13192 ac_ext=cpp
13443 ac_ext=cpp
13590 ac_ext=cpp
13602 for CXXCPP in "$CXX -E" "/lib/cpp"
13612 # not just through cpp
[all...]
/bind-9.11.3/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh358 *.cpp) xform=cpp ;;
H A Dconfigure479 # AIX cpp loses on an empty file, so make sure it contains at least a newline.
533 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1074 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1102 # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.
1725 # not just through cpp.
1742 CPP="${CC-cc} -E -traditional-cpp"
1776 CPP=/lib/cpp
3400 # NAME is the cpp macro being defined and VALUE is the value it is being given.
/bind-9.11.3/
H A Dltmain.sh2092 *.c++ | *.cc | *.ii | *.class | *.cpp | *.cxx | \

Completed in 707 milliseconds