Searched refs:cpp (Results 76 - 100 of 364) sorted by relevance

1234567891011>>

/freebsd-10.2-release/lib/clang/libllvmjit/
H A DMakefile8 SRCS= JIT.cpp \
9 JITEmitter.cpp \
10 JITMemoryManager.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/preproc/refer/
H A DMakefile4 SRCS= command.cpp label.cpp ref.cpp refer.cpp token.cpp
8 CLEANFILES= label.cpp label_tab.h ${MAN} y.tab.c y.tab.h
/freebsd-10.2-release/gnu/usr.bin/groff/src/libs/libdriver/
H A DMakefile5 SRCS= input.cpp printer.cpp
/freebsd-10.2-release/contrib/groff/src/libs/libgroff/
H A DMakefile.sub53 $(srcdir)/assert.cpp \
54 $(srcdir)/change_lf.cpp \
55 $(srcdir)/cmap.cpp \
56 $(srcdir)/color.cpp \
57 $(srcdir)/cset.cpp \
58 $(srcdir)/device.cpp \
59 $(srcdir)/errarg.cpp \
60 $(srcdir)/error.cpp \
61 $(srcdir)/fatal.cpp \
62 $(srcdir)/filename.cpp \
[all...]
/freebsd-10.2-release/lib/clang/libllvmvectorize/
H A DMakefile8 SRCS= BBVectorize.cpp \
9 LoopVectorize.cpp \
10 SLPVectorizer.cpp \
11 Vectorize.cpp
/freebsd-10.2-release/contrib/groff/src/libs/libdriver/
H A DMakefile.sub6 $(srcdir)/input.cpp \
7 $(srcdir)/printer.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/devices/grohtml/
H A DMakefile4 SRCS= post-html.cpp html-table.cpp html-text.cpp output.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/preproc/grn/
H A DMakefile4 SRCS= hdb.cpp hpoint.cpp hgraph.cpp main.cpp
/freebsd-10.2-release/usr.bin/clang/llvm-diff/
H A DMakefile8 SRCS= llvm-diff.cpp \
9 DiffConsumer.cpp \
10 DiffLog.cpp \
11 DifferenceEngine.cpp
/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dipft_tx.c172 char *cps[20], **cpp, c, ipopts[68]; local
187 cpp = cps;
188 if (!*cpp)
191 c = **cpp;
193 fprintf(stderr, "bad direction \"%s\"\n", *cpp);
198 if (!strcasecmp(*cpp, "out6") || !strcasecmp(*cpp, "in6")) {
199 return parseipv6(cpp, (ip6_t *)ip, ifn, out);
204 cpp++;
205 if (!*cpp)
[all...]
/freebsd-10.2-release/lib/clang/libllvmmcjit/
H A DMakefile8 SRCS= MCJIT.cpp \
9 SectionMemoryManager.cpp
/freebsd-10.2-release/contrib/groff/src/libs/libbib/
H A DMakefile.sub9 $(srcdir)/common.cpp \
10 $(srcdir)/index.cpp \
11 $(srcdir)/linear.cpp \
12 $(srcdir)/search.cpp
/freebsd-10.2-release/contrib/groff/src/preproc/grn/
H A DMakefile.sub11 $(srcdir)/hdb.cpp \
12 $(srcdir)/hpoint.cpp \
13 $(srcdir)/hgraph.cpp \
14 $(srcdir)/main.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/preproc/html/
H A DMakefile4 SRCS= pre-html.cpp pushback.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/preproc/tbl/
H A DMakefile4 SRCS= main.cpp table.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/utils/addftinfo/
H A DMakefile4 SRCS= addftinfo.cpp guess.cpp
/freebsd-10.2-release/gnu/usr.bin/groff/src/utils/hpftodit/
H A DMakefile4 SRCS= hpftodit.cpp hpuni.cpp
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A DMakefile.sub16 $(srcdir)/dictionary.cpp \
17 $(srcdir)/div.cpp \
18 $(srcdir)/env.cpp \
19 $(srcdir)/input.cpp \
20 majorminor.cpp \
21 $(srcdir)/mtsm.cpp \
22 $(srcdir)/node.cpp \
23 $(srcdir)/number.cpp \
24 $(srcdir)/reg.cpp
38 GENSRCS=majorminor.cpp
[all...]
/freebsd-10.2-release/lib/clang/libclangedit/
H A DMakefile8 SRCS= Commit.cpp \
9 EditedSource.cpp \
10 RewriteObjCFoundationAPI.cpp
/freebsd-10.2-release/lib/clang/libclangstaticanalyzerfrontend/
H A DMakefile8 SRCS= AnalysisConsumer.cpp \
9 CheckerRegistration.cpp \
10 FrontendActions.cpp
/freebsd-10.2-release/lib/clang/liblldbPluginDynamicLoaderPosixDYLD/
H A DMakefile8 SRCS= AuxVector.cpp \
9 DYLDRendezvous.cpp \
10 DynamicLoaderPOSIXDYLD.cpp
/freebsd-10.2-release/lib/clang/libllvmx86instprinter/
H A DMakefile9 SRCS= X86ATTInstPrinter.cpp \
10 X86InstComments.cpp \
11 X86IntelInstPrinter.cpp
/freebsd-10.2-release/contrib/groff/src/preproc/eqn/
H A DMakefile.sub22 $(srcdir)/main.cpp \
23 $(srcdir)/lex.cpp \
24 $(srcdir)/box.cpp \
25 $(srcdir)/limit.cpp \
26 $(srcdir)/list.cpp \
27 $(srcdir)/over.cpp \
28 $(srcdir)/text.cpp \
29 $(srcdir)/script.cpp \
30 $(srcdir)/mark.cpp \
31 $(srcdir)/other.cpp \
[all...]
/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A DMakefile.sub15 $(srcdir)/lex.cpp \
16 $(srcdir)/main.cpp \
17 $(srcdir)/object.cpp \
18 $(srcdir)/common.cpp \
19 $(srcdir)/troff.cpp \
20 $(srcdir)/tex.cpp
29 YTABC=pic.cpp
/freebsd-10.2-release/lib/atf/libatf-c++/
H A DMakefile51 SRCS= application.cpp \
52 build.cpp \
53 check.cpp \
54 env.cpp \
55 exceptions.cpp \
56 fs.cpp \
57 process.cpp \
58 tests.cpp \
59 text.cpp \
60 utils.cpp
[all...]

Completed in 226 milliseconds

1234567891011>>