Searched refs:firstDir (Results 1 – 2 of 2) sorted by relevance
842 set firstDir ""844 if {"" eq $firstDir && ![string match //*:* $d]} {846 set firstDir $d854 set tmdir $firstDir
957 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument959 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond()963 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()