Searched refs:regexec0 (Results 1 – 5 of 5) sorted by relevance
/third_party/toybox/toys/posix/ |
D | sed.c | 306 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()
|
D | grep.c | 208 shoe->rc = regexec0(&shoe->r, start, ulen-(start-line), 1, in do_grep()
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 266 int regexec0(regex_t *preg, char *string, long len, int nmatch,
|
/third_party/toybox/lib/ |
D | lib.h | 274 int regexec0(regex_t *preg, char *string, long len, int nmatch,
|
D | lib.c | 1317 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0() function
|