TS_IGNORECASE      68 lib/ts_bm.c    	const u8 icase = conf->flags & TS_IGNORECASE;
TS_IGNORECASE     126 lib/ts_bm.c    		if (flags & TS_IGNORECASE)
TS_IGNORECASE     162 lib/ts_bm.c    	if (flags & TS_IGNORECASE)
TS_IGNORECASE     272 lib/ts_fsm.c   	if (flags & TS_IGNORECASE)
TS_IGNORECASE      51 lib/ts_kmp.c   	const int icase = conf->flags & TS_IGNORECASE;
TS_IGNORECASE      82 lib/ts_kmp.c   	const u8 icase = flags & TS_IGNORECASE;
TS_IGNORECASE     113 lib/ts_kmp.c   	if (flags & TS_IGNORECASE)
TS_IGNORECASE      61 net/netfilter/xt_string.c 			flags |= TS_IGNORECASE;