Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dformat.c231 AUP_OCTAL, 6,
236 AUP_OCTAL, 6,
241 AUP_OCTAL, 10,
246 AUP_OCTAL, 18,
251 AUP_OCTAL, 34,
1472 else if (printmode == AUP_OCTAL) in convert_char_to_string()
1507 else if (printmode == AUP_OCTAL) in convert_short_to_string()
1534 else if (printmode == AUP_OCTAL) in convert_int32_to_string()
1561 else if (printmode == AUP_OCTAL) in convert_int64_to_string()
1707 { AUP_OCTAL, "octal" }, in htp2string()
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_record.h206 #define AUP_OCTAL ((char)1) macro