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