is_absolute_path 2601 file.c         static int is_absolute_path(const char*);
is_absolute_path 2701 file.c             else if (!is_absolute_path(s)) {
is_absolute_path 4411 file.c             if (!is_absolute_path(p0)) {
is_absolute_path 4517 file.c             if (is_absolute_path(f) || is_explicit_relative(f)) {
is_absolute_path 4523 file.c         		if (!is_absolute_path(f)) fname = rb_file_expand_path(fname, Qnil);
is_absolute_path 4576 file.c             if (is_absolute_path(f) || is_explicit_relative(f)) {
is_absolute_path 4581 file.c         	if (!is_absolute_path(f)) path = rb_file_expand_path(path, Qnil);