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

/illumos-gate/usr/src/lib/libnls/common/
H A Dnlsenv.c174 * asctohex(X): convert char X to integer value
179 #define asctohex(X) \ macro
219 val = (val << 4) | (unsigned char)asctohex(c);
/illumos-gate/usr/src/cmd/listen/
H A Dnlsaddr.c80 * asctohex(X): convert char X to integer value
85 #define asctohex(X) \ macro
229 val = (val << 4) | (unsigned char)asctohex(c);

Completed in 98 milliseconds