Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.h117 #define PATH_SEP '\\' macro
120 #define PATH_SEP '/' macro
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 Dfileio.c745 filename = strrchr(filenameTable[u], PATH_SEP); in FIO_checkFilenameCollisions()