rb_str_normalize_ospath  792 dir.c          	    !NIL_P(path = rb_str_normalize_ospath(name, namlen))) {
rb_str_normalize_ospath 1053 dir.c              cwd = rb_str_normalize_ospath(path, strlen(path));
rb_str_normalize_ospath 1551 dir.c          	if (!NIL_P(utf8str = rb_str_normalize_ospath(name, len))) {
rb_str_normalize_ospath 1832 dir.c          		if (!NIL_P(utf8str = rb_str_normalize_ospath(name, namlen))) {
rb_str_normalize_ospath    7 ext/-test-/string/normalize.c     return rb_str_normalize_ospath(RSTRING_PTR(str), RSTRING_LEN(str));
rb_str_normalize_ospath 3221 file.c             VALUE path = rb_str_normalize_ospath(ptr, len);
rb_str_normalize_ospath 1547 internal.h     VALUE rb_str_normalize_ospath(const char *ptr, long len);