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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-utils.h163 && !(tnfa->cflags & REG_ICASE) \
166 && (tnfa->cflags & REG_ICASE) \
171 tnfa->cflags & REG_ICASE)))
H A Dtre.h99 #define REG_ICASE (REG_EXTENDED << 1) macro
100 #define REG_NEWLINE (REG_ICASE << 1)
H A Dtre-parse.c138 || ((cflags & REG_ICASE)
375 /* Add opposite-case counterpoints if REG_ICASE is present.
377 if (ctx->cflags & REG_ICASE && !class && status == REG_OK && !skip)
1220 new_cflags |= REG_ICASE;
1222 new_cflags &= ~REG_ICASE;
1657 if (ctx->cflags & REG_ICASE
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/tests/
H A Drandtest.c63 flags < (REG_EXTENDED | REG_ICASE | REG_NEWLINE | REG_NOSUB);
H A Dretest.c891 test_comp("(Ab|cD)*", REG_EXTENDED | REG_ICASE, 0);
1024 test_comp("[[:lower:]]+", REG_EXTENDED | REG_ICASE, 0);
1038 test_comp("[[:upper:]]+", REG_EXTENDED | REG_ICASE, 0);
1073 /* REG_ICASE and character sets. */
1074 test_comp("[a-c]*", REG_ICASE | REG_EXTENDED, 0);
1076 test_comp("[^a-c]*", REG_ICASE | REG_EXTENDED, 0);
1078 test_comp("[A-C]*", REG_ICASE | REG_EXTENDED, 0);
1080 test_comp("[^A-C]*", REG_ICASE | REG_EXTENDED, 0);
1086 test_comp("[[:digit:]a-z#$%]+", REG_ICASE | REG_EXTENDED, 0);
1090 test_comp("[^[:digit:]a-z#$%]+", REG_ICASE | REG_EXTENDE
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgrep/
H A Dregex.h268 #define REG_ICASE (REG_EXTENDED << 1)
273 #define REG_NEWLINE (REG_ICASE << 1)
266 #define REG_ICASE macro
H A Ddfa.c1036 if (regcomp (&re, expr, case_fold ? REG_ICASE : 0) == REG_NOERROR) {
H A Dregex.c8016 If REG_ICASE is set, then we considers upper- and lowercase
8042 if (cflags & REG_ICASE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/lib/
H A Dregex-gnu.h258 #define REG_ICASE (REG_EXTENDED << 1)
263 #define REG_NEWLINE (REG_ICASE << 1)
256 #define REG_ICASE macro
H A Dregex.c5675 If REG_ICASE is set, then we considers upper- and lowercase
5704 if (cflags & REG_ICASE)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/regex/
H A Dregex.h217 #define REG_ICASE 000010 /* ignore case */ macro
H A Dregc_lex.c141 v->cflags &= ~REG_ICASE;
148 v->cflags |= REG_ICASE;
H A Dregcomp.c428 g->compare = (v->cflags&REG_ICASE) ? casecmp : cmp;
1409 cv = eclass(v, startc, (v->cflags&REG_ICASE));
1419 cv = cclass(v, startp, endp, (v->cflags&REG_ICASE));
1463 cv = range(v, startc, endc, (v->cflags&REG_ICASE));
1551 if (!(v->cflags&REG_ICASE)) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/findutils/
H A Dgrep.c451 reflags |= REG_ICASE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dregex.cpp290 flagsRE |= REG_ICASE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/python/
H A Dtre-python.c503 { "ICASE", REG_ICASE },
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/src/
H A Dagrep.c533 comp_flags |= REG_ICASE;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dbcrelay.c786 //regcomp(&preg, argv[1], REG_ICASE|REG_EXTENDED);
787 regcomp(&preg, interfaces, REG_ICASE|REG_EXTENDED);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dsymbol.c845 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE))
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dsed.c378 cflags |= REG_ICASE;
H A Dawk.c1091 xregcomp(re + 1, s, REG_EXTENDED | REG_ICASE);
1473 xregcomp(preg, s, icase ? REG_EXTENDED | REG_ICASE : REG_EXTENDED);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dsymbol.c731 if (regcomp(&re, pattern, REG_EXTENDED|REG_NOSUB|REG_ICASE))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/vm/
H A Dslabinfo.c1347 err = regcomp(&pattern, pattern_source, REG_ICASE|REG_NOSUB);

Completed in 265 milliseconds