Home
last modified time | relevance | path

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

/haiku/src/build/libgnuregex/
H A Dregex.h219 #define REG_ICASE (REG_EXTENDED << 1) macro
224 #define REG_NEWLINE (REG_ICASE << 1)
H A Dregex.c4750 if (cflags & REG_ICASE)
/haiku/headers/posix/
H A Dregex.h267 #define REG_ICASE (REG_EXTENDED << 1) macro
272 #define REG_NEWLINE (REG_ICASE << 1)
/haiku/src/kits/shared/
H A DRegExp.cpp120 flags |= REG_ICASE; in Data()
/haiku/src/system/libroot/posix/glibc/regex/
H A Dregcomp.c482 syntax |= (cflags & REG_ICASE) ? RE_ICASE : 0; in regcomp()
/haiku/src/libs/libsolv/solv/
H A Drepodata.c1060 …chdata, match, REG_EXTENDED | REG_NOSUB | REG_NEWLINE | ((flags & SEARCH_NOCASE) ? REG_ICASE : 0)); in datamatcher_init()