Lines Matching refs:SEP
4 #include "osdefs.h" // SEP
2012 if (tail == &path[1] && (path[0] == SEP || path[0] == ALTSEP)) {
2013 // Exclude paths with leading SEP
2022 return (path[0] == SEP);
2078 *abspath = (wchar_t)SEP;
2117 if (dirlen > 1 && dirname[dirlen - 1] != SEP) {
2118 buffer[dirlen] = SEP;
2171 if (filename[i] == SEP) {
2200 #define IS_SEP(x) (*(x) == SEP || *(x) == ALTSEP)
2202 #define IS_SEP(x) (*(x) == SEP)
2213 lastC = SEP;
2227 *p2++ = SEP;
2228 *p2++ = SEP;
2233 *p2++ = lastC = SEP;
2245 minP2 = p2 - 1; // Absolute path has SEP at minP2
2246 lastC = SEP;
2255 c = SEP;
2258 if (lastC == SEP) {
2264 while (p3 != minP2 && *--p3 == SEP) { }
2265 while (p3 != minP2 && *(p3 - 1) != SEP) { --p3; }
2274 } else if (p3[0] == SEP) {
2285 } else if (c == SEP) {
2295 while (--p2 != minP2 && *p2 == SEP) {