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

/freebsd-9.3-release/lib/libstand/
H A Dbcd.c38 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
H A Dstand.h315 extern char const hex2ascii_data[];
319 #define hex2ascii(hex) (hex2ascii_data[hex])
/freebsd-9.3-release/sys/libkern/
H A Dbcd.c38 char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
/freebsd-9.3-release/sys/sys/
H A Dlibkern.h50 extern char const hex2ascii_data[];
54 #define hex2ascii(hex) (hex2ascii_data[hex])

Completed in 53 milliseconds