Searched refs:hex_str (Results 1 – 2 of 2) sorted by relevance
| /openbmc/libcper/tests/ |
| H A D | ir-tests.c | 130 char hex_str[3]; in cper_create_examples() 131 int out = snprintf(hex_str, sizeof(hex_str), "%02x", in cper_create_examples() 137 fwrite(hex_str, sizeof(char), 2, outFile); in cper_create_examples() 382 char hex_str[3]; in to_hex() 383 int n = snprintf(hex_str, sizeof(hex_str), "%02x", c); 388 (*out)[out_index] = hex_str[0]; in cper_log_section_binary_test() 390 (*out)[out_index] = hex_str[1]; in cper_log_section_binary_test() 125 char hex_str[3]; cper_create_examples() local 370 char hex_str[3]; to_hex() local
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/vlan/vlan-1.9/ |
| H A D | 0001-Add-printf-format-and-silence-format-security-warnin.patch | 31 int hex_to_bytes(char* bytes, int bytes_length, char* hex_str) {
|