Home
last modified time | relevance | path

Searched refs:slre_match (Results 1 – 5 of 5) sorted by relevance

/u-boot/include/
A Dslre.h94 int slre_match(const struct slre *, const char *buf, int buf_len,
/u-boot/env/
A Dattr.c131 if (slre_match(&slre, cbp->searched_for, in regex_callback()
/u-boot/lib/
A Dslre.c648 slre_match(const struct slre *r, const char *buf, int len, in slre_match() function
707 res = slre_match(&slre, data, len, caps); in main()
A Dhashtable.c568 if (slre_match(slrep, str, strlen(str), NULL)) in match_string()
/u-boot/cmd/
A Dsetexpr.c201 res = slre_match(&slre, datap, len - (datap - data), caps); in setexpr_regex_sub()

Completed in 63 milliseconds