Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gdtoa/
H A Dhd_init.c34 unsigned char hexdig[256]; variable
H A Dgdtoaimp.h563 #define hexdig __hexdig_D2A macro
/dflybsd-src/crypto/libressl/crypto/asn1/
H A Da_strex.c268 static const char hexdig[] = "0123456789ABCDEF"; in do_hex_dump() local
/dflybsd-src/sys/netgraph7/pptpgre/
H A Dng_pptpgre.c321 static const char hexdig[16] = "0123456789abcdef"; in ng_pptpgre_newhook() local
/dflybsd-src/sys/netgraph/l2tp/
H A Dng_l2tp.c358 static const char hexdig[16] = "0123456789abcdef"; in ng_l2tp_newhook() local
/dflybsd-src/sys/netgraph7/l2tp/
H A Dng_l2tp.c406 static const char hexdig[16] = "0123456789abcdef"; in ng_l2tp_newhook() local
/dflybsd-src/crypto/libressl/crypto/x509/
H A Dx509_utl.c444 static const char hexdig[] = "0123456789ABCDEF"; in hex_to_string() local