Searched refs:AU_OFLAG_RAW (Results 1 – 3 of 3) sorted by relevance
155 oflags |= AU_OFLAG_RAW; in main()159 if (oflags & AU_OFLAG_RAW) in main()
632 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 …]
109 #define AU_OFLAG_RAW 0x0001 /* Raw, numeric form. */ macro