HomeSort by: relevance | last modified time | path
    Searched defs:hextab (Results 1 - 2 of 2) sorted by relevancy

  /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)];

Completed in 21 milliseconds