Home
last modified time | relevance | path

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

/external/u-boot/env/
Dflags.c167 static inline int is_hex_prefix(const char *value) in is_hex_prefix() function
177 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()