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

/osnet-11/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);

Completed in 19 milliseconds