Searched refs:asctohex (Results 1 – 2 of 2) sorted by relevance
179 #define asctohex(X) \ macro219 val = (val << 4) | (unsigned char)asctohex(c); in nlsc2addr()
85 #define asctohex(X) \ macro229 val = (val << 4) | (unsigned char)asctohex(c);