Home
last modified time | relevance | path

Searched defs:hexdigits (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/lib/libkern/
H A Dhexdump.c38 static const char hexdigits[] = "0123456789abcdef"; variable
/netbsd-src/sys/netinet6/
H A Din6_print.c38 static const uint8_t hexdigits[] = "0123456789abcdef"; variable
/netbsd-src/sys/net/
H A Ddl_print.c37 static const char hexdigits[] = "0123456789abcdef"; variable
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/
H A Dparams_from_text.c121 size_t hexdigits = strlen(value); in prepare_from_text() local
/netbsd-src/sys/lib/libsa/
H A Dsubr_prf.c68 const char hexdigits[16] = "0123456789abcdef"; variable
/netbsd-src/libexec/ld.elf_so/
H A Dxprintf.c153 const char hexdigits[] = "0123456789abcdef"; in xvsnprintf() local
/netbsd-src/crypto/external/bsd/netpgp/dist/src/libdigest/
H A Dtiger.c705 static const char hexdigits[] = "0123456789abcdef"; in sprint_uint64() local
/netbsd-src/crypto/external/bsd/heimdal/dist/kadmin/
H A Dutil.c693 static char hexdigits[] = "0123456789abcdef"; in hex2n() local
/netbsd-src/external/bsd/nsd/dist/
H A Dutil.c613 static char hexdigits[] = { in hex_ntop() local
H A Drdata.c421 static const char hexdigits[] = { in hex_to_string() local
/netbsd-src/sys/arch/m68k/m68k/
H A Ddb_disasm.c175 static const char hexdigits[] = "0123456789abcdef"; variable
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Dtkey.c829 static char hexdigits[16] = { '0', '1', '2', '3', in dns_tkey_processquery() local
H A Drdata.c602 static const char hexdigits[] = "0123456789abcdef"; variable
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Dtkey.c830 static char hexdigits[16] = { '0', '1', '2', '3', dns_tkey_processquery() local
H A Drdata.c604 static const char hexdigits[] = "0123456789abcdef"; global() variable
/netbsd-src/sys/kern/
H A Dsubr_prf.c132 const char hexdigits[] = "0123456789abcdef"; variable
/netbsd-src/usr.bin/make/
H A Dvar.c1833 static const char hexdigits[16] = "0123456789abcdef"; Hash() local