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

  /bionic/libc/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /development/ndk/platforms/android-8/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /external/clearsilver/cgi/
html.c 139 if (regexec (&email_re, src+x, 1, &email_match, 0) != 0)
149 if (regexec (&url_re, src+x, 1, &url_match, 0) != 0)
175 if (regexec (&url_re, src+x, 1, &url_match, 0) != 0)
187 if (regexec (&email_re, src+x, 1, &email_match, 0) != 0)
209 if (regexec (&email_re, src+x, 1, &email_match, 0) != 0)
221 if (regexec (&url_re, src+x, 1, &url_match, 0) != 0)
  /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.h 232 /* If this bit is set, then report only success or fail in regexec.
237 /* POSIX `eflags' bits (i.e., information for regexec). */
255 REG_NOMATCH, /* Didn't find a match (for regexec). */
484 extern int regexec
regex.c 5396 regexec (preg, string, nmatch, pmatch, eflags) function
    [all...]
  /external/gtest/src/
gtest-port.cc 91 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
100 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/protobuf/gtest/src/
gtest-port.cc 122 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
131 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest-port.cc 62 return regexec(&re.regex_, str, 1, &match, 0) == 0;
  /external/clearsilver/util/
neo_str.c 396 errcode = regexec (&search_re, str, 0, NULL, 0);
  /bionic/libc/
Android.mk 314 regex/regexec.c \

Completed in 480 milliseconds