Home | Sort by: relevance | last modified time | path |
/src/lib/libtelnet/ | |
pk.c | 241 static const char hextab[] = "0123456789ABCDEF"; variable in typeref:typename:const char[] 258 out[op++] = hextab[(buf[l] & 0xf0) >> 4]; 259 out[op++] = hextab[(buf[l] & 0x0f)]; |
pk.c | 241 static const char hextab[] = "0123456789ABCDEF"; variable in typeref:typename:const char[] 258 out[op++] = hextab[(buf[l] & 0xf0) >> 4]; 259 out[op++] = hextab[(buf[l] & 0x0f)]; |