Home
last modified time | relevance | path

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

/freebsd/sys/contrib/zstd/programs/
H A Dutil.c959 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond() local
961 return firstDirLen <= secondDirLen && in firstIsParentOrSameDirOfSecond()
962 (secondDir[firstDirLen] == PATH_SEP || secondDir[firstDirLen] == '\0') && in firstIsParentOrSameDirOfSecond()
963 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()