Searched refs:hmatch_r (Results 1 – 4 of 4) sorted by relevance
/openbmc/u-boot/include/ |
H A D | search.h | 85 extern int hmatch_r(const char *__match, int __last_idx, ENTRY ** __retval,
|
/openbmc/u-boot/env/ |
H A D | common.c | 276 while ((idx = hmatch_r(var, idx, &match, &env_htab))) { in env_complete()
|
/openbmc/u-boot/api/ |
H A D | api.c | 524 i = hmatch_r("", i, &match, &env_htab); in API_env_enum()
|
/openbmc/u-boot/lib/ |
H A D | hashtable.c | 203 int hmatch_r(const char *match, int last_idx, ENTRY ** retval, in hmatch_r() function
|