Symbol: regcomp
bin/ed/re.c
75
if ((n = regcomp(exp, exps, 0)) != 0) {
bin/expr/expr.c
254
if ((eval = regcomp(&rp, r->u.s, 0)) != 0) {
bin/pax/pat_rep.c
139
if ((res = regcomp(&(rep->rcmp), str+1, 0)) != 0) {
distrib/special/more/more.c
1187
if ((rv = regcomp(&reg, buf, REG_NOSUB)) != 0) {
games/fortune/fortune/fortune.c
323
if (regcomp(&regex, pat, ignore_case ? REG_ICASE : 0))
include/regex.h
98
int regcomp(regex_t *, const char *, int);
lib/libc/hidden/regex.h
23
PROTO_DEPRECATED(regcomp);
lib/libedit/search.c
126
if (regcomp(&re, ct_encode_string(pat, &conv), 0) == 0) {
lib/libedit/search.c
134
if ((re = regcomp(ct_encode_string(pat, &conv))) != NULL) {
lib/libform/fty_regex.c
162
&& !regcomp(preg->pRegExp, rx,
lib/libform/fty_regex.c
56
#undef regcomp
lib/libkeynote/environment.c
271
if ((i = regcomp(&(en->env_regex), name, REG_EXTENDED)) != 0)
lib/libkeynote/keynote.y
506
if (regcomp(&preg, $3, REG_EXTENDED))
regress/lib/libc/regex/main.c
231
err = regcomp(&re, f0copy, opts);
regress/lib/libc/regex/main.c
79
err = regcomp(&re, argv[optind++], copts);
regress/lib/libc/regex/t_exhaust.c
170
e = regcomp(&re, d, i == 6 ? REG_BASIC : REG_EXTENDED);
regress/sys/kern/pledge/generic/manager.c
110
error = regcomp(&regex, pattern, REG_EXTENDED);
sys/dev/microcode/aic7xxx/aicasm_gram.y
1562
retval = regcomp(&marg->arg_regex, regex_pattern, REG_EXTENDED);
sys/dev/pci/drm/radeon/mkregtable.c
204
if (regcomp
usr.bin/csplit/csplit.c
378
if (regcomp(&cre, re, REG_BASIC|REG_NOSUB) != 0)
usr.bin/cvs/trigger.c
447
if (regcomp(&preg, regex, REG_NOSUB|REG_EXTENDED))
usr.bin/diff/diff.c
231
if ((error = regcomp(&ignore_re, ignore_pats,
usr.bin/file/magic-load.c
70
error = regcomp(re, p, REG_EXTENDED|REG_NOSUB);
usr.bin/file/magic-test.c
1019
if (regcomp(&re, ml->test_string, REG_EXTENDED|REG_NEWLINE|flags) != 0)
usr.bin/grep/grep.c
504
c = regcomp(&r_pattern[i], pattern[i], cflags);
usr.bin/less/pattern.c
33
if (regcomp(comp, pattern, less_is_more ? 0 : REGCOMP_FLAG)) {
usr.bin/lex/regex.c
58
if ((err = regcomp (preg, regex, cflags)) != 0) {
usr.bin/m4/gnum4.c
484
error = regcomp(&re, source, mode);
usr.bin/m4/gnum4.c
518
error = regcomp(&re, source, REG_EXTENDED|REG_NEWLINE);
usr.bin/make/varmodifiers.c
1053
error = regcomp(&p2.re, p->lhs, REG_EXTENDED);
usr.bin/mandoc/mansearch.c
786
irc = regcomp(e->match.re, val,
usr.bin/mg/interpreter.c
783
if (regcomp(&regex_buff, r, REG_EXTENDED)) {
usr.bin/mg/re_search.c
477
error = regcomp(&regex_buff, re_pat, flags);
usr.bin/nl/nl.c
343
if ((error = regcomp(&numbering_properties[section].expr,
usr.bin/passwd/pwd_check.c
147
if (regcomp(&rgx, patterns[i].match,
usr.bin/pkill/pkill.c
294
if ((rv = regcomp(&reg, *argv, REG_EXTENDED)) != 0) {
usr.bin/rcs/rcsdiff.c
202
if ((error = regcomp(diff_ignore_re, diff_ignore_pats,
usr.bin/rdist/docmd.c
820
ecode = regcomp(nl->n_regex, nl->n_name,
usr.bin/rdist/gram.y
182
ecode = regcomp(&reg, nl->n_name, REG_NOSUB);
usr.bin/sed/compile.c
454
if (p && (eval = regcomp(*repp, re, Eflag ? REG_EXTENDED : 0)) != 0)
usr.bin/sort/sort.c
491
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
usr.bin/sort/sort.c
644
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
usr.bin/split/split.c
119
if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
usr.bin/tmux/format.c
4397
if (regcomp(&r, pattern, flags) != 0)
usr.bin/tmux/regsub.c
73
if (regcomp(&r, pattern, flags) != 0)
usr.bin/tmux/window-copy.c
4014
if (regcomp(&reg, sbuf, cflags) != 0) {
usr.bin/tmux/window-copy.c
4344
if (regcomp(&reg, sbuf, cflags) != 0) {
usr.bin/tmux/window.c
1323
if (regcomp(&r, term, flags|REG_EXTENDED) != 0)
usr.bin/vi/ex/ex_subst.c
952
if ((rval = regcomp(rep, ptrn, /* plen, */ reflags)) != 0) {
usr.sbin/amd/amd/mapc.c
262
err = regcomp(re, keyb, 0);
usr.sbin/smtpd/table.c
499
if (regcomp(&preg, pattern, cflags) != 0)