TS_IGNORECASE      64 lib/ts_bm.c    	const u8 icase = conf->flags & TS_IGNORECASE;
TS_IGNORECASE     122 lib/ts_bm.c    		if (flags & TS_IGNORECASE)
TS_IGNORECASE     158 lib/ts_bm.c    	if (flags & TS_IGNORECASE)
TS_IGNORECASE     268 lib/ts_fsm.c   	if (flags & TS_IGNORECASE)
TS_IGNORECASE      47 lib/ts_kmp.c   	const int icase = conf->flags & TS_IGNORECASE;
TS_IGNORECASE      78 lib/ts_kmp.c   	const u8 icase = flags & TS_IGNORECASE;
TS_IGNORECASE     109 lib/ts_kmp.c   	if (flags & TS_IGNORECASE)
TS_IGNORECASE      55 net/netfilter/xt_string.c 		flags |= TS_IGNORECASE;