rb_str_capacity   184 ext/objspace/objspace_dump.c     if (!STR_EMBED_P(obj) && !STR_SHARED_P(obj) && (long)rb_str_capacity(obj) != RSTRING_LEN(obj))
rb_str_capacity   185 ext/objspace/objspace_dump.c 	dump_append(dc, ", \"capacity\":%"PRIdSIZE, rb_str_capacity(obj));
rb_str_capacity  3234 file.c             size_t dirlen = strlen(dir), buflen = rb_str_capacity(result);
rb_str_capacity   787 include/ruby/intern.h PUREFUNC(size_t rb_str_capacity(VALUE));
rb_str_capacity  5059 process.c      	    getpw_buf_len = rb_str_capacity(*getpw_tmp);
rb_str_capacity  5071 process.c      	    getpw_buf_len = rb_str_capacity(*getpw_tmp);
rb_str_capacity  5138 process.c      	    getgr_buf_len = rb_str_capacity(*getgr_tmp);
rb_str_capacity  5150 process.c      	    getgr_buf_len = rb_str_capacity(*getgr_tmp);
rb_str_capacity  1466 sprintf.c          f._w = rb_str_capacity(str);
rb_str_capacity   235 strftime.c     	const char *endp = start + rb_str_capacity(ftime);
rb_str_capacity   312 strftime.c     			endp = (start = s) + rb_str_capacity(ftime); \
rb_str_capacity   324 strftime.c     			endp = (start = s) + rb_str_capacity(ftime); \
rb_str_capacity   353 strftime.c     				endp = (start = s) + rb_str_capacity(ftime); \
rb_str_capacity   921 string.c           olen = rb_str_capacity(newstr);
rb_str_capacity  2010 string.c           long capa = rb_str_capacity(str) + 1;
rb_str_capacity  2448 string.c           if (len + termlen - 1 > (capa = (long)rb_str_capacity(str))) {
rb_str_capacity  1829 transcode.c            if (rb_str_capacity(dst) - dlen < (size_t)len + max_output) {
rb_str_capacity  1839 transcode.c            de = ds + rb_str_capacity(dst);
rb_str_capacity  3770 transcode.c        if (rb_str_capacity(output) < output_byteend)