ISDIRSEP         144 dir.c          		  ((s) == string || ISDIRSEP((s)[-1])))
ISDIRSEP         162 dir.c          	    if (!*s || ISDIRSEP(*s) || PERIOD(s))
ISDIRSEP         179 dir.c          	    else if (ISDIRSEP(c)) {
ISDIRSEP         195 dir.c          		else if (ISDIRSEP(*s))
ISDIRSEP         202 dir.c          	    if (!*s || ISDIRSEP(*s) || PERIOD(s))
ISDIRSEP         226 dir.c          	    if (ISDIRSEP(c) && isdirsep(*s))