Home
last modified time | relevance | path

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

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