Home
last modified time | relevance | path

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

/third_party/musl/src/network/
H A Dinet_pton.c7 static int hexval(unsigned c) in hexval() function
47 for (v=j=0; j<4 && (d=hexval(s[j]))>=0; j++) in inet_pton()
/third_party/ltp/tools/sparse/sparse-src/
H A Dutils.h13 unsigned int hexval(unsigned int c);
H A Dchar.c31 d = hexval(*p); in parse_escape()
H A Dutils.c11 unsigned int hexval(unsigned int c) in hexval() function
/third_party/toybox/toys/pending/
H A Dawk.c318 static int hexval(int c) in hexval() function
891 int c = hexval(TT.scs->ch); in get_string_or_regex()
894 c = c * 16 + hexval(TT.scs->ch); in get_string_or_regex()
2545 int c = hexval(*++s); in escape_str()
2546 if (isxdigit(s[1])) c = c * 16 + hexval(*++s); in escape_str()
/third_party/musl/porting/liteos_m/kernel/src/regex/
H A Dregcomp.c749 static int hexval(unsigned c) in hexval() function
835 c = hexval(s[i]); in parse_atom()
/third_party/musl/porting/liteos_m_iccarm/kernel/src/regex/
H A Dregcomp.c749 static int hexval(unsigned c) in hexval() function
836 c = hexval(s[i]); in parse_atom()
/third_party/musl/porting/uniproton/kernel/src/regex/
H A Dregcomp.c749 static int hexval(unsigned c) in hexval() function
835 c = hexval(s[i]); in parse_atom()
/third_party/musl/src/regex/
H A Dregcomp.c749 static int hexval(unsigned c) in hexval() function
835 c = hexval(s[i]); in parse_atom()

Completed in 22 milliseconds