Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/util/support/
H A Djson.c736 is_hex_digit(unsigned char c) in is_hex_digit() function
821 if (*p == 'u' && is_hex_digit(p[1]) && is_hex_digit(p[2]) && in parse_string()
822 is_hex_digit(p[3]) && is_hex_digit(p[4])) { in parse_string()
/freebsd/contrib/flex/
H A DChangeLog9837 * misc.c: fixed hexadecimal escapes; added is_hex_digit()