Home
last modified time | relevance | path

Searched refs:s_xdig (Results 1 – 1 of 1) sorted by relevance

/src/contrib/ntp/ntpq/
H A Dntpq.c863 static const char s_xdig[16] = "0123456789ABCDEF"; in dump_hex_printable() local
881 *xptr++ = s_xdig[ch >> 4 ]; in dump_hex_printable()
882 *xptr++ = s_xdig[ch & 0x0F]; in dump_hex_printable()