Home
last modified time | relevance | path

Searched refs:rb_str_new_frozen (Results 1 – 22 of 22) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/test/-ext-/string/
H A Dtest_fstring.rb78 frozen_str = Bug::String.rb_str_new_frozen(str)
H A Dtest_cstr.rb47 str = Bug::String.rb_str_new_frozen(str)
/dports/lang/ruby26/ruby-2.6.9/ext/-test-/string/
H A Dcstr.c131 return rb_str_new_frozen(str); in bug_str_s_rb_str_new_frozen()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h730 VALUE rb_str_new_frozen(VALUE);
765 #define rb_str_dup_frozen rb_str_new_frozen
878 #define rb_str_new4 rb_str_new_frozen
/dports/lang/ruby26/ruby-2.6.9/ext/socket/
H A Dunixsocket.c106 fptr->pathv = rb_str_new_frozen(path); in rsock_init_unixsock()
/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c1182 root = rb_str_new_frozen(str); in str_replace_shared_without_enc()
1226 rb_str_new_frozen(VALUE orig) in rb_str_new_frozen() function
2615 str2 = rb_str_new_frozen(str); in str_substr()
2676 #define rb_str_dup_frozen rb_str_new_frozen in rb_str_dup_frozen()
4434 beg = rb_str_new_frozen(beg); in rb_str_include_range_p()
4436 end = rb_str_new_frozen(end); in rb_str_include_range_p()
4978 str = rb_str_new_frozen(str); in rb_pat_search()
5535 str2 = rb_str_new_frozen(str); in str_byte_substr()
8099 str = rb_str_new_frozen(str); in rb_str_enumerate_lines()
8347 str = rb_str_new_frozen(str); in rb_str_enumerate_chars()
[all …]
H A Dtranscode.c1855 src = rb_str_new_frozen(src); in rb_econv_substr_append()
2545 v = rb_str_new_frozen(v); in rb_econv_prepare_options()
H A Druby.c2222 rb_progname = rb_str_new_frozen(ruby_setproctitle(val)); in set_arg0()
H A Dprocess.c2361 prog = rb_str_new_frozen(prog); in rb_check_argv()
2366 argv[i] = rb_str_new_frozen(argv[i]); in rb_check_argv()
H A Dvariable.c355 str = rb_str_new_frozen(name); in rb_set_class_path_string()
H A Dthread.c3106 name = rb_str_new_frozen(name); in rb_thread_setname()
H A Dhash.c2526 return rb_str_new_frozen(key); in rb_hash_key_str()
H A Dio.c6195 pathv = rb_str_new_frozen(filename); in rb_file_open_generic()
12717 ARGF.inplace = rb_str_new_frozen(val); in argf_inplace_mode_set()
H A Dparse.y5011 p->lex.input = rb_str_new_frozen(s);
11371 fname = rb_str_new_frozen(fname);
H A Dparse.c11244 p->lex.input = rb_str_new_frozen(s); in parser_compile_string()
17604 fname = rb_str_new_frozen(fname); in ripper_initialize()
H A DChangeLog1437 Fix a use-after-free bug by avoiding rb_str_new_frozen
1439 `str2 = rb_str_new_frozen(str1)` seems to make str1 a shared string that
1446 I guess this is a bug of rb_str_new_frozen, but I'm completely unsure
/dports/lang/ruby26/ruby-2.6.9/ext/ripper/
H A Dripper.y5011 p->lex.input = rb_str_new_frozen(s);
11371 fname = rb_str_new_frozen(fname);
H A Dripper.c11277 p->lex.input = rb_str_new_frozen(s); in parser_compile_string()
17637 fname = rb_str_new_frozen(fname); in ripper_initialize()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.2.09203 * string.c (rb_str_new_frozen): consider the shared string at
11062 * string.c (rb_str_new_frozen): refactoring code.
11086 * rb_str_new4 -> rb_str_new_frozen
H A DChangeLog-2.0.011314 * string.c (rb_str_new_frozen): since the result object should have
13302 * process.c (rb_check_argv): use rb_str_new_frozen instead of
H A DChangeLog-2.1.013421 * string.c (rb_str_new_frozen): remove debug print.
H A DChangeLog-1.9.324291 * string.c (rb_str_new_frozen): must not change encoding of frozen