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

  /bionic/libc/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
  /external/clearsilver/util/regex/
regex.c 5396 regexec (preg, string, nmatch, pmatch, eflags) function
    [all...]

Completed in 42 milliseconds