Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dregex_h.c44 MACRO(REG_ICASE); in regex_h()
/bionic/libc/include/
Dregex.h64 #define REG_ICASE 0002 macro
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c1119 if (p->g->cflags&REG_ICASE) in p_bracket()
1267 if (p->g->cflags&REG_ICASE)
1527 if ((p->g->cflags&REG_ICASE) && iswalpha(ch) && othercase(ch) != ch)