Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dsearch.h119 #define H_MATCH_REGEX (1 << 8) /* search for regular expression matches */ macro
120 #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX)
/OK3568_Linux_fs/u-boot/lib/
H A Dhashtable.c543 case H_MATCH_REGEX: in match_string()
/OK3568_Linux_fs/u-boot/cmd/
H A Dnvedit.c172 grep_how = H_MATCH_REGEX; in do_env_grep()