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

1 2

  /bionic/libc/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon36
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:__anon1188
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:__anon16997
105 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 58 } regmatch_t; typedef in typeref:struct:__anon23378
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 58 } regmatch_t; typedef in typeref:struct:__anon23808
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r5/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon24214
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon25174
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r6/platforms/android-8/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon25189
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon25918
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon26365
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon28818
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon29163
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon29556
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilt/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon30003
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /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,
  /external/pcre/
pcreposix.h 110 } regmatch_t; typedef in typeref:struct:__anon9184
138 regmatch_t *, int);
  /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];
runptests.c 62 regmatch_t match[20];
runtests.c 66 regmatch_t regs[10];
  /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);
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 103 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match);
173 regmatch_t match;
233 MatchRegex(const char* line, const regex_t* regex, regmatch_t* match)
  /ndk/sources/host-tools/sed-4.2.1/lib/
regex.h 551 } regmatch_t;
669 regmatch_t __pmatch[_Restrict_arr_],
547 } regmatch_t; typedef in typeref:struct:__anon17006

Completed in 318 milliseconds

1 2