Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnls/common/
H A Dnlsenv.c177 #define asctohex(X) \ macro
217 val = (val << 4) | (unsigned char)asctohex(c); in nlsc2addr()
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c83 #define asctohex(X) \ macro
227 val = (val << 4) | (unsigned char)asctohex(c);