Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dslre.h94 int slre_match(const struct slre *, const char *buf, int buf_len,
/rk3399_rockchip-uboot/env/
H A Dattr.c132 if (slre_match(&slre, cbp->searched_for, in regex_callback()
/rk3399_rockchip-uboot/cmd/
H A Dsetexpr.c184 res = slre_match(&slre, datap, len, caps); in regex_sub()
/rk3399_rockchip-uboot/lib/
H A Dslre.c647 slre_match(const struct slre *r, const char *buf, int len, in slre_match() function
708 res = slre_match(&slre, data, len, caps); in main()
H A Dhashtable.c548 if (slre_match(slrep, str, strlen(str), caps)) in match_string()