Searched refs:XML (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/avs/svc/
H A DMakefile27 XML = nws_scm.xml nws_sv.xml nws_ii.xml nws_rdc.xml nws_rdcsyncd.xml macro
28 SHFILES = $(XML)
30 ROOTSVCSYSFILES = $(XML:%=$(ROOTSVCSYSTEM)/%)
45 $(SHFILES): $(XML:%=manifest/%)
/illumos-gate/usr/src/cmd/svc/profile/
H A Dlistsvcs.pl37 use XML::Parser;
50 my $parser = new XML::Parser;
/illumos-gate/usr/src/cmd/praudit/
H A Dprint_audit.txt39 print_audit_xml_ending_buf - print audit XML prolog and ending
59 only the audit XML prolog. The XML, prolog includes identification
60 of the DTD which is used to parse the XML, and also identifies the
61 stylesheet which is used to view the XML conveniently (for example
65 the XML ending which completes the audit XML.
91 Print records in XML format. "tags" are included in the
93 Output will not include an XML prolog or ending which
94 are required to from complete, valid XML
[all...]
H A Dformat.c138 /* no-op if not doing XML format */
204 /* no-op if not doing XML format */
231 /* no-op if not doing XML format */
250 /* no-op if not doing XML format */
1747 /* Escape for XML */
1958 * and prints it (unless format is XML) if status = 0
1973 /* Don't print this for XML format */
2265 /* For XML, only print when modifier is non-zero */
/illumos-gate/usr/src/lib/libbsm/
H A DxmlHandlers.pm28 # <t> xmlHandlers -- package for generating a tree from an XML doc
30 use XML::Parser;
126 my $parser = XML::Parser->new(ErrorContext => 1,

Completed in 51 milliseconds