Symbol: REG_EXTENDED
lib/libc/locale/rpmatch.c
40
if (regcomp(&yes, nl_langinfo(YESEXPR), REG_EXTENDED|REG_NOSUB) != 0)
lib/libc/locale/rpmatch.c
42
if (regcomp(&no, nl_langinfo(NOEXPR), REG_EXTENDED|REG_NOSUB) != 0) {
lib/libc/tre-regex/regex.h
132
#define REG_ICASE (REG_EXTENDED << 1)
lib/libcompat/4.3/re_comp.c
68
rc = regcomp(&re_regexp, s, REG_EXTENDED);
libexec/getty/subr.c
468
if (regcomp(&regex, pattern, REG_EXTENDED) != 0)
sbin/devd/devd.cc
280
regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
tools/regression/lib/libc-regex/testregex.c
1416
#if (REG_TEST_DEFAULT & (REG_AUGMENTED|REG_EXTENDED|REG_SHELL)) || !defined(REG_EXTENDED)
tools/regression/lib/libc-regex/testregex.c
1419
i = REG_EXTENDED != 0;
tools/regression/lib/libc-regex/testregex.c
1847
#if !(REG_TEST_DEFAULT & (REG_AUGMENTED|REG_EXTENDED|REG_SHELL))
tools/regression/lib/libc-regex/testregex.c
1848
#ifdef REG_EXTENDED
tools/regression/lib/libc-regex/testregex.c
1849
if (REG_EXTENDED != 0 && (test & TEST_BRE))
tools/regression/lib/libc-regex/testregex.c
1860
#ifdef REG_EXTENDED
tools/regression/lib/libc-regex/testregex.c
1864
flags = cflags | REG_EXTENDED;
tools/regression/lib/libc-regex/testregex.c
329
#ifndef REG_EXTENDED
tools/tools/drm/radeon/mkregtable/mkregtable.c
637
(&mask_rex, "(0x[0-9a-fA-F]*) *([_a-zA-Z0-9]*)", REG_EXTENDED)) {
usr.bin/diff/diff.c
229
REG_NEWLINE | REG_EXTENDED)) != 0) {
usr.bin/find/main.c
83
regexp_flags |= REG_EXTENDED;
usr.bin/killall/killall.c
379
REG_EXTENDED|REG_NOSUB) != 0) {
usr.bin/killall/killall.c
403
REG_EXTENDED|REG_NOSUB) != 0) {
usr.bin/m4/gnum4.c
456
int mode = REG_EXTENDED;
usr.bin/m4/gnum4.c
497
REG_EXTENDED|REG_NEWLINE);
usr.bin/pkill/pkill.c
106
static int cflags = REG_EXTENDED;
usr.bin/sed/main.c
135
rflags = REG_EXTENDED;
usr.bin/sort/sort.c
659
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
usr.bin/sort/sort.c
815
if (regcomp(&re, sregexp, REG_EXTENDED) != 0)
usr.bin/split/split.c
110
if (regcomp(&rgx, optarg, REG_EXTENDED|REG_NOSUB) != 0)
usr.bin/whereis/whereis.c
385
if ((i = regcomp(&re, MANWHEREISMATCH, REG_EXTENDED)) != 0) {
usr.bin/whereis/whereis.c
603
REG_EXTENDED|REG_NOSUB))
usr.bin/xargs/xargs.c
806
regcomp(&cre, nl_langinfo(YESEXPR), REG_EXTENDED) != 0) {