Home
last modified time | relevance | path

Searched refs:AU_OFLAG_RAW (Results 1 – 3 of 3) sorted by relevance

/trueos/contrib/openbsm/bin/praudit/
HDpraudit.c136 oflags |= AU_OFLAG_RAW; in main()
140 if (oflags & AU_OFLAG_RAW) in main()
/trueos/contrib/openbsm/libbsm/
HDbsm_io.c633 if (oflags & AU_OFLAG_RAW) in print_tok_type()
648 if (oflags & AU_OFLAG_RAW) in print_user()
667 if (oflags & AU_OFLAG_RAW) in print_group()
701 if (oflags & AU_OFLAG_RAW) in print_event()
717 if (oflags & AU_OFLAG_RAW) in print_evmod()
732 if (oflags & AU_OFLAG_RAW) in print_sec32()
752 if (oflags & AU_OFLAG_RAW) in print_sec64()
768 if (oflags & AU_OFLAG_RAW) in print_msec32()
783 if (oflags & AU_OFLAG_RAW) in print_msec64()
837 if (oflags & AU_OFLAG_RAW) in print_retval()
[all …]
/trueos/contrib/openbsm/bsm/
HDlibbsm.h108 #define AU_OFLAG_RAW 0x0001 /* Raw, numeric form. */ macro