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

1 2

  /bionic/libc/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon38
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /development/ndk/platforms/android-8/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon1243
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /ndk/sources/host-tools/ndk-stack/regex/
regex.h 62 } regmatch_t; typedef in typeref:struct:__anon19619
105 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon21191
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon27244
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon29094
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon29524
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon29930
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon30890
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon30905
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon31634
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon32081
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon34534
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon34879
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon35272
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon35719
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /cts/suite/audio_quality/lib/src/
SimpleScriptExec.h 53 int nmatch = 0, regmatch_t pmatch[] = NULL);
SimpleScriptExec.cpp 42 int nmatch, regmatch_t pmatch[])
  /external/oprofile/libregex/
op_regex.h 95 regmatch_t const * match) const;
104 regmatch_t const & get_match(regmatch_t const * match, char idx) const;
op_regex.cpp 46 bool op_regexec(regex_t const & regex, string const & str, regmatch_t * match,
192 regmatch_t match[max_match];
204 regmatch_t const &
205 regular_expression_replace::get_match(regmatch_t const * match, char idx) const
216 (string & str, string const & replace, regmatch_t const * match) const
229 regmatch_t const & matched = get_match(match,
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
bug-regex12.c 50 regmatch_t rm[4];
bug-regex9.c 40 regmatch_t rm[2];
bug-regex11.c 39 regmatch_t rm[5];
99 regmatch_t rm[5];
  /ndk/sources/host-tools/sed-4.2.1/sed/
regexp.c 175 regmatch_t *pmatch;
221 regmatch_t rm[10], *regmatch = rm;
223 regmatch = (regmatch_t *) alloca (sizeof (regmatch_t) * regsize);
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 46 regmatch_t pmatch[nmatch];

Completed in 3474 milliseconds

1 2