Home | History | Annotate | Download | only in Modules

Lines Matching refs:SEP

138     while (i > 0 && dir[i] != SEP)

211 if (stuff[0] == SEP)
215 if (n > 0 && buffer[n-1] != SEP && n < MAXPATHLEN)
216 buffer[n++] = SEP;
232 if (p[0] == SEP)
240 if (p[0] == '.' && p[1] == SEP)
252 if (path[0] == SEP)
376 static char separator[2] = {SEP, '\0'};
405 if (strchr(prog, SEP))
418 else if(0 == _NSGetExecutablePath(progpath, &nsexeclength) && progpath[0] == SEP)
448 if (progpath[0] != SEP && progpath[0] != '\0')
494 if (tmpbuffer[0] == SEP)
561 if (defpath[0] != SEP)
606 if (defpath[0] != SEP) {