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

1 2 3 4

  /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);
  /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);
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 94 /* regexec() flags */
105 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex12.c 70 if (! regexec (&re, tests[i].string, tests[i].nmatch,
73 printf ("regexec %lu incorrectly matched\n", i);
bug-regex27.c 55 int rv = regexec (&r, tests[i].string, 0, NULL, 0);
58 printf ("regexec %lu unexpected value %d != %d\n",
bug-regex9.c 58 if (regexec (&re, text, 2, rm, 0))
60 puts ("regexec failed");
66 printf ("regexec match failure: %d %d %d %d\n",
  /prebuilts/ndk/4/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/4/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);
  /prebuilts/ndk/5/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/6/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/6/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);
  /prebuilts/ndk/7/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/7/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/7/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/7/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);
  /prebuilts/ndk/7/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/7/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);
  /prebuilts/ndk/8/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/8/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/8/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/8/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/8/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/8/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/8/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);

Completed in 604 milliseconds

1 2 3 4