Lines Matching refs:PATH_SEP
755 if ((needle == pathname || needle[-1] == PATH_SEP) in pathnameHas2Dots()
756 && (needle[2] == '\0' || needle[2] == PATH_SEP)) { in pathnameHas2Dots()
814 while (pathname[len] == PATH_SEP) { in convertPathnameToDirName()
825 pos = strrchr(pathname, PATH_SEP); in convertPathnameToDirName()
838 if (pathname[0] == PATH_SEP) in trimLeadingRootChar()
847 if ((pathname[0] == '.') && (pathname[1] == PATH_SEP)) in trimLeadingCurrentDirConst()
889 if (trailingChar != PATH_SEP) { in mallocAndJoin2Dir()
890 *buffer = PATH_SEP; in mallocAndJoin2Dir()
934 while ((sp = strchr(pp, PATH_SEP)) != NULL) { in mirrorSrcDirRecursive()
940 *sp = PATH_SEP; in mirrorSrcDirRecursive()
962 (secondDir[firstDirLen] == PATH_SEP || secondDir[firstDirLen] == '\0') && in firstIsParentOrSameDirOfSecond()