Home
last modified time | relevance | path

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

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