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

123

/freebsd-13-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dtest_regex.h38 char *check(char *, regmatch_t, char *);
H A Dmain.c63 regmatch_t subs[NS];
236 regmatch_t subs[NSUBS];
425 check(char *str, regmatch_t sub, char *should)
H A Dt_regex_att.c357 checkmatches(const char *matches, size_t nm, const regmatch_t *pm,
401 regmatch_t *pm;
/freebsd-13-stable/contrib/nvi/regex/
H A Dregex.h59 } regmatch_t; typedef in typeref:struct:__anon5485
102 const RCHAR_T *, size_t, regmatch_t [], int);
H A Dregexec.c139 = regmatch_t [], int);
153 regmatch_t *pmatch, int eflags)
/freebsd-13-stable/usr.bin/sed/
H A Dextern.h41 extern regmatch_t *match;
/freebsd-13-stable/contrib/flex/src/
H A Dregex.c76 char *regmatch_dup (regmatch_t * m, const char *src)
98 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src)
114 int regmatch_len (regmatch_t * m)
125 /** Convert a regmatch_t object to an integer using the strtol() function.
132 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr,
162 bool regmatch_empty (regmatch_t * m)
H A Dflexdef.h1139 char *regmatch_dup (regmatch_t * m, const char *src);
1140 char *regmatch_cpy (regmatch_t * m, char *dest, const char *src);
1141 int regmatch_len (regmatch_t * m);
1142 int regmatch_strtol (regmatch_t * m, const char *src, char **endptr, int base);
1143 bool regmatch_empty (regmatch_t * m);
H A Dfilter.c354 regmatch_t m[10];
/freebsd-13-stable/include/
H A Dregex.h63 } regmatch_t; typedef in typeref:struct:__anon7342
110 * XXX forth parameter should be `regmatch_t [__restrict]', but isn't because
115 regmatch_t * __restrict, int);
/freebsd-13-stable/usr.bin/m4/
H A Dgnum4.c201 regmatch_t *);
202 static void do_regexpindex(const char *, regex_t *, const char *, regmatch_t *);
204 regmatch_t *);
205 static void add_sub(int, const char *, regex_t *, regmatch_t *);
206 static void add_replace(const char *, regex_t *, const char *, regmatch_t *);
282 add_sub(int n, const char *string, regex_t *re, regmatch_t *pm)
299 add_replace(const char *string, regex_t *re, const char *replace, regmatch_t *pm)
333 const char *replace, regmatch_t *pm)
374 const char *replace, regmatch_t *pm)
392 regmatch_t *p
[all...]
/freebsd-13-stable/contrib/kyua/utils/text/
H A Dregex.cpp95 utils::auto_array< ::regmatch_t > _matches;
112 _matches(new ::regmatch_t[_nmatches])
183 const ::regmatch_t* match = &_pimpl->_matches[index];
/freebsd-13-stable/usr.bin/grep/
H A Dgrep.h105 regmatch_t matches[MAX_MATCHES]; /* Matches made */
H A Dutil.c75 size_t nmatch, regmatch_t pmatch[]);
419 regmatch_t pmatch[])
482 regmatch_t pmatch, lastmatch, chkmatch;
748 regmatch_t match;
/freebsd-13-stable/bin/ed/
H A Dsub.c174 regmatch_t rm[SE_MAX];
226 apply_subst_template(const char *boln, regmatch_t *rm, int off, int re_nsub)
H A Ded.h182 int apply_subst_template(const char *, regmatch_t *, int, int);
/freebsd-13-stable/usr.sbin/iovctl/
H A Dvalidate.c79 parse_vf_num(const char *key, regmatch_t *matches)
228 regmatch_t matches[2];
/freebsd-13-stable/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)
/freebsd-13-stable/bin/pax/
H A Dpat_rep.c79 static int resub(regex_t *, regmatch_t *, char *, char *, char *, char *);
869 regmatch_t pm[MAXSUBEXP];
1074 resub(regex_t *rp, regmatch_t *pm, char *orig, char *src, char *dest,
1080 regmatch_t *pmpt;
/freebsd-13-stable/contrib/nvi/common/
H A Dsearch.c145 regmatch_t match[1];
286 regmatch_t match[1];
/freebsd-13-stable/usr.bin/whereis/
H A Dwhereis.c388 regmatch_t matches[2];
634 (regmatch_t *)NULL, 0)
/freebsd-13-stable/lib/libc/regex/
H A Dregexec.c196 = regmatch_t [], int);
212 regmatch_t pmatch[__restrict],
/freebsd-13-stable/contrib/libarchive/tar/
H A Dsubst.c214 regmatch_t matches[10];
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_global.c70 regmatch_t match[1];
/freebsd-13-stable/usr.bin/split/
H A Dsplit.c284 regmatch_t pmatch;

Completed in 219 milliseconds

123