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