Searched refs:regmatch_t (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/include/ |
D | regex.h | 58 } regmatch_t; typedef 101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
|
/bionic/libc/upstream-netbsd/lib/libc/regex/ |
D | regexec.c | 207 regmatch_t pmatch[],
|
D | engine.c | 110 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */ 129 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int e… 180 regmatch_t pmatch[], in matcher() 262 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) * in matcher() 263 sizeof(regmatch_t)); in matcher()
|