Searched refs:firstDir (Results 1 – 2 of 2) sorted by relevance
855 set firstDir ""857 if {"" eq $firstDir && ![string match //*:* $d]} {859 set firstDir $d867 set tmdir $firstDir
1203 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument1205 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond()1209 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()