Searched refs:hmatch_r (Results 1 – 4 of 4) sorted by relevance
/u-boot/include/ |
A D | search.h | 80 int hmatch_r(const char *match, int last_idx, struct env_entry **retval,
|
/u-boot/env/ |
A D | common.c | 306 while ((idx = hmatch_r(var, idx, &match, &env_htab))) { in env_complete()
|
/u-boot/api/ |
A D | api.c | 544 i = hmatch_r("", i, &match, &env_htab); in API_env_enum()
|
/u-boot/lib/ |
A D | hashtable.c | 210 int hmatch_r(const char *match, int last_idx, struct env_entry **retval, in hmatch_r() function
|
Completed in 7 milliseconds