Home | History | Annotate | Download | only in Modules

Lines Matching refs:SEP

117     while (i > 0 && dir[i] != SEP)
190 if (stuff[0] == SEP)
194 if (n > 0 && buffer[n-1] != SEP && n < MAXPATHLEN)
195 buffer[n++] = SEP;
211 if (p[0] == SEP)
219 if (p[0] == '.' && p[1] == SEP)
231 if (path[0] == SEP)
368 static char separator[2] = {SEP, '\0'};
397 if (strchr(prog, SEP))
410 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
440 if (progpath[0] != SEP && progpath[0] != '\0')
486 if (tmpbuffer[0] == SEP)
553 if (defpath[0] != SEP)
598 if (defpath[0] != SEP) {
600 if (prefixsz >= 2 && prefix[prefixsz - 2] != SEP &&