Home
last modified time | relevance | path

Searched refs:AUP_DECIMAL (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c232 AUP_DECIMAL, 6,
237 AUP_DECIMAL, 6,
242 AUP_DECIMAL, 10,
247 AUP_DECIMAL, 18,
252 AUP_DECIMAL, 34,
1474 else if (printmode == AUP_DECIMAL) in convert_char_to_string()
1509 else if (printmode == AUP_DECIMAL) in convert_short_to_string()
1536 else if (printmode == AUP_DECIMAL) in convert_int32_to_string()
1563 else if (printmode == AUP_DECIMAL) in convert_int64_to_string()
1708 { AUP_DECIMAL, "decimal" }, in htp2string()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h207 #define AUP_DECIMAL ((char)2) macro