Searched refs:STRING_IGNORE_CASE (Results 1 – 3 of 3) sorted by relevance
345 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE) macro
2057 if (m->str_flags & STRING_IGNORE_CASE) { in magiccheck()
3378 - ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0));3419 + if (m->str_flags & STRING_IGNORE_CASE) {
Completed in 15 milliseconds