send 1098 compile.c return new_insn_core(iseq, line_no, BIN(send), 3, operands); send 2258 compile.c (IS_INSN_ID(iobj, send) || send 2293 compile.c if (IS_INSN_ID(piobj, send) || IS_INSN_ID(piobj, invokesuper)) { send 2345 compile.c if (IS_INSN_ID(niobj, send)) { send 2362 compile.c if (IS_INSN_ID(iobj, send)) { send 233 dir.c if ((r <= (send-s) && memcmp(t1, s, r) == 0) || send 234 dir.c (r2 <= (send-s) && memcmp(t2, s, r2) == 0)) { send 238 dir.c c1 = rb_enc_codepoint(s, send, enc); send 249 dir.c if (r <= (send-s) && memcmp(t1, s, r) == 0) { send 254 dir.c c1 = rb_enc_toupper(rb_enc_codepoint(s, send, enc), enc); send 291 dir.c const char *send = s + strlen(s); send 316 dir.c Inc(s, send, enc); send 323 dir.c if ((t = bracket(p + 1, pend, s, send, flags, enc)) != 0) { send 325 dir.c Inc(s, send, enc); send 341 dir.c if (r <= (send-s) && memcmp(p, s, r) == 0) { send 348 dir.c rb_enc_toupper(rb_enc_codepoint(s, send, enc), enc)) send 351 dir.c Inc(s, send, enc); send 357 dir.c Inc(stmp, send, enc); /* !ISEND(*stmp) */ send 374 dir.c const char *send = s + strlen(string); send 389 dir.c while (*s && *s != '/') Inc(s, send, enc); send 400 dir.c while (*stmp && *stmp != '/') Inc(stmp, send, enc); send 13037 ext/ripper/ripper.c if (send - str <= 6) return; send 13058 ext/ripper/ripper.c if (++str >= send) return; send 13066 ext/ripper/ripper.c while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send); send 7288 ext/ripper/ripper.y if (send - str <= 6) return; send 7309 ext/ripper/ripper.y if (++str >= send) return; send 7317 ext/ripper/ripper.y while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send); send 95 ext/socket/init.c return (VALUE)send(arg->fd, RSTRING_PTR(mesg), RSTRING_LEN(mesg), send 1029 pack.c unsigned char *send = s + RSTRING_LEN(from); send 1031 pack.c while (s < send) { send 1088 pack.c if (len > (long)((send-s)/(sz))) { \ send 1090 pack.c tmp_len = len-(send-s)/(sz); \ send 1092 pack.c len = (send-s)/(sz); \ send 1237 pack.c char *s, *send; send 1262 pack.c send = s + RSTRING_LEN(str); send 1317 pack.c len = send - s; send 1337 pack.c if (len > send - s) len = send - s; send 1355 pack.c if (len > send-s) len = send-s; send 1358 pack.c if (t < send) t++; send 1364 pack.c if (len > send - s) len = send - s; send 1376 pack.c if (p[-1] == '*' || len > (send - s) * 8) send 1377 pack.c len = (send - s) * 8; send 1396 pack.c if (p[-1] == '*' || len > (send - s) * 8) send 1397 pack.c len = (send - s) * 8; send 1416 pack.c if (p[-1] == '*' || len > (send - s) * 2) send 1417 pack.c len = (send - s) * 2; send 1438 pack.c if (p[-1] == '*' || len > (send - s) * 2) send 1439 pack.c len = (send - s) * 2; send 1647 pack.c if (len > send - s) len = send - s; send 1648 pack.c while (len > 0 && s < send) { send 1649 pack.c long alen = send - s; send 1660 pack.c VALUE buf = infected_str_new(0, (send - s)*3/4, str); send 1664 pack.c while (s < send && (unsigned char)*s > ' ' && (unsigned char)*s < 'a') { send 1679 pack.c if (s < send && (unsigned char)*s >= ' ' && (unsigned char)*s < 'a') send 1683 pack.c if (s < send && (unsigned char)*s >= ' ' && (unsigned char)*s < 'a') send 1687 pack.c if (s < send && (unsigned char)*s >= ' ' && (unsigned char)*s < 'a') send 1691 pack.c if (s < send && (unsigned char)*s >= ' ' && (unsigned char)*s < 'a') send 1702 pack.c if (s < send && (unsigned char)*s != '\r' && *s != '\n') send 1704 pack.c if (s < send && *s == '\r') s++; send 1705 pack.c if (s < send && *s == '\n') s++; send 1715 pack.c VALUE buf = infected_str_new(0, (send - s + 3)*3/4, str); /* +3 is for skipping paddings */ send 1731 pack.c while (s < send) { send 1734 pack.c if (s >= send || a == -1) rb_raise(rb_eArgError, "invalid base64"); send 1736 pack.c if (s >= send || b == -1) rb_raise(rb_eArgError, "invalid base64"); send 1738 pack.c if (s + 2 == send && *(s + 1) == '=') break; send 1742 pack.c if (s >= send || c == -1) rb_raise(rb_eArgError, "invalid base64"); send 1743 pack.c if (s + 1 == send && *s == '=') break; send 1761 pack.c while (s < send) { send 1763 pack.c while ((a = b64_xtable[(unsigned char)*s]) == -1 && s < send) {s++;} send 1764 pack.c if (s >= send) break; send 1766 pack.c while ((b = b64_xtable[(unsigned char)*s]) == -1 && s < send) {s++;} send 1767 pack.c if (s >= send) break; send 1769 pack.c while ((c = b64_xtable[(unsigned char)*s]) == -1 && s < send) {if (*s == '=') break; s++;} send 1770 pack.c if (*s == '=' || s >= send) break; send 1772 pack.c while ((d = b64_xtable[(unsigned char)*s]) == -1 && s < send) {if (*s == '=') break; s++;} send 1773 pack.c if (*s == '=' || s >= send) break; send 1796 pack.c VALUE buf = infected_str_new(0, send - s, str); send 1800 pack.c while (s < send) { send 1802 pack.c if (++s == send) break; send 1803 pack.c if (s+1 < send && *s == '\r' && *(s+1) == '\n') send 1807 pack.c if (++s == send) break; send 1819 pack.c rb_str_buf_cat(buf, ss, send-ss); send 1838 pack.c if (len > send - s) send 1844 pack.c if (sizeof(char *) <= (size_t)(send - s)) { send 1882 pack.c if (len > (long)((send - s) / sizeof(char *))) send 1883 pack.c len = (send - s) / sizeof(char *); send 1885 pack.c if ((size_t)(send - s) < sizeof(char *)) send 1922 pack.c while (len > 0 && s < send) { send 12961 parse.c if (send - str <= 6) return; send 12982 parse.c if (++str >= send) return; send 12990 parse.c while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send); send 7288 parse.y if (send - str <= 6) return; send 7309 parse.y if (++str >= send) return; send 7317 parse.y while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send); send 3352 re.c char *s, *send, *t; send 3358 re.c send = s + RSTRING_LEN(str); send 3359 re.c while (s < send) { send 3360 re.c c = rb_enc_ascget(s, send, &clen, enc); send 3362 re.c s += mbclen(s, send, enc); send 3395 re.c while (s < send) { send 3396 re.c c = rb_enc_ascget(s, send, &clen, enc); send 3398 re.c int n = mbclen(s, send, enc); send 1222 regexec.c if (pend - pstart > send - *s) return 0; /* or goto next_mem; */ send 1228 regexec.c pstart, &ss, pend - pstart, send) == 0) send 3255 regparse.c OnigCodePoint send[] = { (OnigCodePoint )':', (OnigCodePoint )']' }; send 3258 regparse.c if (str_exist_check_with_esc(send, 2, p, end, send 5882 string.c char *s = RSTRING_PTR(str), *send = RSTRING_END(str); send 5884 string.c while (s < send) { send 5948 string.c char *s = RSTRING_PTR(str), *send = RSTRING_END(str); send 5950 string.c while (s < send) { send 6217 string.c char *s, *send; send 6300 string.c s = RSTRING_PTR(str); send = RSTRING_END(str); send 6307 string.c while (s < send) { send 6310 string.c c0 = c = rb_enc_codepoint_len(s, send, &clen, e1); send 6366 string.c while (s < send) { send 6388 string.c while (s < send) { send 6390 string.c c0 = c = rb_enc_codepoint_len(s, send, &clen, e1); send 6611 string.c char *s, *send, *t; send 6629 string.c send = RSTRING_END(str); send 6631 string.c while (s < send) { send 6646 string.c c = rb_enc_codepoint_len(s, send, &clen, enc); send 6705 string.c char *s, *send, *t; send 6728 string.c send = RSTRING_END(str); send 6733 string.c while (s < send) { send 6741 string.c while (s < send) { send 6752 string.c c = rb_enc_codepoint_len(s, send, &clen, enc); send 6869 string.c char *s, *send; send 6890 string.c send = RSTRING_END(str); send 6891 string.c while (s < send) { send 6908 string.c send = RSTRING_END(str); send 6911 string.c while (s < send) { send 6922 string.c c = rb_enc_codepoint_len(s, send, &clen, enc); send 9257 string.c while (s < send) { send 9259 string.c int c = rb_enc_precise_mbclen(s, send, enc); send 9263 string.c c = rb_enc_mbc_to_codepoint(s, send, enc); send 3379 win32/win32.c r = send(s, buf, len, flags);