Searched refs:icase (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/
H A Dts_kmp.c51 const int icase = conf->flags & TS_IGNORECASE; local
61 != (icase ? toupper(text[i]) : text[i]))
64 == (icase ? toupper(text[i]) : text[i]))
82 const u8 icase = flags & TS_IGNORECASE; local
85 while (k > 0 && (icase ? toupper(pattern[k]) : pattern[k])
86 != (icase ? toupper(pattern[q]) : pattern[q]))
88 if ((icase ? toupper(pattern[k]) : pattern[k])
89 == (icase ? toupper(pattern[q]) : pattern[q]))
H A Dts_bm.c64 const u8 icase = conf->flags & TS_IGNORECASE; local
76 if ((icase ? toupper(text[shift-i])
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/tre-0.8.0/lib/
H A Dtre-match-utils.h204 tre_neg_char_classes_match(tre_ctype_t *classes, tre_cint_t wc, int icase) argument
206 DPRINT(("neg_char_classes_test: %p, %d, %d\n", classes, wc, icase));
208 if ((!icase && tre_isctype(wc, *classes))
209 || (icase && (tre_isctype(tre_toupper(wc), *classes)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/editors/
H A Dawk.c410 smallint icase; member in struct:globals
474 #define icase (G1.icase ) macro
1469 return icase ? op->r.ire : op->l.re;
1473 xregcomp(preg, s, icase ? REG_EXTENDED | REG_ICASE : REG_EXTENDED);
1530 if (regexec(icase ? spl->r.ire : spl->l.re, s, 1, pmatch, 0) == 0
1559 if (icase) {
1657 icase = istrue(v);
1749 if (regexec(icase ? rsplitter.n.r.ire : rsplitter.n.l.re,
2086 if (!icase) {
[all...]

Completed in 158 milliseconds