Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h63 #define REG_ICASE 0002 macro
/bionic/libc/upstream-netbsd/libc/regex/
Dregcomp.c799 if (p->g->cflags&REG_ICASE) { in p_bracket()
1082 if ((p->g->cflags&REG_ICASE) && isalpha((unsigned char) ch) in ordinary()