Searched refs:STRING_IGNORE_LOWERCASE (Results 1 – 4 of 4) sorted by relevance
315 #define STRING_IGNORE_LOWERCASE BIT(2) macro345 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE)
1802 if ((flags & STRING_IGNORE_LOWERCASE) && in file_strncmp()
1799 m->str_flags |= STRING_IGNORE_LOWERCASE; in parse()
2636 - if (m->str_flags & STRING_IGNORE_LOWERCASE)
Completed in 24 milliseconds