HomeSort by relevance Sort by last modified time
    Searched refs:regexec (Results 26 - 50 of 77) sorted by null

12 3 4

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/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);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.cpp 58 if (regexec(&re, str.string(), nmatch, pmatch, 0) == 0) {
  /ndk/sources/host-tools/ndk-stack/
GNUmakefile 52 regex/regexec.c \
  /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"
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex11.c 119 if (regexec (&re, tests[i].string, tests[i].nmatch, rm, 0))
121 printf ("%s: regexec %lu failed\n", tests[i].pattern, i);
133 printf ("%s: regexec %lu match failure rm[%d] %d..%d\n",
runptests.c 92 err = regexec (&re, tests[cnt].str, 20, match, 0);
runtests.c 100 err = regexec (&r, t->data, 10, regs, 0);
tst-boost.c 197 if (regexec (&re, string, 20, rm, eflags))
tst-pcre.c 177 if (regexec (&re, string, 20, rm, 0))
tst-regex2.c 109 err = regexec (&rbuf, string, 71, pmatch, 0);
  /bionic/libc/upstream-netbsd/libc/regex/
regexec.c 1 /* $NetBSD: regexec.c,v 1.22 2012/03/13 21:13:43 christos Exp $ */
34 * @(#)regexec.c 8.3 (Berkeley) 3/20/94
71 * @(#)regexec.c 8.3 (Berkeley) 3/20/94
77 static char sccsid[] = "@(#)regexec.c 8.3 (Berkeley) 3/20/94";
79 __RCSID("$NetBSD: regexec.c,v 1.22 2012/03/13 21:13:43 christos Exp $");
84 * the outer shell of regexec()
102 __weak_alias(regexec,_regexec)
110 #define states1 unsigned long /* for later use in regexec() decision */
188 - regexec - interface for matching
189 = extern int regexec(const regex_t *, const char *, size_t,
    [all...]
  /external/llvm/lib/Support/
Android.mk 78 regexec.c \
  /bionic/tests/
benchmark_main.cpp 78 int match = regexec(&re, name_, 0, NULL, 0);
  /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
  /cts/suite/audio_quality/lib/src/task/
TaskCase.cpp 121 if (regexec(&regex, it->first, 0, NULL, 0) == 0) {
253 while (regexec(&re, src, nmatch, pmatch, 0) == 0) {
  /external/chromium/testing/gtest/src/
gtest-port.cc 132 return regexec(&re.full_regex_, str, 1, &match, 0) == 0;
141 return regexec(&re.partial_regex_, str, 1, &match, 0) == 0;

Completed in 1524 milliseconds

12 3 4