Searched refs:STRING_IGNORE_LOWERCASE (Results 1 – 4 of 4) sorted by relevance
396 #define STRING_IGNORE_LOWERCASE BIT(2) macro429 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE)
85 if (m->str_flags & STRING_IGNORE_LOWERCASE) in file_mdump()
1792 if ((m->str_flags & STRING_IGNORE_LOWERCASE) != 0) { in string_modifier_check()1973 m->str_flags |= STRING_IGNORE_LOWERCASE; in parse_string_modifier()
2056 if ((flags & STRING_IGNORE_LOWERCASE) && in file_strncmp()