Searched refs:slre_match (Results 1 – 5 of 5) sorted by relevance
/openbmc/u-boot/include/ |
H A D | slre.h | 94 int slre_match(const struct slre *, const char *buf, int buf_len,
|
/openbmc/u-boot/env/ |
H A D | attr.c | 131 if (slre_match(&slre, cbp->searched_for, in regex_callback()
|
/openbmc/u-boot/cmd/ |
H A D | setexpr.c | 183 res = slre_match(&slre, datap, len, caps); in regex_sub()
|
/openbmc/u-boot/lib/ |
H A D | slre.c | 647 slre_match(const struct slre *r, const char *buf, int len, in slre_match() function 706 res = slre_match(&slre, data, len, caps); in main()
|
H A D | hashtable.c | 553 if (slre_match(slrep, str, strlen(str), NULL)) in match_string()
|