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

12

/freebsd-10-stable/contrib/llvm/lib/Support/
H A Dregex_impl.h58 #define REG_ICASE 0002 macro
H A DRegex.cpp27 flags |= REG_ICASE;
H A Dregcomp.c700 if (p->g->cflags&REG_ICASE) {
938 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch)
1134 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/freebsd-10-stable/contrib/nvi/regex/
H A Dregex.h68 #define REG_ICASE 0002 macro
H A Dregcomp.c185 = #define REG_ICASE 0002
746 if (p->g->cflags&REG_ICASE) {
993 if ((p->g->cflags&REG_ICASE) && isalpha(ch) && othercase(ch) != ch)
1199 * big if REG_ICASE is being used. REG_ICASE, by the way, is why the hash
/freebsd-10-stable/include/
H A Dregex.h66 #define REG_ICASE 0002 macro
/freebsd-10-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-10-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-10-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-10-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-10-stable/contrib/netbsd-tests/lib/libc/regex/
H A Dt_regex_att.c323 flags |= REG_ICASE;
H A Dmain.c350 o |= REG_ICASE;
/freebsd-10-stable/usr.bin/grep/
H A Dgrep.c519 cflags |= REG_ICASE;
/freebsd-10-stable/lib/libc/regex/grot/
H A Dmain.c321 o |= REG_ICASE;
/freebsd-10-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-10-stable/contrib/nvi/ex/
H A Dex_subst.c898 reflags |= REG_ICASE;
904 reflags |= REG_ICASE;
/freebsd-10-stable/contrib/apr-util/dbd/
H A Dapr_dbd_freetds.c431 if (regcomp(stmt->taint[n], arg, REG_ICASE|REG_EXTENDED) != 0) {
/freebsd-10-stable/bin/pkill/
H A Dpkill.c246 cflags |= REG_ICASE;
/freebsd-10-stable/lib/libc/regex/
H A Dregcomp.c177 = #define REG_ICASE 0002
737 if (p->g->cflags&REG_ICASE)
991 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSpec.cpp1281 REG_EXTENDED | REG_ICASE);
/freebsd-10-stable/usr.bin/sed/
H A Dcompile.c453 flags |= REG_ICASE;
/freebsd-10-stable/usr.bin/grep/regex/
H A Dtre-fastmatch.c465 fg->icase = (cflags & REG_ICASE); \
470 /* Cannot handle REG_ICASE with MB string */ \
473 DPRINT(("Cannot use fast matcher for MBS with REG_ICASE\n")); \
/freebsd-10-stable/sbin/devd/
H A Ddevd.cc293 regcomp(&_regex, _re.c_str(), REG_EXTENDED | REG_NOSUB | REG_ICASE);
/freebsd-10-stable/contrib/amd/amd/
H A Dmapc.c477 retval = regcomp(&re, pattern, REG_ICASE);
/freebsd-10-stable/usr.bin/find/
H A Dfunction.c1430 regexp_flags | (option->flags & F_IGNCASE ? REG_ICASE : 0))) != 0) {

Completed in 184 milliseconds

12