cend             1422 ext/standard/string.c 	char *ret = NULL, *c, *comp, *cend;
cend             1426 ext/standard/string.c 	c = comp = cend = (char*)s;
cend             1448 ext/standard/string.c 						cend = c;
cend             1459 ext/standard/string.c 						cend = c;
cend             1483 ext/standard/string.c 		cend = c;
cend             1485 ext/standard/string.c 	if (suffix != NULL && sufflen < (uint)(cend - comp) &&
cend             1486 ext/standard/string.c 			memcmp(cend - sufflen, suffix, sufflen) == 0) {
cend             1487 ext/standard/string.c 		cend -= sufflen;
cend             1490 ext/standard/string.c 	len = cend - comp;