Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dsearch.h108 #define H_MATCH_SUBSTR (1 << 7) /* search for substring matches */ macro
110 #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX)
/third_party/uboot/u-boot-2020.01/lib/
Dhashtable.c547 case H_MATCH_SUBSTR: in match_string()
/third_party/uboot/u-boot-2020.01/cmd/
Dnvedit.c175 grep_how = H_MATCH_SUBSTR; /* default: substring search */ in do_env_grep()