Home
last modified time | relevance | path

Searched refs:hex2num (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/wpa/src/utils/
H A Dcommon.c15 static int hex2num(char c) in hex2num() function
30 a = hex2num(*hex++); in hex2byte()
33 b = hex2num(*hex++); in hex2byte()
120 a = hex2num(*txt++); in hwaddr_compact_aton()
123 b = hex2num(*txt++); in hwaddr_compact_aton()
149 a = hex2num(*pos++); in hwaddr_aton2()
152 b = hex2num(*pos++); in hwaddr_aton2()
566 val = hex2num(*pos); in printf_decode()