Home | History | Annotate | Download | only in lib

Lines Matching defs:regexec

212 /* regexec searches for a given pattern, specified by PREG, in the
227 regexec (preg, string, nmatch, pmatch, eflags)
267 versioned_symbol (libc, __regexec, regexec, GLIBC_2_3_4);
278 return regexec (preg, string, nmatch, pmatch,
281 compat_symbol (libc, __compat_regexec, regexec, GLIBC_2_0);
628 return 0 == regexec (&re_comp_buf, s, 0, NULL, 0);
637 meaning as with regexec. LAST_START is START + RANGE, where