Home
last modified time | relevance | path

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

/u-boot/include/
A Dslre.h82 int slre_compile(struct slre *, const char *re);
/u-boot/cmd/
A Dsetexpr.c187 if (slre_compile(&slre, r) == 0) { in setexpr_regex_sub()
326 if (slre_compile(&slre, r) == 0) { in regex_sub_var()
/u-boot/env/
A Dattr.c128 if (slre_compile(&slre, regex)) { in regex_callback()
/u-boot/lib/
A Dslre.c413 slre_compile(struct slre *r, const char *re) in slre_compile() function
688 if (!slre_compile(&slre, argv[1])) { in main()
A Dhashtable.c591 if (slre_compile(&slre, argv[arg]) == 0) { in match_entry()

Completed in 11 milliseconds