Searched refs:regmatch_t (Results 26 - 50 of 55) sorted by relevance

123

/freebsd-13-stable/lib/libc/regex/
H A Dengine.c88 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
108 static int matcher(struct re_guts *g, const char *string, size_t nmatch, regmatch_t pmatch[], int eflags);
188 == size_t nmatch, regmatch_t pmatch[], int eflags);
194 regmatch_t pmatch[],
328 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
329 sizeof(regmatch_t));
/freebsd-13-stable/contrib/nvi/regex/
H A Dengine.c72 regmatch_t *pmatch; /* [nsub+1] (0 element unused) */
91 static int matcher(struct re_guts *g, const RCHAR_T *string, size_t nmatch, regmatch_t pmatch[], int eflags);
133 regmatch_t pmatch[], int eflags)
208 m->pmatch = (regmatch_t *)malloc((m->g->nsub + 1) *
209 sizeof(regmatch_t));
/freebsd-13-stable/contrib/file/src/
H A Dfuncs.c617 regmatch_t rm;
655 regmatch_t* pmatch, int eflags)
H A Dfile.h566 protected int file_regexec(file_regex_t *, const char *, size_t, regmatch_t *,
/freebsd-13-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c197 regmatch_t match[1];
401 regmatch_t matches[3];
/freebsd-13-stable/contrib/less/
H A Dpattern.c352 regmatch_t rm;
/freebsd-13-stable/usr.bin/killall/
H A Dkillall.c101 regmatch_t pmatch;
/freebsd-13-stable/contrib/nvi/ex/
H A Dex_subst.c34 CHAR_T *, CHAR_T **, size_t *, size_t *, regmatch_t [10]);
345 regmatch_t match[10];
1304 regmatch_t match[10])
/freebsd-13-stable/libexec/getty/
H A Dsubr.c471 regmatch_t *match;
/freebsd-13-stable/usr.sbin/setfmac/
H A Dsetfmac.c397 regmatch_t pmatch;
/freebsd-13-stable/contrib/googletest/googletest/src/
H A Dgtest-port.cc637 regmatch_t match;
646 regmatch_t match;
/freebsd-13-stable/usr.bin/sort/
H A Dsort.c629 regmatch_t pmatch[4];
785 regmatch_t pmatch[4];
/freebsd-13-stable/lib/libpmc/
H A Dlibpmc_pmu_util.c164 regmatch_t pmatch[1];
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_freebsd.cpp137 unsigned struct_regmatch_sz = sizeof(regmatch_t);
H A Dsanitizer_platform_limits_posix.cpp198 unsigned struct_regmatch_sz = sizeof(regmatch_t);
/freebsd-13-stable/bin/expr/
H A Dexpr.y529 regmatch_t rm[2];
/freebsd-13-stable/bin/pkill/
H A Dpkill.c146 regmatch_t regmatch;
/freebsd-13-stable/tools/tools/drm/radeon/mkregtable/
H A Dmkregtable.c646 regmatch_t match[4];
/freebsd-13-stable/usr.bin/sed/
H A Dprocess.c90 regmatch_t *match;
H A Dcompile.c146 if ((match = malloc((maxnsub + 1) * sizeof(regmatch_t))) == NULL)
/freebsd-13-stable/sbin/fdisk/
H A Dfdisk.c1480 regmatch_t rm[NMATCHES];
/freebsd-13-stable/sys/contrib/openzfs/etc/systemd/system-generators/
H A Dzfs-mount-generator.c290 regmatch_t uri_matches[3];
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcstat.c180 regmatch_t regmatch;
/freebsd-13-stable/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c103 regmatch_t pmatch[2];
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c1425 regmatch_t pmatch;

Completed in 367 milliseconds

123