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

/seL4-camkes-master/projects/musllibc/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) function
47 for (v=j=0; j<4 && (d=hexval(s[j]))>=0; j++)
/seL4-camkes-master/projects/musllibc/src/regex/
H A Dregcomp.c735 static int hexval(unsigned c) function
821 c = hexval(s[i]);

Completed in 84 milliseconds