Searched refs:STRING_IGNORE_CASE (Results 1 – 3 of 3) sorted by relevance
382 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE) macro
2240 if (m->str_flags & STRING_IGNORE_CASE) { in magiccheck()
3385 - ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));3389 + if (m->str_flags & STRING_IGNORE_CASE) {
Completed in 18 milliseconds