Searched refs:hex2num (Results 1 – 2 of 2) sorted by relevance
16 static int hex2num(char c) in hex2num() function31 a = hex2num(*hex++); in hex2byte()34 b = hex2num(*hex++); in hex2byte()121 a = hex2num(*txt++); in hwaddr_compact_aton()124 b = hex2num(*txt++); in hwaddr_compact_aton()150 a = hex2num(*pos++); in hwaddr_aton2()153 b = hex2num(*pos++); in hwaddr_aton2()567 val = hex2num(*pos); in printf_decode()
336 static int hex2num(char digit) in hex2num() function349 d1 = hex2num(hex[0]); in hex2byte()352 d2 = hex2num(hex[1]); in hex2byte()