Home
last modified time | relevance | path

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

/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dlock.c163 struct stat strep, stroot; in find_root() local
177 if (stat(repository, &strep) == -1) { in find_root()
182 if (strep.st_dev == stroot.st_dev && strep.st_ino == stroot.st_ino) { in find_root()