str_make_independent_expand  172 string.c       static void str_make_independent_expand(VALUE str, long len, long expand, const int termlen);
str_make_independent_expand  180 string.c           str_make_independent_expand((str), len, 0L, termlen);
str_make_independent_expand 1919 string.c       	str_make_independent_expand(str, len, expand, termlen);
str_make_independent_expand 1932 string.c       	    str_make_independent_expand(str, len, expand, termlen);
str_make_independent_expand 2014 string.c       	str_make_independent_expand(str, len, 0L, termlen);
str_make_independent_expand 2018 string.c       	    str_make_independent_expand(str, len, 0L, termlen);
str_make_independent_expand 2479 string.c       	    str_make_independent_expand(str, slen, len - slen, termlen);
str_make_independent_expand 2493 string.c       	    str_make_independent_expand(str, slen, len - slen, termlen);