Home
last modified time | relevance | path

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

/third_party/toybox/toys/posix/
Dsed.c306 if (line && !regexec0(rm, line, len, 0, 0, 0)) miss = 1; in sed_line()
316 if (line && !regexec0(rm, line, len, 0, 0, 0)) in sed_line()
484 while (!regexec0(reg, rline, len-(rline-line), 10, match, mflags)) { in sed_line()
Dgrep.c208 shoe->rc = regexec0(&shoe->r, start, ulen-(start-line), 1, in do_grep()
/third_party/toybox/porting/liteos_a/lib/
Dlib.h266 int regexec0(regex_t *preg, char *string, long len, int nmatch,
/third_party/toybox/lib/
Dlib.h274 int regexec0(regex_t *preg, char *string, long len, int nmatch,
Dlib.c1317 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0() function