px                383 src/string.c   static int sb_strcasecmp(const char *px, int sizx,
px                387 src/string.c       for (; sizx > 0 && sizy > 0; sizx--, sizy--, px++, py++) {
px                388 src/string.c           cx = tolower(*px);
px                399 src/string.c   static int mb_strcasecmp(const char *px, int lenx,
px                403 src/string.c       for (; lenx > 0 && leny > 0; lenx--, leny--, px+=ix, py+=iy) {
px                404 src/string.c           SCM_CHAR_GET(px, cx);
px                420 src/string.c       const char *px, *py;
px                430 src/string.c       px = SCM_STRING_BODY_START(xb);
px                434 src/string.c           return sb_strcasecmp(px, sizx, py, sizy);
px                436 src/string.c           return mb_strcasecmp(px, lenx, py, leny);