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

/freebsd-current/contrib/nvi/regex/
H A Dregex.h64 #define REG_ICASE 0002 macro
H A Dregcomp.c724 if (p->g->cflags&REG_ICASE) {
963 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
1163 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/freebsd-current/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp31 flags |= REG_ICASE;
H A Dregcomp.c838 if (p->g->cflags&REG_ICASE) {
1076 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1270 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/freebsd-current/include/
H A Dregex.h65 #define REG_ICASE 0002 macro
/freebsd-current/contrib/kyua/utils/text/
H A Dregex.cpp223 const int flags = REG_EXTENDED | (ignore_case ? REG_ICASE : 0);
/freebsd-current/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c323 flags |= REG_ICASE;
H A Dmain.c350 o |= REG_ICASE;
/freebsd-current/contrib/less/
H A Dpattern.c48 if (regcomp(comp, pattern, REGCOMP_FLAG | (is_caseless ? REG_ICASE : 0)))
/freebsd-current/usr.sbin/iovctl/
H A Dparse.c266 REG_EXTENDED | REG_ICASE);
/freebsd-current/usr.bin/grep/
H A Dgrep.c490 cflags |= REG_ICASE;
H A Dutil.c423 if (cflags & REG_ICASE)
/freebsd-current/lib/libc/regex/grot/
H A Dmain.c318 o |= REG_ICASE;
/freebsd-current/contrib/nvi/ex/
H A Dex_subst.c894 reflags |= REG_ICASE;
900 reflags |= REG_ICASE;
/freebsd-current/bin/pkill/
H A Dpkill.c248 cflags |= REG_ICASE;
/freebsd-current/contrib/mandoc/
H A Dmansearch.c797 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
/freebsd-current/usr.bin/sed/
H A Dcompile.c542 flags |= REG_ICASE;
/freebsd-current/sbin/devd/
H A Ddevd.cc292 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
/freebsd-current/usr.bin/find/
H A Dfunction.c1460 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {
/freebsd-current/lib/libc/regex/
H A Dregcomp.c350 = #define REG_ICASE 0002
1042 if (p->g->cflags&REG_ICASE)
1177 if (p->g->cflags&REG_ICASE)
1410 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/freebsd-current/contrib/file/src/
H A Dsoftmagic.c2087 ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));
/freebsd-current/usr.sbin/syslogd/
H A Dsyslogd.c2846 re_flags |= REG_ICASE;
/freebsd-current/contrib/sendmail/src/
H A Dmap.c7602 pflags = REG_ICASE | REG_EXTENDED | REG_NOSUB;
7621 pflags &= ~REG_ICASE;
/freebsd-current/contrib/ntp/sntp/
H A Dconfigure26432 int res = regcomp( &re, pzPat, REG_EXTENDED|REG_ICASE|REG_NEWLINE );

Completed in 740 milliseconds