Searched refs:PRF_XMLM (Results 1 – 6 of 6) sorted by relevance
73 if (format & PRF_XMLM) in main()98 if ((retstat == 0) && (format & PRF_XMLM)) in main()153 format |= PRF_XMLM; in process_options()
82 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()
342 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()
126 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 …]
90 PRF_XMLM171 retstat = print_audit(PRF_XMLM | PRF_ONELINE, NULL);
68 #define PRF_XMLM 0x0004 /* XML format */ macro