Lines Matching refs:ISDIRSEP
67 if (ISDIRSEP(c) || c == '\0')
90 if (!ISDIRSEP(cwd[len - 1]))
98 if (!ISDIRSEP(plist[plen - 1]))
146 while (ISDIRSEP(*t))
158 if (!t[1] || ISDIRSEP(t[1])) {
161 } else if (t[1] == '.' && (!t[2] || ISDIRSEP(t[2]))) {
169 while (--cur > start && !ISDIRSEP(*cur))
180 while (*t && !ISDIRSEP(*t))
240 while (ISDIRSEP(*p))
250 if (ISDIRSEP(*xp))