strrdirsep       3406 file.c         			if (!(n = strrdirsep(root, p, enc))) {
strrdirsep       3497 file.c             if ((s = strrdirsep(b = buf, p, enc)) != 0 && !strpbrk(s, "*?")) {
strrdirsep       3727 file.c         		const char *lastsep = strrdirsep(resolved_names, resolved_str + RSTRING_LEN(*resolvedp), enc);
strrdirsep       4016 file.c         	if (!(p = strrdirsep(name, end, enc))) {
strrdirsep       4141 file.c             p = strrdirsep(root, end, enc);
strrdirsep       4182 file.c             p = strrdirsep(name, end, enc);	/* get the last path component */
strrdirsep       5599 file.c         	s = strrdirsep(p0, e0, enc);