Home
last modified time | relevance | path

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

/u-boot/env/
A Dflags.c190 static inline int is_hex_prefix(const char *value) in is_hex_prefix() function
200 if (hex && is_hex_prefix(value)) in skip_num()
226 if (cur + 2 == end && is_hex_prefix(cur)) in eth_validate_ethaddr_str()
264 if (value + 2 == end && is_hex_prefix(value)) in _env_flags_validate_type()

Completed in 3 milliseconds