Searched refs:cpp (Results 176 - 200 of 537) sorted by relevance

1234567891011>>

/macosx-10.10.1/ICU-531.30/icuSources/config/
H A Dmh-linux-va54 %.$(STATIC_O): $(srcdir)/%.cpp
56 %.o: $(srcdir)/%.cpp
65 %.d: $(srcdir)/%.cpp
H A Dmh-mpras43 %.$(STATIC_O): $(srcdir)/%.cpp
45 %.o: $(srcdir)/%.cpp
54 %.d : $(srcdir)/%.cpp
H A Dmh-solaris-gcc48 %.$(STATIC_O): $(srcdir)/%.cpp
50 %.o: $(srcdir)/%.cpp
61 %.d : $(srcdir)/%.cpp
H A Dmh-alpha-linux-cc50 %.$(STATIC_O): $(srcdir)/%.cpp
52 %.o: $(srcdir)/%.cpp
63 #%.d: $(srcdir)/%.cpp
H A Dmh-alpha-osf50 %.$(STATIC_O): $(srcdir)/%.cpp
52 %.o: $(srcdir)/%.cpp
63 #%.d: $(srcdir)/%.cpp
H A Dmh-os400112 %.$(STATIC_O): $(srcdir)/%.cpp
114 %.o: $(srcdir)/%.cpp
120 %.qwobj : $(srcdir)/%.cpp
134 %.u : $(srcdir)/%.cpp
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/atf-c++/
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);
/macosx-10.10.1/postfix-255/postfix/src/global/
H A Dmynetworks.c103 char **cpp; local
280 for (cpp = argv->argv; cpp < argv->argv + argv->argc; cpp++)
281 if (!been_here_fixed(dup_filter, *cpp))
282 vstring_sprintf_append(result, "%s ", *cpp);
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dspawn_command.c208 char **cpp; local
267 for (cpp = args.env; *cpp; cpp += 2)
268 if (setenv(cpp[0], cpp[1], 1))
/macosx-10.10.1/OpenSSL098-52/src/crypto/perlasm/
H A Dx86asm.pl4 # &asm_init("cpp","des-586.pl");
12 &asm_finish_cpp() if $cpp;
21 $elf=$cpp=$coff=$aout=$win32=$netware=$mwerks=0;
28 elsif ( ($type eq "cpp"))
29 { $cpp=1; require "x86unix.pl"; }
71 return unless $cpp;
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dobjcpp.vim17 so <sfile>:p:h/cpp.vim
20 runtime! syntax/cpp.vim
/macosx-10.10.1/postfix-255/postfix/src/milter/
H A Dtest-milter.c203 const char **cpp; local
206 for (cpp = macro_names; *cpp; cpp++)
207 if ((symval = smfi_getsymval(ctx, (char *) *cpp)) != 0)
208 printf("macro: %s=\"%s\"\n", *cpp, symval);
274 char **cpp; local
277 for (cpp = argv; *cpp; cpp
285 char **cpp; local
556 const char **cpp; local
[all...]
/macosx-10.10.1/postfix-255/postfix/src/postscreen/
H A Dpostscreen_dnsbl.c292 char **cpp; local
297 for (cpp = reply->argv; *cpp != 0; cpp++) {
298 if (inet_pton(AF_INET, *cpp, addr_buf) != 1)
300 *cpp);
536 char **cpp; local
556 for (cpp = dnsbl_site->argv; *cpp; cpp
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/samples/uresb/
H A DMakefile73 $(TARGET).report: check $(TARGET).cpp
74 more $(TARGET).cpp $(TARGET).out > $@
/macosx-10.10.1/Security-57031.1.35/Security/include/security_cdsa_plugin/
H A Dgenerator.mk7 CPPFILES = $(SOURCES)/ACabstractsession.cpp
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_cdsa_plugin/lib/
H A Dgenerator.mk7 CPPFILES = $(SOURCES)/ACabstractsession.cpp
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_codesigning/antlr2/scripts/
H A Dmake_change_log.tcl10 set files { /lib/cpp/... /antlr/... }
/macosx-10.10.1/bind9-45.101/bind9/unit/atf-src/admin/
H A Dcheck-style.sh92 -name "*.cpp" -o \
127 *.cpp|*.hpp)
128 echo common cpp
/macosx-10.10.1/llvmCore-3425.0.34/utils/unittest/
H A DCMakeLists.txt47 UnitTestMain/TestMain.cpp
/macosx-10.10.1/vim-55/src/GvimExt/
H A DMake_bc5.mak31 gvimext.obj : gvimext.cpp gvimext.h
32 $(CC) -tWD -I$(INCLUDE) -c -DFEAT_GETTEXT $(RT_DEF) -w- gvimext.cpp
H A DMakefile26 .cpp.obj:
27 $(cc) $(cflags) -DFEAT_GETTEXT $(cvarsmt) $*.cpp
/macosx-10.10.1/ICU-531.30/icuSources/test/hdrtst/
H A DMakefile.in69 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
70 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
71 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp || FAIL=1 ; \
79 echo '#include "'layout/$$incfile'.h"' > ht_$$incfile.cpp ; \
80 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
81 $(COMPILE.cc) -c $(cppflags) -I$(prefix)/include/layout ht_$$incfile.cpp || FAIL=1; \
91 echo '#include "'unicode/$$incfile'.h"' > ht_$$incfile.cpp ; \
92 echo 'void junk(){}' >> ht_$$incfile.cpp ; \
94 $(COMPILE.cc) -c $(cppflags) ht_$$incfile.cpp 2>&1 | sed -e 's/^.*#error[^"]*"//' | fgrep -v ht_ | tee ht_dep.junk | fgrep -v "$$incfile.h header is obsolete" ; \
170 -@rm -f *.h *.c *.cpp *
[all...]
/macosx-10.10.1/bind9-45.101/bind9/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);
/macosx-10.10.1/postfix-255/postfix/src/smtpd/
H A Dsmtpd_chat.c243 char **cpp; local
282 for (cpp = state->history->argv; *cpp; cpp++)
283 line_wrap(printable(*cpp, '?'), LENGTH, INDENT, print_line,
/macosx-10.10.1/Libinfo-459/rpc.subproj/
H A Dxdr.c571 * *cpp is a pointer to the bytes, *sizep is the count.
572 * If *cpp is NULL maxsize bytes are allocated
575 xdr_bytes(xdrs, cpp, sizep, maxsize)
577 char **cpp;
581 char *sp = *cpp; /* sp is the actual string pointer */
605 *cpp = sp = mem_alloc(nodesize);
619 *cpp = NULL;
694 * terminated by a NULL character. The parameter cpp references a
700 xdr_string(xdrs, cpp, maxsize)
702 char **cpp;
[all...]

Completed in 254 milliseconds

1234567891011>>