Home
last modified time | relevance | path

Searched refs:hex2ascii_data (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/libkern/
H A Dbcd.c41 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
42 CTASSERT(nitems(hex2ascii_data) == LIBKERN_LEN_HEX2ASCII + 1);
/f-stack/freebsd/sys/
H A Dlibkern.h52 extern char const hex2ascii_data[];
82 return (hex2ascii_data[hex]); in hex2ascii()