Searched refs:stpwd (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/bin/sh/
H A Dcd.c413 struct stat stdot, stpwd; local
417 stat(pwd, &stpwd) != -1 &&
418 stdot.st_dev == stpwd.st_dev &&
419 stdot.st_ino == stpwd.st_ino) {

Completed in 94 milliseconds