Home
last modified time | relevance | path

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

/freebsd/contrib/file/src/
H A Dfile.h432 #define REGEX_ICASE(m) (((m)->str_flags & STRING_IGNORE_CASE) ? REG_ICASE : 0) macro
H A Dsoftmagic.c2161 REGEX_ICASE(m)); in alloc_regex()
H A Dapprentice.c2905 REG_EXTENDED | REGEX_ICASE(m)); in getvalue()