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

/freebsd-13-stable/lib/libfetch/
H A Dfetch.c300 fetch_hexval(char ch) function
326 if (s[0] == '%' && (d1 = fetch_hexval(s[1])) >= 0 &&
327 (d2 = fetch_hexval(s[2])) >= 0 && (d1 > 0 || d2 > 0)) {

Completed in 45 milliseconds