Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/praudit/
H A Dpraudit.h186 extern int convert_char_to_string(char printmode, char c, char *p);
187 extern int convert_int32_to_string(char printmode, int32_t c, char *p);
188 extern int convert_int64_to_string(char printmode, int64_t c, char *p);
189 extern int convert_short_to_string(char printmode, short c, char *p);
H A Dformat.c1460 convert_char_to_string(char printmode, char c, char *p) in convert_char_to_string() argument
1470 if (printmode == AUP_BINARY) in convert_char_to_string()
1472 else if (printmode == AUP_OCTAL) in convert_char_to_string()
1474 else if (printmode == AUP_DECIMAL) in convert_char_to_string()
1476 else if (printmode == AUP_HEX) in convert_char_to_string()
1478 else if (printmode == AUP_STRING) in convert_char_to_string()
1495 convert_short_to_string(char printmode, short c, char *p) in convert_short_to_string() argument
1505 if (printmode == AUP_BINARY) in convert_short_to_string()
1507 else if (printmode == AUP_OCTAL) in convert_short_to_string()
1509 else if (printmode == AUP_DECIMAL) in convert_short_to_string()
[all …]