send              906 compile.c          iobj = new_insn_core(iseq, line_no, BIN(send), 5, operands);
send             1727 compile.c      	if (piobj->insn_id == BIN(send) &&
send             1763 compile.c          if (iobj->insn_id == BIN(send)) {
send              176 dir.c              const char *send = s + strlen(s);
send              199 dir.c          	    Inc(s, send, enc);
send              208 dir.c          		Inc(s, send, enc);
send              224 dir.c          	Inc(s, send, enc);
send              230 dir.c          	    Inc(stmp, send, enc); /* !ISEND(*stmp) */
send              247 dir.c              const char *send = s + strlen(string);
send              262 dir.c          		while (*s && *s != '/') Inc(s, send, enc);
send              273 dir.c          		while (*stmp && *stmp != '/') Inc(stmp, send, enc);
send             11698 ext/ripper/ripper.c 	if (send - str <= 6) return;
send             11719 ext/ripper/ripper.c 	    if (++str >= send) return;
send             11727 ext/ripper/ripper.c     while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send);
send             6298 ext/ripper/ripper.y 	if (send - str <= 6) return;
send             6319 ext/ripper/ripper.y 	    if (++str >= send) return;
send             6327 ext/ripper/ripper.y     while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send);
send              523 ext/socket/socket.c     return (VALUE)send(arg->fd, RSTRING_PTR(mesg), RSTRING_LEN(mesg),
send               67 ext/syck/emitter.c     char *send = s + len;
send               80 ext/syck/emitter.c     while (s < send) {
send               92 ext/syck/emitter.c         if (s + 2 < send && s[2] == '=')
send               94 ext/syck/emitter.c         if (c != -1 && s + 3 < send && s[3] == '=') {
send             1098 pack.c             unsigned char *send = s + RSTRING_LEN(from);
send             1100 pack.c             while (s < send) {
send             1165 pack.c             if (len > (send-s)/sz) {			\
send             1167 pack.c         	    tmp = len-(send-s)/sz;		\
send             1169 pack.c         	len = (send-s)/sz;			\
send             1338 pack.c             char *s, *send;
send             1361 pack.c             send = s + RSTRING_LEN(str);
send             1397 pack.c         	    len = send - s;
send             1417 pack.c         	    if (len > send - s) len = send - s;
send             1435 pack.c         		if (len > send-s) len = send-s;
send             1438 pack.c         		if (t < send) t++;
send             1444 pack.c         	    if (len > send - s) len = send - s;
send             1456 pack.c         		if (p[-1] == '*' || len > (send - s) * 8)
send             1457 pack.c         		    len = (send - s) * 8;
send             1476 pack.c         		if (p[-1] == '*' || len > (send - s) * 8)
send             1477 pack.c         		    len = (send - s) * 8;
send             1496 pack.c         		if (p[-1] == '*' || len > (send - s) * 2)
send             1497 pack.c         		    len = (send - s) * 2;
send             1518 pack.c         		if (p[-1] == '*' || len > (send - s) * 2)
send             1519 pack.c         		    len = (send - s) * 2;
send             1762 pack.c         	    if (len > send - s) len = send - s;
send             1763 pack.c         	    while (len > 0 && s < send) {
send             1764 pack.c         		long alen = send - s;
send             1775 pack.c         		VALUE buf = infected_str_new(0, (send - s)*3/4, str);
send             1779 pack.c         		while (s < send && *s > ' ' && *s < 'a') {
send             1794 pack.c         			if (s < send && *s >= ' ')
send             1798 pack.c         			if (s < send && *s >= ' ')
send             1802 pack.c         			if (s < send && *s >= ' ')
send             1806 pack.c         			if (s < send && *s >= ' ')
send             1819 pack.c         		    else if (s < send && (s+1 == send || s[1] == '\n'))
send             1830 pack.c         		VALUE buf = infected_str_new(0, (send - s)*3/4, str);
send             1846 pack.c         		    while (s < send) {
send             1849 pack.c         			if (s >= send || a == -1) rb_raise(rb_eArgError, "invalid base64");
send             1851 pack.c         			if (s >= send || b == -1) rb_raise(rb_eArgError, "invalid base64");
send             1853 pack.c         			    if (s + 2 == send && *(s + 1) == '=') break;
send             1857 pack.c         			if (s >= send || c == -1) rb_raise(rb_eArgError, "invalid base64");
send             1858 pack.c         			if (s + 1 == send && *s == '=') break;
send             1876 pack.c         		    while (s < send) {
send             1878 pack.c         			while ((a = b64_xtable[(unsigned char)*s]) == -1 && s < send) {s++;}
send             1879 pack.c         			if (s >= send) break;
send             1881 pack.c         			while ((b = b64_xtable[(unsigned char)*s]) == -1 && s < send) {s++;}
send             1882 pack.c         			if (s >= send) break;
send             1884 pack.c         			while ((c = b64_xtable[(unsigned char)*s]) == -1 && s < send) {if (*s == '=') break; s++;}
send             1885 pack.c         			if (*s == '=' || s >= send) break;
send             1887 pack.c         			while ((d = b64_xtable[(unsigned char)*s]) == -1 && s < send) {if (*s == '=') break; s++;}
send             1888 pack.c         			if (*s == '=' || s >= send) break;
send             1910 pack.c         		VALUE buf = infected_str_new(0, send - s, str);
send             1914 pack.c         		while (s < send) {
send             1916 pack.c         			if (++s == send) break;
send             1917 pack.c                                if (s+1 < send && *s == '\r' && *(s+1) == '\n')
send             1921 pack.c         			    if (++s == send) break;
send             1950 pack.c         	    if (len > send - s)
send             1956 pack.c         	    if (sizeof(char *) <= send - s) {
send             1993 pack.c         	    if (len > (send - s) / sizeof(char *))
send             1994 pack.c         		len = (send - s) / sizeof(char *);
send             1996 pack.c         		if (send - s < sizeof(char *))
send             2034 pack.c         		while (len > 0 && s < send) {
send             2045 pack.c         			while (s < send) {
send             11630 parse.c        	if (send - str <= 6) return;
send             11651 parse.c        	    if (++str >= send) return;
send             11659 parse.c            while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send);
send             6298 parse.y        	if (send - str <= 6) return;
send             6319 parse.y        	    if (++str >= send) return;
send             6327 parse.y            while ((*str == '-' || *str == '_' || ISALNUM(*str)) && ++str < send);
send             2821 re.c               char *s, *send, *t;
send             2827 re.c               send = s + RSTRING_LEN(str);
send             2828 re.c               while (s < send) {
send             2829 re.c                   c = rb_enc_ascget(s, send, &clen, enc);
send             2831 re.c                       s += mbclen(s, send, enc);
send             2864 re.c               while (s < send) {
send             2865 re.c                   c = rb_enc_ascget(s, send, &clen, enc);
send             2867 re.c           	    int n = mbclen(s, send, enc);
send             1122 regexec.c      	    if (pend - pstart > send - *s) return 0; /* or goto next_mem; */
send             1128 regexec.c      				pstart, &ss, (int )(pend - pstart), send) == 0)
send             3091 regparse.c           OnigCodePoint send[] = { (OnigCodePoint )':', (OnigCodePoint )']' };
send             3094 regparse.c           if (str_exist_check_with_esc(send, 2, p, end,
send             4264 string.c           char *s, *send;
send             4270 string.c           s = RSTRING_PTR(str); send = RSTRING_END(str);
send             4272 string.c       	while (s < send) {
send             4285 string.c       	while (s < send) {
send             4296 string.c       		c = rb_enc_codepoint(s, send, enc);
send             4346 string.c           char *s, *send;
send             4352 string.c           s = RSTRING_PTR(str); send = RSTRING_END(str);
send             4354 string.c       	while (s < send) {
send             4367 string.c       	while (s < send) {
send             4378 string.c       		c = rb_enc_codepoint(s, send, enc);
send             4433 string.c           char *s, *send;
send             4441 string.c           s = RSTRING_PTR(str); send = RSTRING_END(str);
send             4443 string.c           c = rb_enc_codepoint(s, send, enc);
send             4449 string.c           while (s < send) {
send             4450 string.c       	c = rb_enc_codepoint(s, send, enc);
send             4498 string.c           char *s, *send;
send             4504 string.c           s = RSTRING_PTR(str); send = RSTRING_END(str);
send             4505 string.c           while (s < send) {
send             4506 string.c       	unsigned int c = rb_enc_codepoint(s, send, enc);
send             4518 string.c       	s += rb_enc_mbclen(s, send, enc);
send             4599 string.c           char *s, *send;
send             4676 string.c           s = RSTRING_PTR(str); send = RSTRING_END(str);
send             4682 string.c       	while (s < send) {
send             4683 string.c       	    c0 = c = rb_enc_codepoint(s, send, enc);
send             4728 string.c       	while (s < send) {
send             4749 string.c       	while (s < send) {
send             4750 string.c       	    c0 = c = rb_enc_codepoint(s, send, enc);
send             4935 string.c           char *s, *send, *t;
send             4955 string.c           send = RSTRING_END(str);
send             4956 string.c           while (s < send) {
send             4971 string.c       	    c = rb_enc_codepoint(s, send, enc);
send             5029 string.c           char *s, *send, *t;
send             5052 string.c           send = RSTRING_END(str);
send             5057 string.c               while (s < send) {
send             5064 string.c       	while (s < send) {
send             5075 string.c       		c = rb_enc_codepoint(s, send, enc);
send             5182 string.c           char *s, *send;
send             5199 string.c           send = RSTRING_END(str);
send             5203 string.c           while (s < send) {
send             5215 string.c       	    c = rb_enc_codepoint(s, send, enc);
send             6842 string.c           while (s < send) {
send             6843 string.c       	int c = rb_enc_codepoint(s, send, enc);
send             2531 win32/win32.c  		    r = send(s, buf, len, flags);