Home
last modified time | relevance | path

Searched refs:rb_find_file_ext (Results 1 – 4 of 4) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h500 int rb_find_file_ext(VALUE*, const char* const*);
/dports/lang/ruby26/ruby-2.6.9/
H A Dfile.c6044 rb_find_file_ext(VALUE *filep, const char *const *ext) in rb_find_file_ext() function
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.05809 * file.c (rb_find_file_ext): should not terminate searching with
7339 * file.c (rb_find_file_ext): ditto.
12102 * file.c (rb_find_file_ext): add const qualifiers to ext.
12104 * intern.h (rb_find_file_ext): ditto.
12134 * intern.h (rb_find_file_ext): changed from rb_find_file_noext().
12170 * file.c (rb_find_file_ext): extension table can be supplied from
12174 rb_find_file_ext.
H A DChangeLog-1.9.326170 * file.c (rb_find_file_ext, rb_find_file): no needs to expand
26583 * file.c (rb_find_file_ext, rb_find_file): canonicalize absolute
31165 * file.c (rb_find_file_ext): should not be infected from other
44026 * file.c (rb_find_file_ext, rb_find_file): ditto.
44486 * file.c (rb_find_file_ext, rb_find_file): explicit relative path
44540 * file.c (rb_find_file_ext, rb_find_file): not to split load path with
48891 * file.c (rb_find_file_ext): guard load_path from GC.
48934 * file.c (rb_find_file_ext, rb_find_file), process.c (proc_exec_v),
49215 * file.c (rb_find_file_ext, rb_find_file), ruby.c (push_include,
58737 * file.c (rb_find_file_ext): search .rb files first through in the
[all …]