Home
last modified time | relevance | path

Searched refs:STRING_IGNORE_CASE (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/file/src/
H A Dfile.h406 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE) macro
H A Dsoftmagic.c2052 ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0)); in alloc_regex()