Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h117 #define H_MATCH_SUBSTR (1 << 7) /* search for substring matches */ macro
119 #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX)
/openbmc/u-boot/lib/
H A Dhashtable.c544 case H_MATCH_SUBSTR: in match_string()
/openbmc/u-boot/cmd/
H A Dnvedit.c166 grep_how = H_MATCH_SUBSTR; /* default: substring search */ in do_env_grep()