Home
last modified time | relevance | path

Searched refs:STRING_IGNORE_LOWERCASE (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/bsd/file/dist/src/
H A Dfile.h383 #define STRING_IGNORE_LOWERCASE BIT(2) macro
416 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE)
H A Dprint.c90 if (m->str_flags & STRING_IGNORE_LOWERCASE) in file_mdump()
H A Dsoftmagic.c2024 if ((flags & STRING_IGNORE_LOWERCASE) && in file_strncmp()
H A Dapprentice.c1946 m->str_flags |= STRING_IGNORE_LOWERCASE; in parse_string_modifier()