Searched refs:STRING_IGNORE_CASE (Results 1 – 2 of 2) sorted by relevance
425 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE) macro
2091 ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0)); in alloc_regex()