Home
last modified time | relevance | path

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

/src/contrib/sqlite3/autosetup/teaish/
H A Dcore.tcl842 set firstDir ""
844 if {"" eq $firstDir && ![string match //*:* $d]} {
846 set firstDir $d
854 set tmdir $firstDir
/src/sys/contrib/zstd/programs/
H A Dutil.c957 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument
959 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond()
963 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()