HomeSort by relevance Sort by last modified time
    Searched refs:regexec0 (Results 1 - 3 of 3) sorted by null

  /external/toybox/toys/posix/
sed.c 298 if (line && !regexec0(rm, line, len, 0, 0, 0)) miss = 1;
307 if (line && !regexec0(rm, line, len, 0, 0, 0)) command->hit++;
469 while (!regexec0(reg, rline, rlen, 10, match, mflags)) {
    [all...]
  /external/toybox/lib/
lib.h 237 int regexec0(regex_t *preg, char *string, long len, int nmatch,
lib.c 1193 int regexec0(regex_t *preg, char *string, long len, int nmatch, function

Completed in 103 milliseconds