Home
last modified time | relevance | path

Searched refs:doc (Results 1 – 13 of 13) sorted by relevance

/third_party/ulib/jemalloc/
A D.gitignore12 /doc/html.xsl
13 /doc/manpages.xsl
14 /doc/jemalloc.xml
15 /doc/jemalloc.html
16 /doc/jemalloc.3
A DMakefile.in138 MAN3 := $(objroot)doc/jemalloc$(install_suffix).3
139 DOCS_XML := $(objroot)doc/jemalloc$(install_suffix).xml
257 $(objroot)doc/%.html : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/html.xsl
258 $(XSLTPROC) -o $@ $(objroot)doc/html.xsl $<
260 $(objroot)doc/%.3 : $(objroot)doc/%.xml $(srcroot)doc/stylesheet.xsl $(objroot)doc/manpages.xsl
261 $(XSLTPROC) -o $@ $(objroot)doc/manpages.xsl $<
408 $(INSTALL) -d $(DATADIR)/doc/jemalloc$(install_suffix)
411 $(INSTALL) -m 644 $$d $(DATADIR)/doc/jemalloc$(install_suffix); \
A Dconfigure.ac798 cfgoutputs_in="${cfgoutputs_in} doc/html.xsl.in"
799 cfgoutputs_in="${cfgoutputs_in} doc/manpages.xsl.in"
800 cfgoutputs_in="${cfgoutputs_in} doc/jemalloc.xml.in"
810 cfgoutputs_out="${cfgoutputs_out} doc/html.xsl"
811 cfgoutputs_out="${cfgoutputs_out} doc/manpages.xsl"
812 cfgoutputs_out="${cfgoutputs_out} doc/jemalloc.xml"
822 cfgoutputs_tup="${cfgoutputs_tup} doc/html.xsl:doc/html.xsl.in"
823 cfgoutputs_tup="${cfgoutputs_tup} doc/manpages.xsl:doc/manpages.xsl.in"
824 cfgoutputs_tup="${cfgoutputs_tup} doc/jemalloc.xml:doc/jemalloc.xml.in"
A DINSTALL435 nroff -man -t doc/jemalloc.3
/third_party/ulib/jemalloc/doc/
A Dmanpages.xsl.in3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
A Dhtml.xsl.in3 <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
/third_party/lib/jitterentropy/
A DREADME.fuchsia10 * doc/jitterentropy.3
A DMakefile44 install -m 644 doc/$(NAME).3 $(PREFIX)/share/man/man3/
/third_party/uapp/dash/src/
A Dnodes.h138 union node *doc; member
A Dnodes.c205 calcsize(n->nhere.doc);
314 new->nhere.doc = copynode(n->nhere.doc);
454 encodenode(n->nhere.doc); in encodenode()
556 decodenode(&n->nhere.doc); in decodenode()
A Dredir.c305 p = redir->nhere.doc->narg.text; in openhere()
307 expandarg(redir->nhere.doc, NULL, EXP_QUOTED); in openhere()
A Dnodetypes147 doc nodeptr # input to command (NARG node)
A Dparser.c663 here->here->nhere.doc = n; in parseheredoc()

Completed in 15 milliseconds