Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/openbsm/bin/praudit/
Dpraudit.c155 oflags |= AU_OFLAG_RAW; in main()
159 if (oflags & AU_OFLAG_RAW) in main()
/freebsd-12-stable/contrib/openbsm/libbsm/
Dbsm_io.c632 if (oflags & AU_OFLAG_RAW) in print_tok_type()
647 if (oflags & AU_OFLAG_RAW) in print_user()
666 if (oflags & AU_OFLAG_RAW) in print_group()
700 if (oflags & AU_OFLAG_RAW) in print_event()
716 if (oflags & AU_OFLAG_RAW) in print_evmod()
731 if (oflags & AU_OFLAG_RAW) in print_sec32()
751 if (oflags & AU_OFLAG_RAW) in print_sec64()
767 if (oflags & AU_OFLAG_RAW) in print_msec32()
782 if (oflags & AU_OFLAG_RAW) in print_msec64()
836 if (oflags & AU_OFLAG_RAW) in print_retval()
[all …]
/freebsd-12-stable/contrib/openbsm/bsm/
Dlibbsm.h109 #define AU_OFLAG_RAW 0x0001 /* Raw, numeric form. */ macro