HomeSort by relevance Sort by last modified time
    Searched refs:auditxml (Results 1 - 5 of 5) sorted by null

  /onnv/onnv-gate/usr/src/cmd/auditrecord/
audit_record_xml 32 use auditxml;
43 my $appDebug = 0; # used after return from "new auditxml";
54 my $doc = new auditxml ($ARGV[0]); # input XML file
  /onnv/onnv-gate/usr/src/lib/libbsm/
Makefile 122 AUDITXML = auditxml
151 $(GENSRCS): $(ADTXMLFILE) $(AUDITXML)
152 $(PERL) $(AUDITXML) -o $(COMMONDIR) $(ADTXMLFILE)
auditxml.pm 493 package auditxml; package
537 # local function -- register both the auditxml function and the
580 print STDERR "no auditxml function defined for $class\n";
auditxml 27 # auditxml takes the audit record description (.xml file) and
43 use auditxml;
52 my $appDebug = 0; # used after return from "new auditxml";
76 my $doc = new auditxml ($filename);
  /onnv/onnv-gate/usr/src/lib/libadt_jni/
auditxml_jni 29 # auditxml takes the audit record description (.xml file) and
32 use auditxml;
43 my $appDebug = 0; # used after return from "new auditxml";
82 my $doc = new auditxml ($ARGV[0]); # input XML file
206 // It is generated by \$SRC/lib/libbsm/auditxml
    [all...]

Completed in 240 milliseconds