REG_ICASE         960 scripts/kconfig/symbol.c 	if (regcomp(&re, pattern, REG_EXTENDED|REG_ICASE))
REG_ICASE         281 tools/lib/traceevent/parse-filter.c 	ret = regcomp(&ereg, reg, REG_ICASE|REG_NOSUB);
REG_ICASE         294 tools/lib/traceevent/parse-filter.c 		ret = regcomp(&sreg, reg, REG_ICASE|REG_NOSUB);
REG_ICASE         538 tools/lib/traceevent/parse-filter.c 				ret = regcomp(&op->str.reg, str, REG_ICASE|REG_NOSUB);
REG_ICASE        1490 tools/vm/slabinfo.c 	err = regcomp(&pattern, pattern_source, REG_ICASE|REG_NOSUB);