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

1234567891011>>

/macosx-10.9.5/llvmCore-3425.0.33/lib/TableGen/
H A DCMakeLists.txt6 Error.cpp
7 Main.cpp
8 Record.cpp
9 StringMatcher.cpp
10 TableGenAction.cpp
11 TableGenBackend.cpp
12 TGLexer.cpp
13 TGParser.cpp
/macosx-10.9.5/WebCore-7537.78.1/editing/
H A DEditingAllInOne.cpp26 // This all-in-one cpp file cuts down on template bloat to allow us to build our Windows release build.
28 #include <AlternativeTextController.cpp>
29 #include <AppendNodeCommand.cpp>
30 #include <ApplyBlockElementCommand.cpp>
31 #include <ApplyStyleCommand.cpp>
32 #include <BreakBlockquoteCommand.cpp>
33 #include <CompositeEditCommand.cpp>
34 #include <CreateLinkCommand.cpp>
35 #include <DeleteButton.cpp>
36 #include <DeleteButtonController.cpp>
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DCMakeLists.txt8 APFloat.cpp
9 APInt.cpp
10 APSInt.cpp
11 Allocator.cpp
12 BlockFrequency.cpp
13 BranchProbability.cpp
14 circular_raw_ostream.cpp
15 CommandLine.cpp
16 ConstantRange.cpp
17 CrashRecoveryContext.cpp
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/src/
H A DMakefile.in10 subdir=lib/cpp/src
20 @abs_top_srcdir@/lib/cpp/src/ANTLRUtil.cpp \
21 @abs_top_srcdir@/lib/cpp/src/ASTFactory.cpp \
22 @abs_top_srcdir@/lib/cpp/src/ASTNULLType.cpp \
23 @abs_top_srcdir@/lib/cpp/src/ASTRefCount.cpp \
24 @abs_top_srcdir@/lib/cpp/sr
[all...]
/macosx-10.9.5/postfix-252/postfix/src/util/
H A Dclean_env.c53 char **cpp; local
62 for (cpp = preserve_list; *cpp; cpp++)
63 if ((eq = strchr(*cpp, '=')) != 0)
64 argv_addn(save_list, STRING_AND_LENGTH(*cpp, eq - *cpp),
66 else if ((value = safe_getenv(*cpp)) != 0)
67 argv_add(save_list, *cpp, value, (char *) 0);
79 for (cpp
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-run/
H A DMakefile.am.inc31 atf_run_atf_run_SOURCES = atf-run/atf-run.cpp \
32 atf-run/atffile.cpp \
34 atf-run/config.cpp \
36 atf-run/fs.cpp \
38 atf-run/io.cpp \
40 atf-run/requirements.cpp \
42 atf-run/signals.cpp \
44 atf-run/test-program.cpp \
46 atf-run/timer.cpp \
48 atf-run/user.cpp \
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/antlr/
H A DMakefile.in10 subdir=lib/cpp/antlr
13 @abs_top_srcdir@/lib/cpp/antlr/ANTLRException.hpp \
14 @abs_top_srcdir@/lib/cpp/antlr/ANTLRUtil.hpp \
15 @abs_top_srcdir@/lib/cpp/antlr/ASTArray.hpp \
16 @abs_top_srcdir@/lib/cpp/antlr/ASTFactory.hpp \
17 @abs_top_srcdir@/lib/cpp/antlr/AST.hpp \
18 @abs_top_srcdir@/lib/cpp/antlr/ASTNULLType.hpp \
19 @abs_top_srcdir@/lib/cpp/antlr/ASTPair.hpp \
20 @abs_top_srcdir@/lib/cpp/antlr/ASTRefCount.hpp \
21 @abs_top_srcdir@/lib/cpp/antl
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurityd/mig/
H A Dmig.mk28 SRCS = $(DERIVED_SRC)/ucspServer.cpp $(DERIVED_SRC)/ucspClient.cpp \
30 $(DERIVED_SRC)/ucspNotifyReceiver.cpp $(DERIVED_SRC)/ucspNotifySender.cpp \
31 $(DERIVED_SRC)/cshostingServer.cpp $(DERIVED_SRC)/cshostingClient.cpp
45 $(DERIVED_SRC)/ucsp.h $(DERIVED_SRC)/ucspServer.cpp $(DERIVED_SRC)/ucspClient.cpp: $(PROJECT_DIR)/mig/ucsp.defs $(INCLUDES)
47 mig -server $(DERIVED_SRC)/ucspServer.cpp -user $(DERIVED_SRC)/ucspClient.cpp \
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/ExecutionEngine/JIT/
H A DMakefile16 SOURCES := JITEventListenerTest.cpp JITMemoryManagerTest.cpp JITTest.cpp MultiJITTest.cpp
21 SOURCES += IntelJITEventListenerTest.cpp
32 SOURCES += OProfileJITEventListenerTest.cpp
/macosx-10.9.5/securityd-55199.3/mig/
H A Dmig.mk28 SRCS = $(DERIVED_SRC)/selfServer.cpp $(DERIVED_SRC)/selfUser.cpp
41 $(DERIVED_SRC)/self.h $(DERIVED_SRC)/selfServer.cpp $(DERIVED_SRC)/selfUser.cpp: $(SRCROOT)/mig/self.defs
43 mig -server $(DERIVED_SRC)/selfServer.cpp -user $(DERIVED_SRC)/selfUser.cpp \
/macosx-10.9.5/Security-55471.14.18/libsecurity_ocspd/mig/
H A Dmig.mk28 SRCS = $(DERIVED_SRC)/ocspd_server.cpp $(DERIVED_SRC)/ocspd_client.cpp
43 mig -server $(DERIVED_SRC)/ocspd_server.cpp -user $(DERIVED_SRC)/ocspd_client.cpp \
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-c++/detail/
H A DMakefile.am.inc30 libatf_c___la_SOURCES += atf-c++/detail/application.cpp \
32 atf-c++/detail/env.cpp \
34 atf-c++/detail/exceptions.cpp \
36 atf-c++/detail/expand.cpp \
38 atf-c++/detail/fs.cpp \
40 atf-c++/detail/parser.cpp \
42 atf-c++/detail/process.cpp \
45 atf-c++/detail/text.cpp \
47 atf-c++/detail/ui.cpp \
55 atf_c___detail_libtest_helpers_la_SOURCES = atf-c++/detail/test_helpers.cpp \
[all...]
/macosx-10.9.5/bind9-45.100/bind9/unit/atf-src/atf-report/
H A DMakefile.am.inc31 atf_report_atf_report_SOURCES = atf-report/atf-report.cpp \
32 atf-report/reader.cpp \
54 atf_report_fail_helper_SOURCES = atf-report/fail_helper.cpp
58 atf_report_misc_helpers_SOURCES = atf-report/misc_helpers.cpp
62 atf_report_pass_helper_SOURCES = atf-report/pass_helper.cpp
74 atf_report_reader_test_SOURCES = atf-report/reader_test.cpp \
75 atf-report/reader.cpp
/macosx-10.9.5/postfix-252/postfix/src/global/
H A Dmatch_service.c103 char **cpp; local
105 for (cpp = patterns; *cpp; cpp++)
106 argv_add(list, *cpp, (char *) 0);
117 char **cpp; local
137 for (cpp = list->argv; (pattern = *cpp) != 0; cpp++) {
/macosx-10.9.5/xnu-2422.115.4/libkern/c++/
H A DOSCPPDebug.cpp29 #include <libkern/c++/OSCPPDebug.cpp>
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/
H A DMakefile.in5 subdir=lib/cpp
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/OProfileJIT/
H A DMakefile14 SOURCES += OProfileJITEventListener.cpp \
15 OProfileWrapper.cpp
/macosx-10.9.5/screen-22/screen/etc/
H A Dccdefs6 CPP=cpp
22 cpp=$1
26 if test -x "$cpp"; then
27 strings - "$cpp" 2>/dev/null | tr ' ' '\012' >> ${TEMP}.x
29 echo "Warning: cpp not found."
/macosx-10.9.5/MITKerberosShim-62.1/profile/
H A Dprof_set.c89 const char **cpp; local
105 for (cpp = names; cpp[1]; cpp++) {
107 retval = profile_find_node(section, *cpp, 0, 1,
116 retval = profile_find_node(section, *cpp, old_value, 0, &state, &node);
141 const char **cpp; local
151 for (cpp = names; cpp[1]; cpp
187 const char **cpp; local
239 const char **cpp; local
[all...]
/macosx-10.9.5/Security-55471.14.18/libsecurity_codesigning/antlr2/scripts/
H A Dcr_stripper.sh2 for f in antlr/*.hpp src/*.cpp; do
/macosx-10.9.5/libsecurity_agent-55000/mig/
H A Dmig.mk9 SRCS = $(DERIVED_SRC)/sa_reply_server.cpp $(DERIVED_SRC)/sa_reply_user.c \
10 $(DERIVED_SRC)/sa_request_server.c $(DERIVED_SRC)/sa_request_user.cpp
23 $(DERIVED_SRC)/sa_request_server.c $(DERIVED_SRC)/sa_request_user.cpp $(DERIVED_SRC)/sa_request.h: $(SRCROOT)/mig/sa_request.defs $(SRCROOT)/lib/sa_types.h
25 mig -server $(DERIVED_SRC)/sa_request_server.c -user $(DERIVED_SRC)/sa_request_user.cpp \
28 $(DERIVED_SRC)/sa_reply_server.cpp $(DERIVED_SRC)/sa_reply_user.c $(DERIVED_SRC)/sa_reply.h: $(SRCROOT)/mig/sa_reply.defs $(SRCROOT)/lib/sa_types.h
30 mig -server $(DERIVED_SRC)/sa_reply_server.cpp -user $(DERIVED_SRC)/sa_reply_user.c \
/macosx-10.9.5/securityd-55199.3/libsecurity_agent/mig/
H A Dmig.mk9 SRCS = $(DERIVED_SRC)/sa_reply_server.cpp $(DERIVED_SRC)/sa_reply_user.c \
10 $(DERIVED_SRC)/sa_request_server.c $(DERIVED_SRC)/sa_request_user.cpp
23 $(DERIVED_SRC)/sa_request_server.c $(DERIVED_SRC)/sa_request_user.cpp $(DERIVED_SRC)/sa_request.h: $(PROJECT_DIR)/mig/sa_request.defs $(PROJECT_DIR)/lib/sa_types.h
26 mig -server $(DERIVED_SRC)/sa_request_server.c -user $(DERIVED_SRC)/sa_request_user.cpp \
29 $(DERIVED_SRC)/sa_reply_server.cpp $(DERIVED_SRC)/sa_reply_user.c $(DERIVED_SRC)/sa_reply.h: $(PROJECT_DIR)/mig/sa_reply.defs $(PROJECT_DIR)/lib/sa_types.h
31 mig -server $(DERIVED_SRC)/sa_reply_server.cpp -user $(DERIVED_SRC)/sa_reply_user.c \
/macosx-10.9.5/postfix-252/postfix/src/bounce/
H A Dbounce_template.c266 char **cpp; local
364 cpp = (char **) mymalloc(sizeof(*cpp) * cpp_len);
366 cpp[cpp_used++] = cp;
368 cpp = (char **) myrealloc((char *) cpp,
369 sizeof(*cpp) * 2 * cpp_len);
374 cpp[cpp_used] = 0;
375 tp->message_text = (const char **) cpp;
450 const char **cpp; local
475 const char **cpp; local
[all...]
/macosx-10.9.5/netcat-20/
H A Dsourceroute.c67 * cpp: If *cpp is not equal to NULL, this is a
72 * length of *cpp if *cpp != NULL.
89 * path is unknown, and *cpp is set to point to the bad
92 * *cpp: If *cpp was equal to NULL, it will be filled
97 * pointed to by *cpp is.
106 sourceroute(struct addrinfo *ai, char *arg, char **cpp, int *lenp, int *protop, int *optp) argument
123 if (cpp
[all...]
/macosx-10.9.5/screen-22/screen/
H A Dcomm.sh77 $CC -E -I. -I${srcdir} ${srcdir}/comm.c > comm.cpp
78 sed < comm.cpp \
89 rm -f comm.cpp

Completed in 219 milliseconds

1234567891011>>