Home
last modified time | relevance | path

Searched refs:rb_file_open_str (Results 1 – 8 of 8) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/
H A Dfile_spec.rb55 @file = @s.rb_file_open_str(path, "w")
61 @file = @s.rb_file_open_str(path, "w")
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/
H A Dfile_spec.c16 return rb_file_open_str(name, RSTRING_PTR(mode)); in file_spec_rb_file_open_str()
/dports/lang/ruby26/ruby-2.6.9/
H A Dast.c131 f = rb_file_open_str(path, "r"); in rb_ast_parse_file()
H A Diseq.c1160 f = rb_file_open_str(file, "r"); in iseqw_s_compile_file()
H A Dio.c6239 rb_file_open_str(VALUE fname, const char *modestr) in rb_file_open_str() function
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h577 VALUE rb_file_open_str(VALUE, const char*);
/dports/lang/ruby26/ruby-2.6.9/ext/zlib/
H A Dzlib.c3116 io = rb_file_open_str(filename, mode); in gzfile_s_open()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.9.339362 * iseq.c (iseq_s_compile_file): use rb_file_open_str.
39365 (rb_file_open_str): call FilePathValue.
40204 * include/ruby/intern.h (rb_file_open_str): declared.
40206 * io.c (rb_file_open_str): defined.
40208 * ext/zlib/zlib.c (gzfile_s_open): use rb_file_open_str instead of