HomeSort by: relevance | last modified time | path
    Searched defs:tohex (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/ifconfig/
util.c 116 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) macro
117 *p++ = (tohex((u_char)val[0]) << 4) |
118 tohex((u_char)val[1]);
119 #undef tohex
util.c 116 #define tohex(x) (isdigit(x) ? (x) - '0' : tolower(x) - 'a' + 10) macro
117 *p++ = (tohex((u_char)val[0]) << 4) |
118 tohex((u_char)val[1]);
119 #undef tohex

Completed in 43 milliseconds