Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/include/
Dregex.h62 #define REG_ICASE 0002 macro
/picolibc-latest/newlib/libc/posix/
Dregcomp.c713 if (p->g->cflags&REG_ICASE) { in p_bracket()
1032 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()