Searched defs:othercase (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/upstream-netbsd/lib/libc/regex/
H A Dregcomp.c140 static int othercase(int ch);
804 ci = othercase((int)i);
1019 - othercase - return the case counterpart of an alphabetic
1020 == static int othercase(int ch);
1023 othercase( function
1055 assert(othercase(ch) != ch); /* p_bracket() would recurse */
1082 if ((p->g->cflags & REG_ICASE) && isalpha(uc) && othercase(uc) != uc)

Completed in 31 milliseconds