rb_str_encode_ospath  513 dir.c              dirname = rb_str_encode_ospath(dirname);
rb_str_encode_ospath 1014 dir.c          	path = rb_str_encode_ospath(path);
rb_str_encode_ospath 1033 dir.c          	args.old_path = rb_str_encode_ospath(rb_dir_getwd());
rb_str_encode_ospath 1099 dir.c              return rb_str_encode_ospath(d);
rb_str_encode_ospath 1272 dir.c          	tmp = rb_str_encode_ospath(tmp);
rb_str_encode_ospath 1583 dir.c          	tmp = rb_str_encode_ospath(tmp);
rb_str_encode_ospath 2175 dir.c              str = rb_str_encode_ospath(str);
rb_str_encode_ospath 2654 dir.c              dirname = rb_str_encode_ospath(dirname);
rb_str_encode_ospath   49 ext/-test-/file/fs.c     str = rb_str_encode_ospath(str);
rb_str_encode_ospath  353 file.c         	path = rb_str_encode_ospath(path);
rb_str_encode_ospath 1016 file.c             file = rb_str_encode_ospath(file);
rb_str_encode_ospath 1042 file.c         	tmp = rb_str_encode_ospath(*file);
rb_str_encode_ospath 1153 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1187 file.c             path = rb_str_encode_ospath(fptr->pathv);
rb_str_encode_ospath 1399 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1550 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1567 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1622 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1639 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1686 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1703 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1835 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 2033 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 2346 file.c             path = rb_str_encode_ospath(fptr->pathv);
rb_str_encode_ospath 2474 file.c             path = rb_str_encode_ospath(fptr->pathv);
rb_str_encode_ospath 2707 file.c             from = rb_str_encode_ospath(from);
rb_str_encode_ospath 2708 file.c             to = rb_str_encode_ospath(to);
rb_str_encode_ospath 2737 file.c             from = rb_str_encode_ospath(from);
rb_str_encode_ospath 2738 file.c             to = rb_str_encode_ospath(to);
rb_str_encode_ospath 2776 file.c             path = rb_str_encode_ospath(path);
rb_str_encode_ospath 2842 file.c             f = rb_str_encode_ospath(from);
rb_str_encode_ospath 2843 file.c             t = rb_str_encode_ospath(to);
rb_str_encode_ospath 3556 file.c         	    tmp = rb_str_encode_ospath(result);
rb_str_encode_ospath 3757 file.c                         VALUE testpath2 = rb_str_encode_ospath(testpath);
rb_str_encode_ospath 4440 file.c             path = rb_str_encode_ospath(path);
rb_str_encode_ospath 4889 file.c             fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 5518 file.c             path = rb_str_encode_ospath(path);
rb_str_encode_ospath  481 include/ruby/intern.h VALUE rb_str_encode_ospath(VALUE);
rb_str_encode_ospath 5429 io.c               data.fname = rb_str_encode_ospath(fname);
rb_str_encode_ospath 6797 io.c           	int e = rb_freopen(rb_str_encode_ospath(fptr->pathv),
rb_str_encode_ospath 7958 io.c           	    ARGF.filename = rb_str_encode_ospath(filename);
rb_str_encode_ospath  707 load.c             fname = rb_str_encode_ospath(orig_fname);
rb_str_encode_ospath  980 load.c         	path = rb_str_encode_ospath(fname);
rb_str_encode_ospath 1715 process.c      	    val = rb_str_encode_ospath(val);
rb_str_encode_ospath 2328 process.c      		vpath = rb_str_encode_ospath(vpath);
rb_str_encode_ospath 1969 ruby.c             arg.f = open_load_file(rb_str_encode_ospath(fname), &arg.xflag);