Symbol: regmatch_t
bin/ed/ed.h
167
int apply_subst_template(char *, regmatch_t *, int, int);
bin/ed/sub.c
183
regmatch_t rm[SE_MAX];
bin/ed/sub.c
234
apply_subst_template(char *boln, regmatch_t *rm, int off, int re_nsub)
bin/expr/expr.y
302
regmatch_t rm[2];
bin/pax/pat_rep.c
1086
resub(regex_t *rp, regmatch_t *pm, char *src, char *txt, char *dest,
bin/pax/pat_rep.c
1092
regmatch_t *pmpt;
bin/pax/pat_rep.c
81
static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *);
bin/pax/pat_rep.c
915
regmatch_t pm[MAXSUBEXP];
include/regex.h
140
const char * __restrict, size_t, regmatch_t [], int);
include/regex.h
143
ssize_t regnsub(char *, size_t, const char *, const regmatch_t *, const char *);
include/regex.h
144
ssize_t regasub(char **buf, const char *, const regmatch_t *, const char *);
lib/libc/regex/engine.c
113
static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
lib/libc/regex/engine.c
203
regmatch_t pmatch[],
lib/libc/regex/engine.c
339
m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
lib/libc/regex/engine.c
340
sizeof(regmatch_t));
lib/libc/regex/engine.c
93
regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
lib/libc/regex/regexec.c
229
regmatch_t pmatch[__restrict],
lib/libc/regex/regsub.c
105
const regmatch_t *rm, const char *str)
lib/libc/regex/regsub.c
153
regnsub(char *buf, size_t len, const char *sub, const regmatch_t *rm,
lib/libc/regex/regsub.c
160
regasub(char **buf, const char *sub, const regmatch_t *rm, const char *str)
sbin/sysctl/sysctl.c
411
regmatch_t match;
share/examples/refuse/dmesgfs/dmesgfs.c
256
regmatch_t matchv[10];
tests/fs/cd9660/h_hexdump_r.c
51
regmatch_t m[18];
tests/lib/libc/regex/main.c
248
regmatch_t subs[NSUBS];
tests/lib/libc/regex/main.c
439
check(char *str, regmatch_t sub, char *should)
tests/lib/libc/regex/main.c
73
regmatch_t subs[NS];
tests/lib/libc/regex/t_regex_att.c
362
checkmatches(const char *matches, size_t nm, const regmatch_t *pm,
tests/lib/libc/regex/t_regex_att.c
406
regmatch_t *pm;
tests/lib/libc/regex/test_regex.h
38
char *check(char *, regmatch_t, char *);
usr.bin/grep/fastgrep.c
219
grep_search(fastgrep_t *fg, const unsigned char *data, size_t len, regmatch_t *pmatch)
usr.bin/grep/grep.h
147
void printline(struct str *line, int sep, regmatch_t *matches, int m);
usr.bin/grep/grep.h
162
int grep_search(fastgrep_t *, const unsigned char *, size_t, regmatch_t *);
usr.bin/grep/util.c
289
regmatch_t matches[MAX_LINE_MATCHES];
usr.bin/grep/util.c
290
regmatch_t pmatch;
usr.bin/grep/util.c
444
printline(struct str *line, int sep, regmatch_t *matches, int m)
usr.bin/m4/gnum4.c
198
regmatch_t *);
usr.bin/m4/gnum4.c
199
static void do_regexpindex(const char *, regex_t *, const char *, regmatch_t *);
usr.bin/m4/gnum4.c
201
regmatch_t *);
usr.bin/m4/gnum4.c
202
static void add_sub(size_t, const char *, regex_t *, regmatch_t *);
usr.bin/m4/gnum4.c
203
static void add_replace(const char *, regex_t *, const char *, regmatch_t *);
usr.bin/m4/gnum4.c
279
add_sub(size_t n, const char *string, regex_t *re, regmatch_t *pm)
usr.bin/m4/gnum4.c
300
add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
usr.bin/m4/gnum4.c
334
const char *replace, regmatch_t *pm)
usr.bin/m4/gnum4.c
378
const char *replace, regmatch_t *pm)
usr.bin/m4/gnum4.c
395
do_regexpindex(const char *source, regex_t *re, const char *string, regmatch_t *pm)
usr.bin/m4/gnum4.c
493
regmatch_t *pmatch;
usr.bin/m4/gnum4.c
508
pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t),
usr.bin/m4/gnum4.c
523
regmatch_t *pmatch;
usr.bin/m4/gnum4.c
546
pmatch = xreallocarray(NULL, re.re_nsub+1, sizeof(regmatch_t), NULL);
usr.bin/mail/list.c
470
regmatch_t pmatch[1];
usr.bin/mail/list.c
471
regmatch_t *pmp;
usr.bin/make/var.c
1602
const regmatch_t *m, size_t nsub)
usr.bin/make/var.c
1624
const regmatch_t *m, size_t nsub)
usr.bin/make/var.c
1659
regmatch_t m[10];
usr.bin/pkill/pkill.c
129
regmatch_t regmatch;
usr.bin/sed/compile.c
151
match = emalloc((maxnsub + 1) * sizeof(regmatch_t));
usr.bin/sed/extern.h
41
extern regmatch_t *match;
usr.bin/sed/process.c
97
regmatch_t *match;
usr.sbin/user/user.c
1306
regmatch_t matchv[10];
usr.sbin/user/user.c
953
regmatch_t matchv[10];