Home
last modified time | relevance | path

Searched refs:regmatch_t (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/include/
Dregex.h58 } regmatch_t; typedef
101 int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
/bionic/libc/regex/
Dregexec.c140 regmatch_t pmatch[], int eflags) in regexec()
Dengine.c74 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()