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

  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.c 32 # define regexec(pr, st, nm, pm, ef) __regexec (pr, st, nm, pm, ef) macro
64 #include "regexec.c"
regexec.c 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
226 regexec (preg, string, nmatch, pmatch, eflags) function
    [all...]
  /ndk/sources/host-tools/ndk-stack/regex/
regexec.c 1 /* $OpenBSD: regexec.c,v 1.11 2005/08/05 13:03:00 espie Exp $ */
34 * @(#)regexec.c 8.3 (Berkeley) 3/20/94
38 * the outer shell of regexec()
57 #define states1 states /* for later use in regexec() decision */
132 - regexec - interface for matching
139 regexec(const regex_t *preg, const char *string, size_t nmatch, function

Completed in 520 milliseconds