Searched refs:chew (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/binutils/bfd/doc/
H A DMakefile.am57 MKDOC = chew$(EXEEXT_FOR_BUILD)
62 $(MKDOC): $(srcdir)/chew.c
63 $(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \
66 $(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
68 chew.o: chew.c
69 $(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
76 # We do not depend on chew directly so that we can distribute the info
81 aoutx.texi: chew
[all...]
H A DMakefile.in289 MKDOC = chew$(EXEEXT_FOR_BUILD)
611 $(MKDOC): $(srcdir)/chew.c
612 $(CC_FOR_BUILD) -o chew.$$$$ $(srcdir)/chew.c \
615 $(SHELL) $(srcdir)/../../move-if-change chew.$$$$ $(MKDOC)
617 chew.o: chew.c
618 $(CC_FOR_BUILD) -c $(INCLUDES) $(H_CFLAGS) $(CFLAGS_FOR_BUILD) $(srcdir)/chew.c
625 # We do not depend on chew directly so that we can distribute the info
630 aoutx.texi: chew
[all...]
/freebsd-10.2-release/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c1060 chew(const dtrace_probedata_t *data, void *arg) function
1909 switch (dtrace_work(g_dtp, g_ofp, chew, chewrec, NULL)) {

Completed in 55 milliseconds