Home
last modified time | relevance | path

Searched refs:TS_IGNORECASE (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/lib/
H A Dts_kmp.c47 const int icase = conf->flags & TS_IGNORECASE; in kmp_find()
78 const u8 icase = flags & TS_IGNORECASE; in compute_prefix_tbl()
109 if (flags & TS_IGNORECASE) in kmp_init()
H A Dts_bm.c82 const u8 icase = conf->flags & TS_IGNORECASE; in bm_find()
141 if (flags & TS_IGNORECASE) in compute_prefix_tbl()
177 if (flags & TS_IGNORECASE) in bm_init()
H A Dts_fsm.c268 if (flags & TS_IGNORECASE) in fsm_init()
/openbmc/linux/net/netfilter/
H A Dxt_string.c55 flags |= TS_IGNORECASE; in string_mt_check()
/openbmc/linux/include/linux/
H A Dtextsearch.h16 #define TS_IGNORECASE 2 /* Searches string case insensitively */ macro