Searched refs:is_hex_prefix (Results 1 – 1 of 1) sorted by relevance
167 static inline int is_hex_prefix(const char *value) in is_hex_prefix() function177 if (hex && is_hex_prefix(value)) in skip_num()203 if (cur + 2 == end && is_hex_prefix(cur)) in eth_validate_ethaddr_str()241 if (value + 2 == end && is_hex_prefix(value)) in _env_flags_validate_type()