Symbol: regcomp
bin/ed/re.c
66
if ((n = regcomp(expr, exprs, 0))) {
bin/expr/expr.y
537
if ((eval = regcomp(&rp, b->u.s, 0)) != 0) {
bin/pax/pat_rep.c
118
if ((res = regcomp(&(rep->rcmp), str+1, 0)) != 0) {
bin/pkill/pkill.c
372
if ((rv = regcomp(&reg, *argv, cflags)) != 0) {
crypto/krb5/src/kadmin/dbutil/dump.c
235
st = regcomp(&reg, args->names[i], REG_EXTENDED);
crypto/krb5/src/kadmin/dbutil/kdb5_mkey.c
885
if (regcomp(&data.preg, regexp, REG_NOSUB) != 0) {
crypto/krb5/src/lib/kadm5/srv/svr_iters.c
175
if (regcomp(&data.preg, regexp, REG_NOSUB) != 0) {
crypto/krb5/src/lib/krb5/os/localauth_rule.c
119
if (regcomp(&re, regstr, REG_EXTENDED))
crypto/krb5/src/lib/krb5/os/localauth_rule.c
98
ret = (regcomp(&re, regstr, REG_EXTENDED) == 0 &&
crypto/krb5/src/plugins/preauth/pkinit/pkinit_matching.c
342
ret = regcomp(&rc->regexp, value, REG_EXTENDED);
include/regex.h
104
int regcomp(regex_t * __restrict, const char * __restrict, int);
lib/libc/locale/rpmatch.c
39
if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
lib/libc/locale/rpmatch.c
41
if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
lib/libc/regex/grot/main.c
221
err = regcomp(&re, f0copy, opts);
lib/libc/regex/grot/main.c
77
err = regcomp(&re, argv[optind++], copts);
lib/libc/regex/regcomp.c
379
__sym_compat(regcomp, freebsd12_regcomp, FBSD_1.0);
lib/libcompat/4.3/re_comp.c
68
rc = regcomp(&re_regexp, s, REG_EXTENDED);
lib/libpmc/libpmc_pmu_util.c
265
if (regcomp(&re, pme->cpuid, REG_EXTENDED) != 0) {
libexec/getty/subr.c
472
if (regcomp(&regex, pattern, REG_EXTENDED) != 0)
sbin/devd/devd.cc
294
regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
sbin/fdisk/fdisk.c
1491
if ((rv = regcomp(&re, "^(/dev/[a-z/]+[0-9]+)([sp][0-9]+)?[a-h]?(\\.journal)?$",
sys/dev/aic7xxx/aicasm/aicasm_gram.y
1557
retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
tests/sys/ses/nondestructive.c
57
r = regcomp(&re, "(Overall|Element [0-9]+) descriptor: ", REG_EXTENDED);
tools/tools/drm/radeon/mkregtable/mkregtable.c
649
if (regcomp
usr.bin/csplit/csplit.c
379
if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
usr.bin/ctags/ctags.c
182
if (regcomp(regx + step, lbuf,
usr.bin/diff/diff.c
494
error = regcomp(comp, pattern, REG_NEWLINE | REG_EXTENDED);
usr.bin/find/function.c
1537
if ((errcode = regcomp(pre, pattern,
usr.bin/fortune/fortune/fortune.c
335
error = regcomp(&Re_pat, pat, REG_BASIC);
usr.bin/grep/grep.c
686
c = regcomp(&r_pattern[i], pattern[i].pat, cflags);
usr.bin/killall/killall.c
355
if (regcomp(&rgx, cmd,
usr.bin/killall/killall.c
381
if (regcomp(&rgx, av[j],
usr.bin/m4/gnum4.c
495
error = regcomp(&re, source, mode);
usr.bin/m4/gnum4.c
529
error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
usr.bin/nl/nl.c
384
if ((error = regcomp(&numbering_properties[section].expr,
usr.bin/sed/compile.c
545
if ((eval = regcomp(rep, re, flags)) != 0)
usr.bin/sort/sort.c
632
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
usr.bin/sort/sort.c
788
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
usr.bin/split/split.c
144
error = regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB);
usr.bin/whereis/whereis.c
405
if ((i = regcomp(&re, MANWHEREISMATCH, REG_EXTENDED)) != 0) {
usr.bin/whereis/whereis.c
620
if ((i = regcomp(&re2, cp2,
usr.bin/xargs/xargs.c
783
regcomp(&cre, nl_langinfo(YESEXPR), REG_EXTENDED) != 0) {
usr.sbin/fifolog/fifolog_reader/fifolog_reader.c
141
i = regcomp(&R, opt_R, REG_NOSUB);
usr.sbin/gstat/gstat.c
338
if (regcomp(&tmp_f_re, tmp_f_s, REG_EXTENDED)
usr.sbin/gstat/gstat.c
434
if (regcomp(&f_re, optarg, REG_EXTENDED) != 0)
usr.sbin/iovctl/parse.c
290
regex_err = regcomp(&vf_pat, "^"VF_PREFIX"([1-9][0-9]*|0)$",
usr.sbin/pmcstat/pmcstat.c
204
if ((rv = regcomp(&reg, spec, REG_EXTENDED|REG_NOSUB)) != 0) {
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
588
error = regcomp(&exc_regex, optarg, REG_EXTENDED);
usr.sbin/prometheus_sysctl_exporter/prometheus_sysctl_exporter.c
603
error = regcomp(&inc_regex, optarg, REG_EXTENDED);
usr.sbin/setfmac/setfmac.c
326
error = regcomp(&entry->regex, regexstr, REG_EXTENDED | REG_NOSUB);
usr.sbin/syslogd/syslogd_cap_config.c
91
if (regcomp(pfilter->pflt_re, pfilter->pflt_strval,