rb_enc_path_next 3002 file.c #define nextdirsep rb_enc_path_next rb_enc_path_next 3025 file.c if ((path = rb_enc_path_next(path, end, enc)) < end && path[0] && path[1] && !isdirsep(path[1])) rb_enc_path_next 3026 file.c path = rb_enc_path_next(path + 1, end, enc); rb_enc_path_next 3715 file.c const char *unresolved_firstsep = rb_enc_path_next(unresolved, pend, enc); rb_enc_path_next 277 include/ruby/encoding.h char *rb_enc_path_next(const char *,const char *,rb_encoding*);