Searched refs:STRING_IGNORE_LOWERCASE (Results 1 – 4 of 4) sorted by relevance
351 #define STRING_IGNORE_LOWERCASE BIT(2) macro382 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE)
85 if (m->str_flags & STRING_IGNORE_LOWERCASE) in file_mdump()
1947 if ((flags & STRING_IGNORE_LOWERCASE) && in file_strncmp()
1742 m->str_flags |= STRING_IGNORE_LOWERCASE; in parse_string_modifier()
Completed in 21 milliseconds