Searched refs:hexbufs (Results 1 – 1 of 1) sorted by relevance
19 static char hexbufs[2][129]; in bt_hex() local25 str = hexbufs[curbuf++]; in bt_hex()26 curbuf %= ARRAY_SIZE(hexbufs); in bt_hex()28 len = MIN(len, (sizeof(hexbufs[0]) - 1) / 2); in bt_hex()