Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dev/dtrace/
H A Ddtrace_debug.c34 static char const hex2ascii_data[] = "0123456789abcdefghijklmnopqrstuvwxyz"; variable
35 #define hex2ascii(hex) (hex2ascii_data[hex])