Searched refs:printmode (Results 1 – 2 of 2) sorted by relevance
/titanic_50/usr/src/cmd/praudit/ |
H A D | praudit.h | 182 extern int convert_char_to_string(char printmode, char c, char *p); 183 extern int convert_int32_to_string(char printmode, int32_t c, char *p); 184 extern int convert_int64_to_string(char printmode, int64_t c, char *p); 185 extern int convert_short_to_string(char printmode, short c, char *p);
|
H A D | format.c | 1309 convert_char_to_string(char printmode, char c, char *p) in convert_char_to_string() argument 1319 if (printmode == AUP_BINARY) in convert_char_to_string() 1321 else if (printmode == AUP_OCTAL) in convert_char_to_string() 1323 else if (printmode == AUP_DECIMAL) in convert_char_to_string() 1325 else if (printmode == AUP_HEX) in convert_char_to_string() 1327 else if (printmode == AUP_STRING) in convert_char_to_string() 1344 convert_short_to_string(char printmode, short c, char *p) in convert_short_to_string() argument 1354 if (printmode == AUP_BINARY) in convert_short_to_string() 1356 else if (printmode == AUP_OCTAL) in convert_short_to_string() 1358 else if (printmode == AUP_DECIMAL) in convert_short_to_string() [all …]
|