Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/zstd/programs/
H A Dutil.c775 static const char * trimPath(const char *pathname) in trimPath() function
816 pathname = mallocAndJoin2Dir(outDirRootName, trimPath(srcFileName)); in UTIL_createMirroredDestDirName()
827 char* newDir = mallocAndJoin2Dir(outDirName, trimPath(srcDirName)); in mirrorSrcDir()
878 const char* s1 = trimPath(*(char * const *) pathname1); in compareDir()
879 const char* s2 = trimPath(*(char * const *) pathname2); in compareDir()
908 if (!firstIsParentOrSameDirOfSecond(trimPath(prevDirName), in makeUniqueMirroredDestDirs()
909 trimPath(currDirName))) in makeUniqueMirroredDestDirs()