Lines Matching refs:printmode
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()
1360 else if (printmode == AUP_HEX) in convert_short_to_string()
1362 else if (printmode == AUP_STRING) in convert_short_to_string()
1379 convert_int32_to_string(char printmode, int32_t c, char *p) in convert_int32_to_string() argument
1381 if (printmode == AUP_BINARY) in convert_int32_to_string()
1383 else if (printmode == AUP_OCTAL) in convert_int32_to_string()
1385 else if (printmode == AUP_DECIMAL) in convert_int32_to_string()
1387 else if (printmode == AUP_HEX) in convert_int32_to_string()
1389 else if (printmode == AUP_STRING) in convert_int32_to_string()
1406 convert_int64_to_string(char printmode, int64_t c, char *p) in convert_int64_to_string() argument
1408 if (printmode == AUP_BINARY) in convert_int64_to_string()
1410 else if (printmode == AUP_OCTAL) in convert_int64_to_string()
1412 else if (printmode == AUP_DECIMAL) in convert_int64_to_string()
1414 else if (printmode == AUP_HEX) in convert_int64_to_string()
1416 else if (printmode == AUP_STRING) in convert_int64_to_string()