Home
last modified time | relevance | path

Searched defs:REG_ICASE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/head/
H A Dregex.h80 #define REG_ICASE 0x00004 /* Ignore case in match */ macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dregex.h48 #define REG_ICASE 0x00000004 /* ignore case in match */ macro
/illumos-gate/usr/src/test/libc-tests/tests/regex/
H A Dtestregex.c436 #define REG_ICASE NOTEST macro