Home
last modified time | relevance | path

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

/dragonfly/contrib/zstd/programs/
H A Dutil.c867 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument
869 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond()
873 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()