Searched refs:regexec0 (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/posix/ |
D | sed.c | 304 if (line && !regexec0(rm, line, len, 0, 0, 0)) miss = 1; in sed_line() 313 if (line && !regexec0(rm, line, len, 0, 0, 0)) command->hit++; in sed_line() 475 while (!regexec0(reg, rline, rlen, 10, match, mflags)) { in sed_line()
|
D | grep.c | 206 shoe->rc = regexec0(&shoe->r, start, ulen-(start-line), 1, in do_grep()
|
/external/toybox/lib/ |
D | lib.h | 259 int regexec0(regex_t *preg, char *string, long len, int nmatch,
|
D | lib.c | 1324 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0() function
|