Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/posix/
Dregcomp.c90 static char othercase(int ch);
719 ci = othercase(i); in p_bracket()
985 othercase(int ch) in othercase() function
1011 assert(othercase(ch) != ch); /* p_bracket() would recurse */ in bothcases()
1032 if ((p->g->cflags&REG_ICASE) && isalpha((uch)ch) && othercase(ch) != ch) in ordinary()