Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/file/dist/src/
H A Dfile.h416 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE) macro
H A Dsoftmagic.c2093 ((m->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0)); in alloc_regex()