Searched refs:STRING_IGNORE_LOWERCASE (Results 1 – 4 of 4) sorted by relevance
321 #define STRING_IGNORE_LOWERCASE BIT(2) macro352 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE)
1636 if ((flags & STRING_IGNORE_LOWERCASE) && in file_strncmp()
1641 m->str_flags |= STRING_IGNORE_LOWERCASE; in parse_string_modifier()
2895 - if (m->str_flags & STRING_IGNORE_LOWERCASE)
Completed in 38 milliseconds