Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dfile.h431 #define STRING_IGNORE_CASE (STRING_IGNORE_LOWERCASE|STRING_IGNORE_UPPERCASE) macro
432 #define REGEX_ICASE(m) (((m)->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0)