Searched refs:hex2ascii_data (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/libkern/
H A Dbcd.c41 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
42 CTASSERT(nitems(hex2ascii_data) == LIBKERN_LEN_HEX2ASCII + 1);
/freebsd-13-stable/stand/libsa/
H A Dbcd.c38 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
H A Dstand.h361 extern char const hex2ascii_data[];
365 #define hex2ascii(hex) (hex2ascii_data[hex])
/freebsd-13-stable/sys/sys/
H A Dlibkern.h52 extern char const hex2ascii_data[];
82 return (hex2ascii_data[hex]);

Completed in 62 milliseconds