nextdirsep 2501 file.c if (*(path = nextdirsep(path)) && path[1] && !isdirsep(path[1])) nextdirsep 2502 file.c path = nextdirsep(path + 1); nextdirsep 2645 file.c s = nextdirsep(b = s);