HomeSort by relevance Sort by last modified time
    Searched full:regexec (Results 1 - 25 of 432) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/google-benchmark/cmake/
gnu_posix_regex.cpp 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
posix_regex.cpp 10 return regexec(&re, str.c_str(), 0, nullptr, 0) ? -1 : 0;
  /bionic/tests/
regex_test.cpp 26 ASSERT_EQ(0, regexec(&re, "abbbc", 0, NULL, 0));
27 ASSERT_EQ(REG_NOMATCH, regexec(&re, "foo", 0, NULL, 0));
32 ASSERT_STREQ("regexec() failed to match", buf);
44 ASSERT_EQ(0, regexec(&re, "abc", 1, matches, 0));
  /toolchain/binutils/binutils-2.25/include/
xregex.h 8 # define regexec xregexec macro
  /bionic/libc/upstream-netbsd/lib/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...]
  /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
regex.h 94 /* regexec() flags */
105 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /external/google-benchmark/src/
re_posix.cc 56 return regexec(&re_, str.c_str(), 0, nullptr, 0) == 0;
  /external/pcre/dist/doc/
pcreposix.3 13 .B int regexec(regex_t *\fIpreg\fP, const char *\fIstring\fP,
  /bionic/libc/include/
regex.h 91 /* regexec() flags */
102 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /development/ndk/platforms/android-21/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);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/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/current/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/current/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/current/platforms/android-15/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/
regex.h 90 /* regexec() flags */
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);

Completed in 1697 milliseconds

1 2 3 4 5 6 7 8 91011>>