Home
last modified time | relevance | path

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

/external/toybox/toys/posix/
Dsed.c298 if (line && !regexec0(rm, line, len, 0, 0, 0)) miss = 1; in process_line()
307 if (line && !regexec0(rm, line, len, 0, 0, 0)) command->hit++; in process_line()
469 while (!regexec0(reg, rline, rlen, 10, match, mflags)) { in process_line()
/external/toybox/lib/
Dlib.h240 int regexec0(regex_t *preg, char *string, long len, int nmatch,
Dlib.c1273 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0() function