Home
last modified time | relevance | path

Searched refs:rb_is_absolute_path (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dload.c73 rb_is_absolute_path(as_cstr)) || in rb_construct_expanded_load_path()
82 if (!*has_relative && !rb_is_absolute_path(as_cstr)) in rb_construct_expanded_load_path()
H A Dfile.c3550 if (!rb_is_absolute_path(RSTRING_PTR(result))) { in rb_file_expand_path_internal()
3600 else if (!rb_is_absolute_path(s)) { in rb_file_expand_path_internal()
5870 rb_is_absolute_path(const char *path) in rb_is_absolute_path() function
5902 if (!rb_is_absolute_path(p0)) { in path_check_0()
6069 if (expanded || rb_is_absolute_path(f) || is_explicit_relative(f)) { in rb_find_file_ext_safe()
6138 if (expanded || rb_is_absolute_path(f) || is_explicit_relative(f)) { in rb_find_file_safe()
/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h504 int rb_is_absolute_path(const char *);