Home
last modified time | relevance | path

Searched refs:PATH_SEP (Results 1 – 4 of 4) sorted by relevance

/dragonfly/contrib/zstd/programs/
H A Dutil.c724 while (pathname[len] == PATH_SEP) { in convertPathnameToDirName()
735 pos = strrchr(pathname, PATH_SEP); in convertPathnameToDirName()
748 if (pathname[0] == PATH_SEP) in trimLeadingRootChar()
757 if ((pathname[0] == '.') && (pathname[1] == PATH_SEP)) in trimLeadingCurrentDirConst()
799 if (trailingChar != PATH_SEP) { in mallocAndJoin2Dir()
800 *buffer = PATH_SEP; in mallocAndJoin2Dir()
844 while ((sp = strchr(pp, PATH_SEP)) != NULL) { in mirrorSrcDirRecursive()
850 *sp = PATH_SEP; in mirrorSrcDirRecursive()
872 (secondDir[firstDirLen] == PATH_SEP || secondDir[firstDirLen] == '\0') && in firstIsParentOrSameDirOfSecond()
H A Dutil.h117 #define PATH_SEP '\\' macro
120 #define PATH_SEP '/' macro
H A Dfileio.c745 filename = strrchr(filenameTable[u], PATH_SEP); in FIO_checkFilenameCollisions()
/dragonfly/contrib/bzip2/
H A Dbzip2.c77 # define PATH_SEP '/' macro
134 # define PATH_SEP '\\' macro
1821 if (*tmp == PATH_SEP) progName = tmp + 1; in main()