Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dsearch.h85 extern int hmatch_r(const char *__match, int __last_idx, ENTRY ** __retval,
/openbmc/u-boot/env/
H A Dcommon.c276 while ((idx = hmatch_r(var, idx, &match, &env_htab))) { in env_complete()
/openbmc/u-boot/api/
H A Dapi.c524 i = hmatch_r("", i, &match, &env_htab); in API_env_enum()
/openbmc/u-boot/lib/
H A Dhashtable.c203 int hmatch_r(const char *match, int last_idx, ENTRY ** retval, in hmatch_r() function