isdirsep 2474 file.c while (isdirsep(*path)) path++;
isdirsep 2482 file.c while (*s && !isdirsep(*s)) {
isdirsep 2498 file.c if (isdirsep(path[0]) && isdirsep(path[1])) {
isdirsep 2500 file.c while (isdirsep(*path)) path++;
isdirsep 2501 file.c if (*(path = nextdirsep(path)) && path[1] && !isdirsep(path[1]))
isdirsep 2520 file.c if (isdirsep(*path)) {
isdirsep 2522 file.c while (isdirsep(*path)) path++;
isdirsep 2537 file.c if (isdirsep(*path)) {
isdirsep 2539 file.c while (isdirsep(*path)) path++;
isdirsep 2552 file.c if (isdirsep(*path)) path++;
isdirsep 2567 file.c else if (isdirsep(*path)) {
isdirsep 2569 file.c while (isdirsep(*path)) path++;
isdirsep 2618 file.c if (isdirsep(s[1]) || s[1] == '\0') {
isdirsep 2667 file.c if (isdirsep(s[2])) {
isdirsep 2717 file.c if (isdirsep(*s)) {
isdirsep 2728 file.c do s++; while (isdirsep(*s));
isdirsep 2754 file.c if (*(s+1) == '\0' || isdirsep(*(s+1))) {
isdirsep 3026 file.c while (isdirsep(*name))
isdirsep 3053 file.c while (isdirsep(*p)) p++; /* skip last / */
isdirsep 3093 file.c if (root > name + 1 && isdirsep(*name))
isdirsep 3106 file.c if (has_drive_letter(name) && isdirsep(*(name + 2))) {
isdirsep 3176 file.c else if (isdirsep(*p))
isdirsep 3279 file.c if (RSTRING_PTR(tmp) && isdirsep(RSTRING_PTR(tmp)[0])) {
isdirsep 4384 file.c if (has_drive_letter(path) && isdirsep(path[2])) return 1;
isdirsep 4387 file.c if (isdirsep(path[0]) && isdirsep(path[1])) return 1;
isdirsep 4493 file.c return isdirsep(*path);
isdirsep 664 win32/win32.c if ((i == 0 || i > 0 && isdirsep(interp[i-1])) &&