Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnls/common/
H A Dnlsenv.c179 #define asctohex(X) \ macro
219 val = (val << 4) | (unsigned char)asctohex(c); in nlsc2addr()
/titanic_41/usr/src/cmd/listen/
H A Dnlsaddr.c85 #define asctohex(X) \ macro
229 val = (val << 4) | (unsigned char)asctohex(c);