Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dsearch.h109 #define H_MATCH_REGEX (1 << 8) /* search for regular expression matches */ macro
110 #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX)
/third_party/uboot/u-boot-2020.01/lib/efi_loader/
Defi_variable.c391 H_MATCH_REGEX | H_MATCH_KEY, in efi_get_next_variable_name()
/third_party/uboot/u-boot-2020.01/lib/
Dhashtable.c552 case H_MATCH_REGEX: in match_string()
/third_party/uboot/u-boot-2020.01/cmd/
Dnvedit.c184 grep_how = H_MATCH_REGEX; in do_env_grep()