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

1 2 3

  /bionic/libc/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon40
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:__anon1283
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:__anon22165
105 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon32088
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 58 } regmatch_t; typedef in typeref:struct:__anon32518
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 58 } regmatch_t; typedef in typeref:struct:__anon32924
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 58 } regmatch_t; typedef in typeref:struct:__anon33884
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 58 } regmatch_t; typedef in typeref:struct:__anon33899
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 58 } regmatch_t; typedef in typeref:struct:__anon34628
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 58 } regmatch_t; typedef in typeref:struct:__anon35075
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 58 } regmatch_t; typedef in typeref:struct:__anon37528
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 58 } regmatch_t; typedef in typeref:struct:__anon37873
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 58 } regmatch_t; typedef in typeref:struct:__anon38266
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 58 } regmatch_t; typedef in typeref:struct:__anon38713
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 58 } regmatch_t; typedef in typeref:struct:__anon39301
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 58 } regmatch_t; typedef in typeref:struct:__anon39747
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 58 } regmatch_t; typedef in typeref:struct:__anon40195
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 58 } regmatch_t; typedef in typeref:struct:__anon41632
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 58 } regmatch_t; typedef in typeref:struct:__anon42026
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 58 } regmatch_t; typedef in typeref:struct:__anon42472
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 58 } regmatch_t; typedef in typeref:struct:__anon42920
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);
  /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;
  /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];

Completed in 297 milliseconds

1 2 3