Searched refs:bin2hexascii (Results 1 – 1 of 1) sorted by relevance
161 static char bin2hexascii[] = {'0', '1', '2', '3', '4', '5', '6', '7', variable200 b[j] = bin2hexascii[(*cdbp >> 4) & 0xf]; in sg_get_command_str()201 b[j + 1] = bin2hexascii[*cdbp & 0xf]; in sg_get_command_str()