Home
last modified time | relevance | path

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

/bionic/libc/include/
Dregex.h64 #define REG_ICASE 0002 macro
/bionic/tests/headers/posix/
Dregex_h.c44 MACRO(REG_ICASE); in regex_h()
/bionic/libc/upstream-netbsd/lib/libc/regex/
Dregcomp.c802 if (p->g->cflags&REG_ICASE) { in p_bracket()
1086 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc) in ordinary()