Home
last modified time | relevance | path

Searched defs:hexdig (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/lib/libc/gdtoa/
H A Dhd_init.c34 unsigned char hexdig[256]; variable
H A Dgdtoaimp.h540 #define hexdig __hexdig_D2A macro
/openbsd-src/sys/lib/libsa/
H A Dprintf.c76 const char hexdig[] = "0123456789abcdef"; variable
/openbsd-src/lib/libcrypto/asn1/
H A Da_strex.c268 static const char hexdig[] = "0123456789ABCDEF"; in do_hex_dump() local