Searched refs:hextab (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/libtelnet-13/
H A Dpk.c216 static char hextab[17] = "0123456789ABCDEF"; variable
233 out[op++] = hextab[(buf[l] & 0xf0) >> 4];
234 out[op++] = hextab[(buf[l] & 0x0f)];

Completed in 82 milliseconds