Searched refs:rest (Results 1 - 2 of 2) sorted by relevance

/bionic/libc/tools/
H A Dgenserv.py56 rest = string.strip(m.group(4))
59 m = re_alias.match(rest)
63 rest = string.strip(m.group(2))
/bionic/libc/upstream-netbsd/libc/regex/
H A Dengine.c365 const char *rest; /* start of rest of string */ local
366 const char *tail; /* string unmatched by rest of RE */
423 rest = slow(m, sp, stp, ss, es);
424 assert(rest != NULL); /* it did match */
425 /* could the rest match the rest? */
426 tail = slow(m, rest, stop, es, stopst);
430 stp = rest - 1;
436 if (slow(m, sp, rest, ssu
[all...]

Completed in 17 milliseconds