Searched refs:regexec0 (Results 1 – 3 of 3) sorted by relevance
/external/toybox/toys/posix/ |
D | sed.c | 298 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/ |
D | lib.h | 240 int regexec0(regex_t *preg, char *string, long len, int nmatch,
|
D | lib.c | 1273 int regexec0(regex_t *preg, char *string, long len, int nmatch, in regexec0() function
|