Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c230 AUR_CHAR, AUP_BINARY, 12,
235 AUR_BYTE, AUP_BINARY, 12,
240 AUR_SHORT, AUP_BINARY, 20,
245 AUR_INT32, AUP_BINARY, 36,
250 AUR_INT64, AUP_BINARY, 68,
1470 if (printmode == AUP_BINARY) in convert_char_to_string()
1505 if (printmode == AUP_BINARY) in convert_short_to_string()
1532 if (printmode == AUP_BINARY) in convert_int32_to_string()
1559 if (printmode == AUP_BINARY) in convert_int64_to_string()
1706 { AUP_BINARY, "binary" }, in htp2string()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h205 #define AUP_BINARY ((char)0) macro
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c323 if (unit_print < AUP_BINARY || unit_print > AUP_STRING) in au_to_data()