Home
last modified time | relevance | path

Searched refs:PRF_XMLM (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/cmd/praudit/
H A Dmain.c73 if (format & PRF_XMLM) in main()
98 if ((retstat == 0) && (format & PRF_XMLM)) in main()
153 format |= PRF_XMLM; in process_options()
H A Dprintaudit.c82 if (!(flags & PRF_XMLM) && (strlen(separator) >= SEP_SIZE)) { in check_inputs()
376 if ((retstat == 0) && (context->format & PRF_XMLM) && in print_audit_common()
413 if (context->format & PRF_XMLM) { in token_processing()
435 if ((retstat == 0) && (context->format & PRF_XMLM)) { in token_processing()
H A Dtoken.c342 if (context->format & PRF_XMLM) { in trailer_token()
765 if (!(context->format & PRF_XMLM)) { in cmd_token()
783 if (!(context->format & PRF_XMLM)) { in cmd_token()
792 if ((num == 0) && !(context->format & PRF_XMLM)) { in cmd_token()
1860 if (!(context->format & PRF_XMLM)) { in newgroup_token()
1884 if (!(context->format & PRF_XMLM)) { in string_token_common()
H A Dformat.c126 else if (!(context->format & PRF_XMLM)) in do_newline()
139 if (!(context->format & PRF_XMLM)) in open_tag()
205 if (!(context->format & PRF_XMLM)) in check_close_rec()
232 if (!(context->format & PRF_XMLM)) in finish_open_tag()
251 if (!(context->format & PRF_XMLM)) in close_tag()
1786 if (context->format & PRF_XMLM) in pa_putstr()
1974 if (context->format & PRF_XMLM) { in pa_reclen()
2266 if (!(context->format & PRF_XMLM) || (emodifier != 0)) { in pa_event_modifier()
2480 if (context->format & PRF_XMLM) { in do_mtime32()
2594 if (context->format & PRF_XMLM) { in do_mtime64()
[all …]
H A Dprint_audit.txt90 PRF_XMLM
171 retstat = print_audit(PRF_XMLM | PRF_ONELINE, NULL);
H A Dpraudit.h68 #define PRF_XMLM 0x0004 /* XML format */ macro