HomeSort by relevance Sort by last modified time
    Searched refs:regmatch_t (Results 51 - 75 of 103) sorted by null

1 23 4 5

  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon58814
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon59592
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon61039
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon61439
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon61891
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
regex.h 58 } regmatch_t; typedef in typeref:struct:__anon62345
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/lldb/include/lldb/Core/
RegularExpression.h 52 regmatch_t invalid_match = { -1, -1 };
63 regmatch_t *
82 std::vector<regmatch_t> m_matches; ///< Where parenthesized subexpressions results are stored
157 /// matches \a match_count should indicate the number of regmatch_t
  /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/dist/
pcreposix.h 110 } regmatch_t; typedef in typeref:struct:__anon12192
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];
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
grep.h 147 void printline(struct str *line, int sep, regmatch_t *matches, int m);
162 int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
  /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);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 30 static int match_length(regmatch_t * matches, int index)
38 regmatch_t * matches,
94 regmatch_t matches[REGEX_SRC_MATCHES];
221 regmatch_t matches[REGEX_DST_MATCHES];
320 regmatch_t matches[REGEX_INST_MATCHES];
  /external/mesa3d/src/gallium/drivers/r300/compiler/tests/
rc_test_helpers.c 30 static int match_length(regmatch_t * matches, int index)
38 regmatch_t * matches,
94 regmatch_t matches[REGEX_SRC_MATCHES];
221 regmatch_t matches[REGEX_DST_MATCHES];
320 regmatch_t matches[REGEX_INST_MATCHES];
  /cts/suite/audio_quality/lib/src/audio/
AudioHardware.cpp 50 regmatch_t pmatch[nmatch];
  /ndk/sources/host-tools/ndk-stack/
ndk-stack-parser.c 104 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match);
181 regmatch_t match;
254 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:__anon23049
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
regex.h 470 } regmatch_t;
578 regmatch_t __pmatch[__restrict_arr],
466 } regmatch_t; typedef in typeref:struct:__anon26197

Completed in 1250 milliseconds

1 23 4 5