Home
last modified time | relevance | path

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

/openbmc/u-boot/env/
H A Dattr.c82 attributes = strchr(entry_cpy, ENV_ATTR_SEP); in env_attr_walk()
242 if (*nextch != ENV_ATTR_SEP && in reverse_name_search()
280 if (*entry != ENV_ATTR_SEP) in env_attr_lookup()
/openbmc/u-boot/include/
H A Denv_attr.h11 #define ENV_ATTR_SEP ':' macro