Searched refs:regmatch_t (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/include/
H A Dregex.h61 } regmatch_t; typedef in typeref:struct:__anon271
107 * XXX forth parameter should be `regmatch_t [__restrict]', but isn't because
112 regmatch_t * __restrict, int);
H A Dpcreposix.h110 } regmatch_t; typedef in typeref:struct:__anon262
138 regmatch_t *, int);
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/rxspencer/
H A Dregex.h19 } regmatch_t; typedef in typeref:struct:__anon1773
58 extern int regexec(const regex_t *, const char *, size_t, regmatch_t [], int);
H A Dmain.c32 regmatch_t subs[NS];
213 regmatch_t subs[NSUBS];
402 == char *check(char *str, regmatch_t sub, char *should);
407 regmatch_t sub;
H A Dregexec.c100 = regmatch_t [], int);
117 regmatch_t pmatch[];
H A Dengine.c35 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
63 == size_t nmatch, regmatch_t pmatch[], int eflags);
70 regmatch_t pmatch[];
146 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
147 sizeof(regmatch_t));
/barrelfish-2018-10-04/lib/pcre/
H A Dpcreposix.h110 } regmatch_t; typedef in typeref:struct:__anon1361
138 regmatch_t *, int);
H A Dpcreposix.c324 regmatch_t pmatch[], int eflags)
/barrelfish-2018-10-04/usr/eclipseclp/icparc_solvers/
H A Deregex.c158 regmatch_t match;
200 regmatch_t pmatch[nmatch]; /* not standard C! */
202 regmatch_t *pmatch = (regmatch_t *) malloc(nmatch*sizeof(regmatch_t));
237 regmatch_t match;
294 regmatch_t match;
/barrelfish-2018-10-04/lib/libc/regex/grot/
H A Dmain.c35 regmatch_t subs[NS];
210 regmatch_t subs[NSUBS];
391 == char *check(char *str, regmatch_t sub, char *should);
394 check(char *str, regmatch_t sub, char *should)
/barrelfish-2018-10-04/lib/libc/regex/
H A Dregexec.c194 = regmatch_t [], int);
210 regmatch_t pmatch[__restrict],
H A Dengine.c84 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
104 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
147 == size_t nmatch, regmatch_t pmatch[], int eflags);
153 regmatch_t pmatch[],
282 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
283 sizeof(regmatch_t));

Completed in 113 milliseconds