Home
last modified time | relevance | path

Searched defs:hexchar (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/heimdal/lib/roken/
H A Dhex.c40 static const char hexchar[16] = "0123456789ABCDEF"; variable
/freebsd/contrib/unbound/util/
H A Dlog.c412 const char* hexchar = "0123456789ABCDEF"; in log_hex_f() local
/freebsd/contrib/ntp/ntpd/
H A Drefclock_irig.c203 static char hexchar[] = "0123456789abcdef"; variable
H A Drefclock_chu.c433 static char hexchar[] = "0123456789abcdef_*="; variable
/freebsd/crypto/heimdal/lib/hdb/
H A Dhdb-ldap.c800 const static char hexchar[] = "0123456789ABCDEF"; global() variable
/freebsd/crypto/openssh/
H A Dmisc.c928 hexchar(const char *s) in hexchar() function