Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dslre.h82 int slre_compile(struct slre *, const char *re);
/openbmc/u-boot/env/
H A Dattr.c128 if (slre_compile(&slre, regex)) { in regex_callback()
/openbmc/u-boot/cmd/
H A Dsetexpr.c141 if (slre_compile(&slre, r) == 0) { in regex_sub()
/openbmc/u-boot/lib/
H A Dslre.c412 slre_compile(struct slre *r, const char *re) in slre_compile() function
687 if (!slre_compile(&slre, argv[1])) { in main()
H A Dhashtable.c576 if (slre_compile(&slre, argv[arg]) == 0) { in match_entry()