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

12

/freebsd-11-stable/include/
H A Dregex.h66 #define REG_ICASE 0002 macro
/freebsd-11-stable/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-11-stable/contrib/llvm-project/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp33 flags |= REG_ICASE;
H A Dregcomp.c836 if (p->g->cflags&REG_ICASE) {
1074 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1272 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/freebsd-11-stable/contrib/gcclibs/include/
H A Dxregex2.h266 #define REG_ICASE (REG_EXTENDED << 1)
271 #define REG_NEWLINE (REG_ICASE << 1)
264 #define REG_ICASE macro
/freebsd-11-stable/contrib/binutils/include/
H A Dxregex2.h266 #define REG_ICASE (REG_EXTENDED << 1)
271 #define REG_NEWLINE (REG_ICASE << 1)
264 #define REG_ICASE macro
/freebsd-11-stable/contrib/libgnuregex/
H A Dregex.h280 #define REG_ICASE (REG_EXTENDED << 1)
285 #define REG_NEWLINE (REG_ICASE << 1)
278 #define REG_ICASE macro
/freebsd-11-stable/contrib/gdb/include/
H A Dxregex2.h263 #define REG_ICASE (REG_EXTENDED << 1)
268 #define REG_NEWLINE (REG_ICASE << 1)
261 #define REG_ICASE macro
/freebsd-11-stable/usr.sbin/iovctl/
H A Dparse.c269 REG_EXTENDED | REG_ICASE);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c323 flags |= REG_ICASE;
H A Dmain.c350 o |= REG_ICASE;
/freebsd-11-stable/lib/libc/regex/grot/
H A Dmain.c321 o |= REG_ICASE;
/freebsd-11-stable/contrib/gdb/gdb/cli/
H A Dcli-cmds.c977 if (regcomp(&pattern,searchstr,REG_ICASE) == 0)
985 regerror(regcomp(&pattern,searchstr,REG_ICASE),NULL,errorbuffer,512);
/freebsd-11-stable/contrib/nvi/ex/
H A Dex_subst.c898 reflags |= REG_ICASE;
904 reflags |= REG_ICASE;
/freebsd-11-stable/bin/pkill/
H A Dpkill.c249 cflags |= REG_ICASE;
/freebsd-11-stable/contrib/mdocml/
H A Dmansearch.c787 REG_EXTENDED | REG_NOSUB | (cs ? 0 : REG_ICASE));
/freebsd-11-stable/usr.bin/grep/
H A Dutil.c408 if (cflags & REG_ICASE)
H A Dgrep.c536 cflags |= REG_ICASE;
/freebsd-11-stable/contrib/apr-util/dbd/unsupported/
H A Dapr_dbd_freetds.c433 if (regcomp(stmt->taint[n], arg, REG_ICASE|REG_EXTENDED) != 0) {
/freebsd-11-stable/lib/libc/regex/
H A Dregcomp.c208 = #define REG_ICASE 0002
876 if (p->g->cflags&REG_ICASE)
1129 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/freebsd-11-stable/contrib/amd/amd/
H A Dmapc.c477 retval = regcomp(&re, pattern, REG_ICASE);
/freebsd-11-stable/usr.bin/sed/
H A Dcompile.c453 flags |= REG_ICASE;
/freebsd-11-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c478 fg->icase = (cflags & REG_ICASE); \
483 /* Cannot handle REG_ICASE with MB string */ \
486 DPRINT(("Cannot use fast matcher for MBS with REG_ICASE\n")); \

Completed in 402 milliseconds

12