Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h118 #define H_MATCH_REGEX (1 << 8) /* search for regular expression matches */ macro
119 #define H_MATCH_METHOD (H_MATCH_IDENT | H_MATCH_SUBSTR | H_MATCH_REGEX)
/openbmc/u-boot/lib/efi_loader/
H A Defi_variable.c384 H_MATCH_REGEX | H_MATCH_KEY, in efi_get_next_variable_name()
/openbmc/u-boot/lib/
H A Dhashtable.c549 case H_MATCH_REGEX: in match_string()
/openbmc/u-boot/cmd/
H A Defidebug.c704 len = hexport_r(&env_htab, '\n', H_MATCH_REGEX | H_MATCH_KEY, in do_efi_boot_dump()
H A Dnvedit.c175 grep_how = H_MATCH_REGEX; in do_env_grep()