rb_fstring_new   1328 internal.h     VALUE rb_fstring_new(const char *ptr, long len);
rb_fstring_new   1329 internal.h     #define rb_fstring_lit(str) rb_fstring_new((str), rb_strlen_lit(str))
rb_fstring_new   1335 internal.h     	rb_fstring_new((str), (long)strlen(str)) : \
rb_fstring_new   1914 object.c       	rb_name_err_raise_str(rb_fstring_new(message, message_len),
rb_fstring_new    379 string.c           return rb_fstring_new(ptr, strlen(ptr));
rb_fstring_new   1702 variable.c     	rb_name_err_raise_str(rb_fstring_new(message, message_len),