Searched refs:regmatch_t (Results 1 – 5 of 5) sorted by relevance
/ndk/sources/host-tools/ndk-stack/regex/ |
D | regex.h | 62 } regmatch_t; typedef 105 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
|
D | regexec.c | 140 regmatch_t pmatch[], int eflags) in regexec()
|
D | engine.c | 74 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 87 static int matcher(struct re_guts *, char *, size_t, regmatch_t[], int); 128 matcher(struct re_guts *g, char *string, size_t nmatch, regmatch_t pmatch[], in matcher() 206 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * in matcher() 207 sizeof(regmatch_t)); in matcher()
|
/ndk/sources/host-tools/ndk-stack/ |
D | ndk-stack-parser.c | 103 static int MatchRegex(const char* line, const regex_t* regex, regmatch_t* match); 180 regmatch_t match; in ParseLine() 253 MatchRegex(const char* line, const regex_t* regex, regmatch_t* match) in MatchRegex()
|
/ndk/sources/third_party/googletest/googletest/src/ |
D | gtest-port.cc | 156 regmatch_t match; in FullMatch() 165 regmatch_t match; in PartialMatch()
|