Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/autosetup/teaish/
H A Dcore.tcl855 set firstDir ""
857 if {"" eq $firstDir && ![string match //*:* $d]} {
859 set firstDir $d
867 set tmdir $firstDir
/freebsd/sys/contrib/zstd/programs/
H A Dutil.c1203 firstIsParentOrSameDirOfSecond(const char* firstDir, const char* secondDir) in firstIsParentOrSameDirOfSecond() argument
1205 size_t firstDirLen = strlen(firstDir), in firstIsParentOrSameDirOfSecond()
1209 0 == strncmp(firstDir, secondDir, firstDirLen); in firstIsParentOrSameDirOfSecond()