HomeSort by: relevance | last modified time | path
    Searched refs:strep (Results 1 - 1 of 1) sorted by relevancy

  /src/external/gpl2/xcvs/dist/src/
lock.c 163 struct stat strep, stroot; local
177 if (stat(repository, &strep) == -1) {
182 if (strep.st_dev == stroot.st_dev && strep.st_ino == stroot.st_ino) {

Completed in 113 milliseconds