Home
last modified time | relevance | path

Searched defs:hexchars (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.bin/chat/
H A Dchat.c1348 static char hexchars[] = "0123456789abcdef"; in vfmtmsg() local
/freebsd/lib/libfetch/
H A Dhttp.c1120 static const char *hexchars = "0123456789abcdef"; variable